Ed Hartnett wrote: > ./configure --host=i686-pc-mingw32 --build=i686-pc-cygwin CC="gcc > -no-cygwin"
This is a typo, you want "-mno-cygwin" not "-no-cygwin". > But when searching for a compiler, it tells me this: > > checking for i686-pc-mingw32-xlc... gcc -no-cygwin > > What is this i686-pc-mingw32-xlc business? That would appear to be libtool or autoconf searching for a working C compiler, since "gcc -no-cygwin" probably gave an error about incorrect parameters. But that's just a wild guess. Brian _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool