From owner-freebsd-ports Tue Jan 20 04:14:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA00783 for freebsd-ports-outgoing; Tue, 20 Jan 1998 04:14:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from baloon.mimi.com (sjx-ca126-30.ix.netcom.com [207.92.177.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA00779 for ; Tue, 20 Jan 1998 04:14:38 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by baloon.mimi.com (8.8.8/8.8.8) id EAA18303; Tue, 20 Jan 1998 04:12:58 -0800 (PST) (envelope-from asami) Date: Tue, 20 Jan 1998 04:12:58 -0800 (PST) Message-Id: <199801201212.EAA18303@baloon.mimi.com> To: dima@tejblum.dnttm.rssi.ru CC: Nakai@Mlab.t.u-tokyo.ac.jp, ports@FreeBSD.ORG In-reply-to: <199801201203.PAA03916@tejblum.dnttm.rssi.ru> (message from Dmitrij Tejblum on Tue, 20 Jan 1998 15:03:29 +0300) Subject: Re: x11/explorer build failure From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * 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) Yes, I have /usr/bin in front of /usr/local/bin in PATH (many ports will fail otherwise). Hmm. Is there anything I can do about it? (Other than not installing egcs, that is...but this is the package building machine.) Satoshi