Subject: yesterdays update: link problem
To: None <current-users@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: current-users
Date: 12/31/1998 10:12:24
Hi,
cc -O -Werror -DTARGET_MACHINE=\"arm-netbsd\" -I/usr/local/src/gnu/usr.bin/egcs/collect2/../arch -I/usr/local/src/gnu/usr.bin/egcs/collect2/../arch/arm32 -I/usr/local/src/gnu/usr.bin/egcs/common -I/usr/local/src/gnu/usr.bin/egcs/collect2/../../../dist/gcc -I/usr/local/src/gnu/usr.bin/egcs/collect2/../../../dist/gcc/config -DIN_GCC -DNETBSD_NATIVE -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -DDEFAULT_TARGET_VERSION=\"egcs-1.1.1\" -DDEFAULT_TARGET_MACHINE=\"arm-netbsd\" -DSTANDARD_STARTFILE_PREFIX=\"/usr/lib/\" -DSTANDARD_EXEC_PREFIX=\"/usr/libexec/\" -DTOOLDIR_BASE_PREFIX=\"/usr/libexec/\" -c /usr/local/src/gnu/usr.bin/egcs/collect2/../../../dist/gcc/obstack.c
cc -o collect2 collect2.o tlink.o hash.o cplus-dem.o underscore.o version.o choose-temp.o mkstemp.o obstack.o -lgnumalloc
collect2.o: Undefined symbol `___sys_siglist14' referenced from text segment
*** Error code 1
Stop.
This is compiling yesterday evening's (UTC) update on:
NetBSD emmi 1.3H NetBSD 1.3H (SHARK) #0: Sat Oct 3 17:35:14 BST 1998
root@temporal:/home/rubycon/src-19981001/src/sys/arch/arm32/compile/SHARK arm32
Where compiling is defined by "make build".
What am I missing?
-is