From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 14:12:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D71C16A4E1 for ; Mon, 18 Sep 2006 14:12:08 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B467543DB0 for ; Mon, 18 Sep 2006 14:10:53 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 11912 invoked from network); 18 Sep 2006 14:10:39 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Sep 2006 14:10:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 02D1B2842C; Mon, 18 Sep 2006 10:10:38 -0400 (EDT) To: "Viswas Nair" References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> From: Lowell Gilbert Date: Mon, 18 Sep 2006 10:10:38 -0400 In-Reply-To: <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> (Viswas Nair's message of "Sat, 16 Sep 2006 14:27:33 +0530") Message-ID: <4464fl6za9.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 14:12:08 -0000 Don't top-post, please. "Viswas Nair" writes: > On 9/11/06, Lowell Gilbert wrote: >> >> "Viswas Nair" writes: >> >> > I get the message "/usr/bin/ld: cannot find -lstdc++_p" while building >> the >> > xfe X11 file manager. >> > A google did not give any ideas. >> > Need help. >> >> Well, start with whether libstdc++_p.a actually exists in /usr/lib. > No such file in /usr/lib. Came across libstdc++.a and libstdc++.so > Right. Those are the non-profiled versions of the library. I don't know why the profiled version is being requested by xfe, but it doesn't seem to be doing so for me. Are you building from ports?