From owner-freebsd-current Sat Sep 26 04:18:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22900 for freebsd-current-outgoing; Sat, 26 Sep 1998 04:18:32 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22892 for ; Sat, 26 Sep 1998 04:18:27 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from mercury (mercury [129.127.36.44]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id UAA09283; Sat, 26 Sep 1998 20:48:18 +0930 (CST) Received: from localhost by mercury; (5.65v3.2/1.1.8.2/27Nov97-0404PM) id AA06032; Sat, 26 Sep 1998 20:48:17 +0930 Date: Sat, 26 Sep 1998 20:48:17 +0930 (CST) From: Kris Kennaway To: brian@worldcontrol.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: egcs port fails to compile In-Reply-To: <19980925135154.A10680@top.worldcontrol.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 25 Sep 1998 brian@worldcontrol.com wrote: > /var/tmp/ccVF1so1.s: Assembler messages: > /var/tmp/ccVF1so1.s:127: Error: Alignment not a power of 2 > gmake[2]: *** [libgcc2.a] Error 1 I successfully made an ELF version of egcs-19980921 last night, by doing a 'configure --host=i386-unknown-freebsdelf,' and then editing gcc/Makefile and deleting the two references to the java subdirectory (this was giving me compile errors). The port doesn't currently build an ELF compiler and probably isnt much use if you just build it without the above tweak. I'm currently in the middle of rebuilding the 3.0 source tree with the new compiler to see if there are any other gotchas with it. (currently only the same old problems have been showing up with certain bits nt being buildable for various reasons). Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message