From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 28 19:20:30 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F68316A4CE; Thu, 28 Apr 2005 19:20:30 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DA243D53; Thu, 28 Apr 2005 19:20:29 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j3SJKAI5087589; Thu, 28 Apr 2005 12:20:10 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j3SJK5hc087584; Thu, 28 Apr 2005 12:20:05 -0700 (PDT) (envelope-from obrien) Date: Thu, 28 Apr 2005 12:20:05 -0700 From: "David O'Brien" To: Kris Kennaway Message-ID: <20050428192005.GA87545@dragon.NUXI.org> References: <20050426170115.GB45067@dragon.NUXI.org> <20050426195809.1fb28305.flynn@energyhq.es.eu.org> <20050428152140.GB53068@dragon.NUXI.org> <20050428163450.GA79570@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050428163450.GA79570@xor.obsecurity.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i cc: michael.hopkins@hopkins-research.com cc: Miguel Mendez cc: freebsd-amd64@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: Attempted install of an Obj-C Foundation library X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 19:20:30 -0000 On Thu, Apr 28, 2005 at 09:34:50AM -0700, Kris Kennaway wrote: > On Thu, Apr 28, 2005 at 08:21:40AM -0700, David O'Brien wrote: > > On Tue, Apr 26, 2005 at 07:58:09PM +0200, Miguel Mendez wrote: > > > On Tue, 26 Apr 2005 10:01:15 -0700 > > > "David O'Brien" wrote: > > > > > > > > I am trying to get a working Objective-C Foundation library on FreeBSD amd64 > > > > > (5.3-RELEASE-p10 with ports cvsup'd today) so that I can port some > > > > > Objective-C code from Mac OS X - and not having any success. > > > > ... > > > > > ===> gcc-objc-3.3.6_20050330 is marked as broken: Bus errors in stage2; > > > > > system compiler may be broken.. > > > > > *** Error code 1 > > > > > > > > I must be missing something -- why cant you use the base ObjC compiler? > > > > > > Seems gnustep-base needs "libgcc_s.so.1" which isn't anywhere in /usr/lib > > > > That is the shared version of libgcc.a. Why can't you use the static > > version? > > Presumably because it wants to link it to relocatable object files. > In general amd64 (and ia64 and sparc64) needs a PIC version of every > system library, which FreeBSD doesn't currently do. Though we do have /usr/lib/libgcc_pic.a just for this case. -- -- David (obrien@FreeBSD.org)