From owner-freebsd-questions@FreeBSD.ORG Wed Oct 28 16:04:18 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 6CC9C106566B for ; Wed, 28 Oct 2009 16:04:18 +0000 (UTC) (envelope-from vaibhav.gavane@gmail.com) Received: from mail-iw0-f189.google.com (mail-iw0-f189.google.com [209.85.223.189]) by mx1.freebsd.org (Postfix) with ESMTP id 336268FC13 for ; Wed, 28 Oct 2009 16:04:17 +0000 (UTC) Received: by iwn27 with SMTP id 27so668009iwn.7 for ; Wed, 28 Oct 2009 09:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PzNMv83Yib0IsxhO4sX97ODEA5FyhWlkSjAsk/m6aCc=; b=rQT85ldO3JPdWk6S7eFgYhKYNYOITQDlKEOZ5OPPyx3TYa6e/7fRmfUV2thfo58ZSa 3Jx09aqX+VL8THvY+X+H3JlSShEuG7kFxcfSbRNMVqPEhneVeQhihXaIqwWHz977Ie22 4jw+S6SObVrlAJPX8dXTFlBQx1gaynatebmGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=G3sSV1KclcTB3aWvhzyKAysiEim5t06xHf7+n+6kTWqkvTAkwybuuLJmw8pJnc3vK+ bLGZfioFd6VDMu3dyKiQCsCliSPOUBYiDVcsuCk5vOaUwwFSwP9euXEVl6s0a7RgYxaM 8jX8ZQbw5G21ddrGvSTKjBsdEJDgZ4b0Gkm2E= MIME-Version: 1.0 Received: by 10.231.25.29 with SMTP id x29mr2912490ibb.31.1256745857484; Wed, 28 Oct 2009 09:04:17 -0700 (PDT) In-Reply-To: <20091027230429.GR22136@ece.pdx.edu> References: <20091027064351.GQ22136@ece.pdx.edu> <7576e2a20910270112h4e641e8cr70a5aecd6bf5eeeb@mail.gmail.com> <19174.57119.123849.760108@jerusalem.litteratus.org> <20091027230429.GR22136@ece.pdx.edu> Date: Wed, 28 Oct 2009 21:34:17 +0530 Message-ID: <7576e2a20910280904y533e9312h435cf55e2fe2d25e@mail.gmail.com> From: Vaibhav Gavane To: freebsd@t41t.com, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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: Wed, 28 Oct 2009 16:04:18 -0000 On Wed, Oct 28, 2009 at 4:34 AM, wrote: >> > =A0Use sysinstall to add the proflibs distribution. >> >> =A0 =A0 =A0 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. Well, on my 7.1-RELEASE-p8 system, sysinstall does warn, but subsequently asks whether I'd "like to try and use this disc anyway". I did not try (as I already have proflibs installed) but maybe you could, and then you could configure /etc/freebsd-update.conf to select only the world/proflibs component, and then run freebsd-update. That should save you from having to build from sources.