How the cygwin version of gcc calls the assembler
DJ Delorie
dj@delorie.com
Thu Dec 14 10:41:00 GMT 2000
If you're creating a compiler for "foo", it assumes that the tools
will be called foo-as, foo-ld, foo-ranlib, etc, and will create a
foo-gcc to go with them. These tools should be in your path. It also
expects to be able to find foo's headers and libraries, but you can
use the --with-includes and --with-libs options to configure to
specify where those are (type ./configure --help for info).
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list