From owner-freebsd-questions@FreeBSD.ORG Sat Sep 16 08:57:37 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 7BD5016A47B for ; Sat, 16 Sep 2006 08:57:37 +0000 (UTC) (envelope-from fysical@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7283843D6B for ; Sat, 16 Sep 2006 08:57:34 +0000 (GMT) (envelope-from fysical@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so4110091pye for ; Sat, 16 Sep 2006 01:57:33 -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=sBBGHpf1+4TP9po7E//Nn849JAwA/wqLHA8Hf3Sa7YcU1gNbm3WYNZWNurTVvCWQvJhUB4eNiX0roPFkDZ7S9hWV39iWxO40aOcvnjKvwqt/oZxH/ofzeyGoJ2jZNhHJ9iI8LSwPmvWO8S+qYMvRZ/vA5hfu0XyNTOWFZyVsFqM= Received: by 10.65.251.1 with SMTP id d1mr13017201qbs; Sat, 16 Sep 2006 01:57:33 -0700 (PDT) Received: by 10.65.124.13 with HTTP; Sat, 16 Sep 2006 01:57:33 -0700 (PDT) Message-ID: <73d604760609160157y426ce69ei58c4f8cbecf632d6@mail.gmail.com> Date: Sat, 16 Sep 2006 14:27:33 +0530 From: "Viswas Nair" To: freebsd-questions@freebsd.org In-Reply-To: <44r6yio2pk.fsf@be-well.ilk.org> MIME-Version: 1.0 References: <73d604760609100022o5ea4831cwa7ecd29e7461fe99@mail.gmail.com> <44r6yio2pk.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: Sat, 16 Sep 2006 08:57:37 -0000 No such file in /usr/lib. Came across libstdc++.a and libstdc++.so 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. >