Re: MinGW's GCC and __attribute__((weak))

2012-09-12 Thread Christopher Faylor
On Wed, Sep 12, 2012 at 08:40:43PM -0400, Andrew Pennebaker wrote: >I found a solution using simple preprocessor instructions. > >http://stackoverflow.com/a/12397886/350106 FYI, we don't support MinGW here. MinGW has its own web site. cgf -- Problem reports: http://cygwin.com/problems.htm

Re: MinGW's GCC and __attribute__((weak))

2012-09-12 Thread Andrew Pennebaker
I found a solution using simple preprocessor instructions. http://stackoverflow.com/a/12397886/350106 Cheers, Andrew Pennebaker www.yellosoft.us On Wed, Sep 12, 2012 at 5:33 PM, Andrew Pennebaker wrote: > > Am I correct in assuming that gcc/MinGW builds on top of Cygwin? > Because I'm having t

MinGW's GCC and __attribute__((weak))

2012-09-12 Thread Andrew Pennebaker
Am I correct in assuming that gcc/MinGW builds on top of Cygwin? Because I'm having trouble getting gcc to recognize __attribute__((weak)) in Windows, where the exact same C source code compile just fine with gcc in an ordinary Unix (Mac OS X as it happens) environment. I love how you can bundle a