On Wed, Mar 19, 2003 at 02:12:37AM +0100, Huijing Zhou wrote:
>>Make sure you're not building with gcc-mingw.  I think I was
>>doign that and was hitting lots of weird issues with various
>>Windows DLLs.  Removing the gcc-mingw package seems to fix the
>>problem.  I just did ./configure && make && make install.  No
>>errors.
>
>That's strange. I sure was not adding "--mno-cygwin" anywhere. But AFAIK 
>compiling under Cygwin doesn't use the "win32 native" mode anyway. It 
>shouldn't be necessary to *remove* the mingw package!?

Absolutely.  There is no reason why building with -mno-cygwin package
would have any effect on any Windows DLLs unless you attempt the
standard thinko of trying to mix cygwin and non-cygwin DLLs or
libraries.  You can't do this by default but if you add cygwin libraries
to the gcc command line you can get into trouble.

cgf

Reply via email to