Christian Joensson wrote: > > Thanks so far. > > Right now, I do this: > > $ CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' > ../binutils-060628/configure --build=i686-pc-cygwin > --host=i686-pc-mingw32 --prefix=/opt/mingw > > But I get stuck like this:
In the case of toolchains (i.e. packages that create code, gcc/binutils) you need to use --target, but for normal libraries you use --host. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/