Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT 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 AT envy DOT delorie DOT com using -f From: DJ Delorie To: allan AT object-forge DOT com CC: cygwin AT cygwin DOT 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 AT sourceware DOT cygnus DOT com