From owner-freebsd-ports Tue Jan 20 05:00:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03635 for freebsd-ports-outgoing; Tue, 20 Jan 1998 05:00:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from helios.dnttm.ru (root@dnttm.wave.ras.ru [194.85.104.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA03620 for ; Tue, 20 Jan 1998 05:00:30 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id PAA08073; Tue, 20 Jan 1998 15:53:56 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.8/8.8.7) with ESMTP id PAA00874; Tue, 20 Jan 1998 15:58:23 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199801201258.PAA00874@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: asami@cs.berkeley.edu (Satoshi Asami) cc: Nakai@Mlab.t.u-tokyo.ac.jp, ports@FreeBSD.ORG Subject: Re: x11/explorer build failure In-reply-to: Your message of "Tue, 20 Jan 1998 04:12:58 PST." <199801201212.EAA18303@baloon.mimi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 20 Jan 1998 15:58:22 +0300 From: Dmitrij Tejblum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami wrote: > * I think, you have egcs (or gcc 2.8?) installed under /usr/local. So here > * you use stabdard c++, but link with /usr/local/lib/libstdc++.a, installed > * by egcs (note -L/usr/local/lib) [...] > Hmm. Is there anything I can do about it? (Other than not installing > egcs, that is...but this is the package building machine.) > I hope, it is not so big problem for package building, since you already have MANUAL_PACKAGE_BUILD. But if somebody installed egcs, it does not mean that he wanted to make standard c++ unusable! So, I think, egcs port should be fixed somehow. For example, it should install its stuff under ${PREFIX}/egcs. Dima