Re: -static not working with gcc 4.3.4

2011-02-03 Thread gvidaver
e, this is intended as a way to help RedHat make money from cygwin (this intent is fine by me) by forcing you to pay them for a solution to this problem. marco atzeri-4 wrote: > > On Thu, Feb 3, 2011 at 8:34 PM, gvidaver wrote: > > what is a new game to continue a thread after 3-4 mont

Re: -static not working with gcc 4.3.4

2011-02-03 Thread gvidaver
It still requires the cygwin1.dll: $ g++ -v ... gcc version 4.5.0 (GCC) $ g++ test.c -o test -static $ ldd test.exe ... cygwin1.dll => /usr/bin/cygwin1.dll (0x6100) ... And apparently the only alternative is mingw, see: http://cygwin.com/faq/faq-nochunks.html#faq.p