From owner-freebsd-stable@FreeBSD.ORG Tue Dec 19 17:50:36 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D936516A403 for ; Tue, 19 Dec 2006 17:50:36 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3521343CA0 for ; Tue, 19 Dec 2006 17:50:35 +0000 (GMT) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id kBJHcBox011102; Tue, 19 Dec 2006 18:38:12 +0100 From: Pieter de Goeje To: freebsd-stable@freebsd.org Date: Tue, 19 Dec 2006 18:38:11 +0100 User-Agent: KMail/1.9.4 References: <8a20e5000612190901ha9a463bqb569798a6faccfd1@mail.gmail.com> In-Reply-To: <8a20e5000612190901ha9a463bqb569798a6faccfd1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612191838.11552.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: chmod000 Subject: Re: Error building xfe from ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2006 17:50:36 -0000 On Tuesday 19 December 2006 18:01, chmod000 wrote: > Hi there, > > Sorry buggin with this newbe qustion, but... > > since Sunday, 17 I'm trying to build /usr/ports/x11-fm/xfe, but build > doesn't seems to work properly. > I make cd /usr/ports/x11-fm/xfe && make install clean > /usr/bin/ld: cannot find -lstdc++_p > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/fox14/work/fox-1.4.32/utils. My first guess is that you have enabled the "PROFILING" option in the fox toolkit. cd /usr/ports/x11-toolkits/fox14; make config then deselect PROFILING and try to build again - Pieter de Goeje