From owner-freebsd-questions Sat Jan 20 16:29:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA02219 for questions-outgoing; Sat, 20 Jan 1996 16:29:41 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA02212 for ; Sat, 20 Jan 1996 16:29:37 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id RAA18804; Sat, 20 Jan 1996 17:31:53 -0700 Date: Sat, 20 Jan 1996 17:31:53 -0700 From: Nate Williams Message-Id: <199601210031.RAA18804@rocky.sri.MT.net> To: Barnacle Wes Cc: questions@freebsd.org Subject: Re: GNU binutils and FreeBSD 2.1.0 In-Reply-To: <199601202231.PAA23977@intele.net> References: <199601202231.PAA23977@intele.net> Sender: owner-questions@freebsd.org Precedence: bulk > I tried to build binutils 2.6 today, but I can't get 'ld' to configure > correctly for 'i386-unknown-freebsd2.1.0'. Has anyone else built > binutils for 2.1? Any hints or helps? The ld in FreeBSD (and NetBSD) is a heavily hacked old version of GNU ld. The current GNU binutils would need *serious* hacking to get the same functionality, so the shlib stuff the *BSDs are not supported (and probably will never be) in any official version of GNU's binutils. nate