But you don't mean to cross-compile: you mean to natively compile something
that just happens to be a cross-compiler itself.
So you should be using --target instead of --host.
cheers,
DaveK
I think I wrote the question wrong. I want to build Linux->Cygwin
cross compiler that runs on Linux.
I use --target=i686-pc-cygwin --host=i686-pc-linux as output files
should be made for cygwin and host machine is a Linux machine.
--
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/