From owner-freebsd-current Wed Jan 14 23:43:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10141 for current-outgoing; Wed, 14 Jan 1998 23:43:34 -0800 (PST) (envelope-from owner-freebsd-current) Received: from internet1.mel.cybec.com.au (internet1.mel.cybec.com.au [203.103.154.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10130 for ; Wed, 14 Jan 1998 23:43:28 -0800 (PST) (envelope-from TLiddelow@cybec.com.au) Received: from cybec.com.au (tech34.mel.cybec.com.au [203.103.154.37]) by internet1.mel.cybec.com.au (post.office MTA v2.0 0813 ID# 0-14031) with ESMTP id AAA334; Thu, 15 Jan 1998 18:45:27 +1100 Message-ID: <34BDBDFD.6529690@cybec.com.au> Date: Thu, 15 Jan 1998 18:42:53 +1100 From: TLiddelow@cybec.com.au (Tim Liddelow) Organization: Cybec Pty Ltd X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: Dan Nelson CC: Brian Tao , FREEBSD-CURRENT Subject: Re: gcc 2.8.0 References: <34BDA399.2F3F8E92@cybec.com.au> <19980115010336.51647@emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > -rw-rw-r-- 1 dan devel 243986 Jan 5 08:43 egcs-1.0.1-pgcc-1.0.1.diff.gz > -rw-rw-r-- 1 dan devel 6700735 Jan 3 17:19 egcs-core-1.0.1.tar.gz > -rw-rw-r-- 1 dan devel 1318704 Jan 3 17:19 egcs-g++-1.0.1.tar.gz > > extracted them, applied the patch, cd'd into the gcc directory (i.e. I > did _not_ build the other subdirs), ran > > ./configure --with-gnu-as --with-gnu-ld --with-exec-prefix=p > > Then did a make bootstrap LANGUAGES="c c++", then a make install. I > haven't tried pgc++ yet, but plain pgcc seems to work. Haven't done > any timing tests either, but the few programs I've recompiled don't > really feel any faster. Oh well...I didn't do a configure with gnu as or gnu ld. That wasn't the problem; the problem is that I didn't specify the LANGUAGES line and as a result it built the f77 stuff which died while comparing files from a couple of stages. I didn't care about the fortran stuff, so the way I got it installed was to do exactly what you did. Should I reconfigure using gnu as and gnu ld ? System is 2.2-STABLE, by the way. Cheers Tim. -- ==================================================================== Tim Liddelow * Internet Consulting Internet Project Manager * * Cybec Pty Ltd * Anti Virus/Firewalls/Security Phone: +61 3 9825 5645 C++/UNIX/WIN32/OOP/OOD/WWW mailto:TLiddelow@cybec.com.au * http://www.vet.com.au/ =====================================================================