From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 19:15:26 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 B58AF16A4A0 for ; Mon, 18 Sep 2006 19:15:26 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BFDD43D82 for ; Mon, 18 Sep 2006 19:15:11 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so1295314wri for ; Mon, 18 Sep 2006 12:15:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ldBnLtnHr+4du9klTbQrH7WKR4dQyrIft0q48AfA6We5AA7hFgC8NDa7clT/UO4OzxyDEuDBLgUEdVWQ5G6ZaiS1VcqZ5gLnWxPQPP/hUlpvN0BaiIfcXg1WKW5cChdxb/F8diLfoF1efVnZX5twMmDFVvPPJKpgRu4/bUvv4UM= Received: by 10.90.25.7 with SMTP id 7mr4908429agy; Mon, 18 Sep 2006 12:15:10 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Mon, 18 Sep 2006 12:15:10 -0700 (PDT) Message-ID: <73d604760609181215vfd20986r5aa1079ca887a584@mail.gmail.com> Date: Tue, 19 Sep 2006 00:45:10 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org In-Reply-To: <4464fl6za9.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.fsf@be-well.ilk.org> <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> <4464fl6za9.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: /usr/bin/ld: cannot find -lstdc++_p X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 19:15:26 -0000 yes I am building from ports. I loaded it as a package and got it to work without any issues. I would like to fix the problem anyway. On 9/18/06, Lowell Gilbert wrote: > > 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? >