From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4002 invoked by alias); 12 Jul 2002 04:43:13 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3994 invoked from network); 12 Jul 2002 04:43:12 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 12 Jul 2002 04:43:12 -0000 Received: from redhat.com (vpn50-35.rdu.redhat.com [172.16.50.35]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g6C4hBs06938 for ; Fri, 12 Jul 2002 00:43:11 -0400 Received: by redhat.com (Postfix, from userid 201) id CDC081C359; Fri, 12 Jul 2002 00:43:19 -0400 (EDT) Date: Fri, 12 Jul 2002 01:32:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: Available for test: gcc-3.1.1-2 gcc2-2.95.3-8 Message-ID: <20020712044319.GA10089@redhat.com> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <20020711044304.GA3292@redhat.com> <3D2D3205.7080606@ece.gatech.edu> <20020711162955.GA11047@redhat.com> <3D2DBE07.3040909@ece.gatech.edu> <20020712000601.GA11148@redhat.com> <3D2E51ED.3080902@ece.gatech.edu> <20020712040949.GB2057@redhat.com> <3D2E5C1B.9050604@ece.gatech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D2E5C1B.9050604@ece.gatech.edu> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-07/txt/msg01017.txt.bz2 On Fri, Jul 12, 2002 at 12:33:31AM -0400, Charles Wilson wrote: >'Course, for my cygwin-host, mingw-target cross compiler, I'll need to >respin >it so that it coexists with the official gcc and gcc2 and gcc-mingw >packages...sigh. Do you need this anymore, though? You could get by with this, couldn't you: i686-pc-mingw32-gcc is: #!/bin/sh gcc -mno-cygwin $(@+"$@"} Or, should I not be coopting the i686-pc-mingw32 target directory? Maybe it really should be something like i686-pc-mingw32-cygwin. Bleah. >Say, where do you change gcc(2.95.3) so that g++-2 links against >libstdc++-2.a instead of libstdc++.a? (Ditto g77). It doesn't seem to >be in the specs file, so I dunno WHERE that is done... It is in the last two lines of the specs file: #define LIBSTDCXX "-lstdc++-2" #define FORTRAN_LIBRARY "-lg2c-2" The files themselves get munged by mknetrel's extra/gcc2 script. Btw, I moved that libstdc++.a.whatever file out of /usr/lib for the next release. Although, actually, if I had just moved it into the /usr/i686-pc-cygwin/lib directory, I might not have had to add the -2 part. Argh. Not going to change it now... cgf (Who's off for the 4000th rebuild of these packages...) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/