Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 1999 10:48:58 -0600
From:      Zach Heilig <zach@uffdaonline.net>
To:        mjacob@feral.com, freebsd-current@FreeBSD.ORG
Subject:   Re: still having buildworld trouble for libmd
Message-ID:  <19990228104858.A37278@znh.org>
In-Reply-To: <Pine.LNX.4.04.9902280838410.9652-100000@feral-gw>; from Matthew Jacob on Sun, Feb 28, 1999 at 08:39:46AM -0800
References:  <Pine.LNX.4.04.9902280838410.9652-100000@feral-gw>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <zach@uffdaonline.net>
"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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990228104858.A37278>