This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How the cygwin version of gcc calls the assembler



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]