From owner-freebsd-current Sun Feb 28 8:50:48 1999 Delivered-To: freebsd-current@freebsd.org Received: from k6n1.znh.org (unknown [207.109.235.39]) by hub.freebsd.org (Postfix) with ESMTP id 048FC152B8 for ; Sun, 28 Feb 1999 08:50:20 -0800 (PST) (envelope-from zach@uffdaonline.net) Received: (from zach@localhost) by k6n1.znh.org (8.9.3/8.9.1) id QAA37285; Sun, 28 Feb 1999 16:48:58 GMT (envelope-from zach) Message-ID: <19990228104858.A37278@znh.org> Date: Sun, 28 Feb 1999 10:48:58 -0600 From: Zach Heilig To: mjacob@feral.com, freebsd-current@FreeBSD.ORG Subject: Re: still having buildworld trouble for libmd References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Matthew Jacob on Sun, Feb 28, 1999 at 08:39:46AM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Feb 28, 1999 at 08:39:46AM -0800, Matthew Jacob wrote: > cc -I/usr/src/lib/libmd -DSHA1_ASM -DELF -DRMD160_ASM -DELF > -I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/lib/libmd/i386/sha.S > -o sha.o > sha1-586.s: Assembler messages: > sha1-586.s:56: Error: Alignment too large: 15. assumed. > *** Error code 1 > I have an elf i386. The build seems broken. What's up? The '-DELF' bit on the command line (it's building a.out libraries). It looks to be a problem with building all "legacy" libraries (-DELF is there for the entire a.out library build). libmd specifically does not have any way of building a.out (the makefile will not add '-DOUT' to the command line). -- Zach Heilig "Americans are sensitive about their money, and since this was the first major change in the greenback in nearly 70 years, a radical redesign might have been too much for consumers to comprehend" -- John Iddings [COINage, Feb. 1999]. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message