From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 23:04:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2148A106566C for ; Tue, 27 Oct 2009 23:04:32 +0000 (UTC) (envelope-from freebsd@t41t.com) Received: from rcpt.cat.pdx.edu (unknown [IPv6:2610:10:20:208:2e0:81ff:fe5c:af2e]) by mx1.freebsd.org (Postfix) with ESMTP id CFA988FC1F for ; Tue, 27 Oct 2009 23:04:31 +0000 (UTC) Received: from nemo.ece.pdx.edu (nemo.ece.pdx.edu [131.252.209.162]) by rcpt.cat.pdx.edu (8.14.2/8.14.2/Debian-2build1) with ESMTP id n9RN4TX9022638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Oct 2009 16:04:29 -0700 Received: from nemo.ece.pdx.edu (localhost [127.0.0.1]) by nemo.ece.pdx.edu (8.13.6/8.13.1) with ESMTP id n9RN4Tl2010431 for ; Tue, 27 Oct 2009 16:04:29 -0700 (PDT) Received: (from tait@localhost) by nemo.ece.pdx.edu (8.13.6/8.12.6/Submit) id n9RN4TwN010428 for freebsd-questions@freebsd.org; Tue, 27 Oct 2009 16:04:29 -0700 (PDT) X-Authentication-Warning: nemo.ece.pdx.edu: tait set sender to freebsd@t41t.com using -f Date: Tue, 27 Oct 2009 16:04:29 -0700 From: freebsd@t41t.com To: freebsd-questions@freebsd.org Message-ID: <20091027230429.GR22136@ece.pdx.edu> References: <20091027064351.GQ22136@ece.pdx.edu> <7576e2a20910270112h4e641e8cr70a5aecd6bf5eeeb@mail.gmail.com> <19174.57119.123849.760108@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19174.57119.123849.760108@jerusalem.litteratus.org> User-Agent: Mutt/1.5.19 (2009-01-05) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (rcpt.cat.pdx.edu [131.252.208.107]); Tue, 27 Oct 2009 16:04:29 -0700 (PDT) X-Spam-Status: No, score=0.0 required=6.0 tests=none autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on rcpt.cat.pdx.edu X-Virus-Scanned: clamav-milter 0.95.2 at rcpt.cat.pdx.edu X-Virus-Status: Clean Subject: Re: gcc -pg and ld error, "cannot find -lgcc_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: Tue, 27 Oct 2009 23:04:32 -0000 > > Use sysinstall to add the proflibs distribution. > > Or one could rebuild/install world (and kernel if necessary) > after investigating the "NO_PROFILE" option in /etc/make.conf. There's only a PERL_VERSION in make.conf. Since sysinstall doesn't work (this is -p4, not a base media install), how does one go about installing proflibs? I didn't see anything related to proflibs in the csup files.