From owner-cvs-ports Tue Feb 3 11:00:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13074 for cvs-ports-outgoing; Tue, 3 Feb 1998 11:00:03 -0800 (PST) (envelope-from owner-cvs-ports) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12953; Tue, 3 Feb 1998 10:59:41 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.8.8/8.8.5) id LAA29302; Tue, 3 Feb 1998 11:01:41 -0800 (PST) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199802030748.XAA28792@freefall.freebsd.org> Date: Tue, 03 Feb 1998 10:55:52 -0800 (PST) Organization: Applied Physics Laboratory From: Steve Kargl To: Satoshi Asami Subject: RE: cvs commit: ports/lang/egcs Makefile Cc: cvs-ports@FreeBSD.ORG Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 03-Feb-98 Satoshi Asami wrote: >asami 1998/02/02 23:48:36 PST > > Modified files: > lang/egcs Makefile > Log: > Add MANUAL_PACKAGE_BUILD, this port installs a "libstdc++.a" in > /usr/local/lib and that will cause the system gcc to be unhappy if > something is linked with -L/usr/local/lib. > > Revision Changes Path > 1.5 +3 -1 ports/lang/egcs/Makefile This could be a major problem with other components of egcs in the future. The Fortran compiler, g77, uses a version of libf2c.a, and it may one day conflict with the FreeBSD version. Many people will have /usr/local/bin in their paths before /usr/bin and /bin. I suggest that the egcs compilers should either be installed with different names (e.g., gcc becomes egcc, g77 becomes eg77) or the port should be installed into /usr/local/egcs (possibly with symlinks in /usr/local/bin). Steve finger kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~clesceri/kargl.html