This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Setup.exe build woes


On 5/24/2011 10:06 AM, Corinna Vinschen wrote:
> On May 24 09:52, Charles Wilson wrote:
>> FYI, I have new versions of all of the packages at
>> cygutils.fruitbat.org, ready to upload to sourceware.com on the
>> scheduled date of June 1.  Again, see the announcement above for the
>> reason behind the scheduled delay between the two releases.
> 
> Never mind.  I have a workaround for now and I will bravely persevere
> until the 1st of June.  

Yep, your workaround is, I think, an alternate version of this
recommendation from the gcc-mingw-* announcement:

-----------------------------------------
Also, you MAY find it necessary to use this:

CC="gcc-3 -mno-cygwin -L/usr/lib/mingw -L/usr/lib/w32api
-I/usr/include/mingw -I/usr/include/w32api"
CXX="g++-3 -mno-cygwin -L/usr/lib/mingw -L/usr/lib/w32api
-I/usr/include/mingw -I/usr/include/w32api"

instead of just

CC="gcc-3 -mno-cygwin"
CXX="g++-3 -mno-cygwin"
-----------------------------------------

And June 1 is (a) arbitrary, really -- I just wanted about a month
between gcc-mingw-* on Apr30 and all the other packages; and (b) only 8
days away, now.

--
Chuck


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]