Re: GCC: problem with library search path when targeting mingw

2006-08-15 Thread Damien Fouilleul
/usr/lib by default. Possibly adding -Wl,-nostdlib to the command line would help. In any event, I really think that -mno-cygwin is 1) a bad choice for an option name and 2) a bad way to accomplish what is essentially cross-compilation. I regret that I stood by idly and watched that option go into

GCC: problem with library search path when targeting mingw

2006-08-14 Thread Damien Fouilleul
hello, I'm a big fan of cygwin and I use it a lot to compile mingw apps, however with the latest mingw-runtime, I'm having trouble running configure scripts successfully as test such 'dlopen() in -ldl', which used to fail for mingw target (as expected) now succeeds. This causes havoc in compilati