From owner-freebsd-questions@FreeBSD.ORG Tue Aug 2 22:21:12 2005 Return-Path: X-Original-To: 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 554D716A425 for ; Tue, 2 Aug 2005 22:21:12 +0000 (GMT) (envelope-from db@traceroute.dk) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0AFA43D4C for ; Tue, 2 Aug 2005 22:21:11 +0000 (GMT) (envelope-from db@traceroute.dk) Received: from user5.cybercity.dk (user5.cybercity.dk [212.242.41.51]) by cicero1.cybercity.dk (Postfix) with ESMTP id 6887B7E295D for ; Wed, 3 Aug 2005 00:21:09 +0200 (CEST) Received: from trinita (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user5.cybercity.dk (Postfix) with ESMTP id 2D1453A19CF for ; Wed, 3 Aug 2005 00:21:09 +0200 (CEST) From: db To: questions@freebsd.org Date: Wed, 3 Aug 2005 00:22:38 +0000 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508030022.39017.db@traceroute.dk> Cc: Subject: 5.4 on i386< fail 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: Tue, 02 Aug 2005 22:21:12 -0000 Hi all I'm trying to build some C++ code with -pg, but I get: /usr/bin/ld: cannot find -lstdc++_p Clearly FreeBSD hasn't got a "profiled" version of the standard C/C++ libs by default, so how do I compile it with the "normal" libs? (I haven't got the need for standard lib stats). Best regards db Ps: Please cc to me as I am not on the list.