From owner-freebsd-questions@FreeBSD.ORG Thu May 24 06:21:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B1491065674 for ; Thu, 24 May 2012 06:21:53 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD548FC14 for ; Thu, 24 May 2012 06:21:53 +0000 (UTC) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.39]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 86E10A70E8E for ; Thu, 24 May 2012 02:21:52 -0400 (EDT) Received: (qmail 24902 invoked from network); 24 May 2012 06:21:51 -0000 Received: by simscan 1.4.0 ppid: 109, pid: 13439, t: 0.1583s scanners: clamav: m: Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.107.31]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 May 2012 06:21:51 -0000 Message-ID: <4FBDD37F.30203@speakeasy.org> Date: Wed, 23 May 2012 23:21:51 -0700 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120310 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4FBDD081.6070305@speakeasy.org> In-Reply-To: <4FBDD081.6070305@speakeasy.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail1.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: Re: nanoBSD Missing libgcc.a 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: Thu, 24 May 2012 06:21:53 -0000 On 05/23/12 23:09, Thomas D. Dean wrote: > I have nanoBSD Please ignore my post about cleaning directories. The problem still exists. I need to compile on the nanoBSD system - it is the only 32-bit system, now. How do I get either 1. gcc to use libcompiler_rt.a -or- 2. the nanoBSD build to create or link to libgcc.a For an immediate fix, I can mount the partition rw and create a link ln -s libcompile_rt.a libgcc.a Tom Dean