Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <376A742E.668A35EF@mcd.alcatel.be> Date: Fri, 18 Jun 1999 18:30:40 +0200 From: Richard Hickling X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "cygwin AT sourceware DOT cygnus DOT com" Subject: Re: gcc -print-prog-name=ld with mingw32 binaries References: <199906181431 DOT JAA00479 AT mercury DOT xraylith DOT wisc DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Richard Hickling writes: > > 'gcc -print-prog-name=ld' produces just 'ld' with > > the mingw32 binaries (whereas with the cygwin > > binaries the full path-name + .exe is produced). > I on the other hand see no inconsistency. I have other systems, albeit > without GNU as and GNU ld, where it does the same thing. > If you really want it that way for some reason, do the following at the > expense of disks space: > $ cd /egcs-1.1.2/i386-mingw32 > $ mkdir bin > $ cd bin > $ cd /egcs-1.1.2/bin/{as,ld} . cp of course, but ... > Now it'll do what you want. Obviously I'm missing something. It behaves in the same way. The mingw32 targeted compiler is version egcs-2.91.66 19990314, whereas the cygwin targeted one is egcs-2.91.57 19980901 (the Cygwin release I see). These were downloaded from ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/egcs-1.1.2/egcs-1.1.2-cygb20.tar.gz and ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/egcs-1.1.2/egcs-1.1.2-mingw32.zip today. I prefer the behaviour of the 2.91.57 - since it gives more information, but I'd like to use the most recent compiler. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com