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 <z...@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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to