Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Date: Thu, 14 Dec 2000 13:41:33 -0500 Message-Id: <200012141841.NAA25084@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj@envy.delorie.com using -f From: DJ Delorie To: allan@object-forge.com CC: cygwin@cygwin.com In-reply-to: Subject: Re: How the cygwin version of gcc calls the assembler References: 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