Subject: Unsupported relocation type?
To: None <port-arm32@netbsd.org>
From: Ted Lemon <mellon@hoffman.vix.com>
List: port-arm32
Date: 02/16/1999 22:27:01
Has anybody seen the problem below while compiling in lib/libbz2?
I'm running the December 24 snapshot, and I disabled all toolchain
building in the makefiles, so gcc, ld and as are what was in the
snapshot.

			       _MelloN_

piccola# make
cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -c -fpic -DPIC /usr/src/lib/libbz2/bzlib.c -o bzlib.so
ld -x -r bzlib.so.o -o bzlib.so
ld: bzlib.so.o: Unsupported relocation type
*** Error code 1

Stop.