From owner-freebsd-current Wed Jul 24 16:12:58 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23415 for current-outgoing; Wed, 24 Jul 1996 16:12:58 -0700 (PDT) Received: from american.com (biscayne.american.com [204.253.96.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA23410 for ; Wed, 24 Jul 1996 16:12:54 -0700 (PDT) Received: from muir-woods.american.com (muir-woods.american.com [204.253.96.201]) by american.com (8.6.12/8.6.12) with ESMTP id TAA03493; Wed, 24 Jul 1996 19:11:52 -0400 Received: from localhost (localhost [127.0.0.1]) by muir-woods.american.com (8.6.12/8.6.12) with SMTP id TAA07943; Wed, 24 Jul 1996 19:11:51 -0400 Message-Id: <199607242311.TAA07943@muir-woods.american.com> X-Authentication-Warning: muir-woods.american.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.7 5/3/96 To: John Polstra cc: brad@american.com, freebsd-current@freebsd.org Subject: Re: gcc 2.7.2 + binutils 2.7 on stable? In-reply-to: Your message of "Tue, 23 Jul 1996 21:29:19 PDT." <199607240429.VAA00920@austin.polstra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jul 1996 19:11:50 -0400 From: Brad Parker Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk jdp@polstra.com said: > > I've been trying to build gcc-2.7.2 and binutils 2.7 on a "stable" > > system (i.e. sup'd from the stable release). I give up. I can't get > > bfd and ld to do the right thing. ... [part about "ASM_WEAKEN_LABEL" deleted - thanks! I'll try that] > As another option: Reportedly, it's not that hard to get just the > assembler from binutils working for FreeBSD. Our linker seems to > support weak symbols, so if you can get the binutils assembler > working, then you should be able to use it with the stock gcc-2.7.2 > and the native linker. I got the binutils-2.7 gas to work, but the a.out's which came from gcc-2.7.2 + binutils-2.7-gas + native-2.1-ld would crash in odd ways... (I beleive it would segv in libfd) If I recompiled using the native gas the crash would go away... I'll try the first idea - thanks again. -brad