Subject: OK, why doesn't this work?
To: None <tech-userlevel@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: tech-userlevel
Date: 04/23/1999 15:02:11
This is using the 19990325 Alpha toolchain with updated share/mk to do
domestic:
all ===> libexec/ftpd
[...]
cc -o ftpd -nostdlib -L/altroot/usr/lib /altroot/usr/lib/crt0.o
/altroot/usr/lib/crtbegin.o conf.o ftpd.o ftpcmd.o logwtmp.o popen.o util.o
klogin.o -lcrypt -lskey -lkrb -ldes -lgcc -lc -lgcc
/altroot/usr/lib/crtend.o
/usr/bin/ld: warning: libcom_err.so.2, needed by
/altroot/usr/lib/libkrb.so, not found (try using --rpath)
/altroot/usr/lib/libkrb.so: undefined reference to `_et_list'
collect2: ld returned 1 exit status
*** Error code 1
Stop.
Huh?
% ls -l !$
ls -l /altroot/usr/lib/libcom*
-r--r--r-- 1 root wheel 15398 Apr 23 14:52 /altroot/usr/lib/libcom_err.a
lrwxrwxr-x 1 root wheel 17 Apr 23 14:52
/altroot/usr/lib/libcom_err.so -> libcom_err.so.2.0
lrwxrwxr-x 1 root wheel 17 Apr 23 14:52
/altroot/usr/lib/libcom_err.so.2 -> libcom_err.so.2.0
-r--r--r-- 1 root wheel 15190 Apr 23 14:52
/altroot/usr/lib/libcom_err.so.2.0
-r--r--r-- 1 root wheel 17056 Apr 23 14:52 /altroot/usr/lib/libcom_err_p.a
-r--r--r-- 1 root wheel 15502 Apr 23 14:52 /altroot/usr/lib/libcom_err_pic.a
-r--r--r-- 1 root wheel 74000 Apr 20 06:21 /altroot/usr/lib/libcompat.a
-r--r--r-- 1 root wheel 86346 Apr 20 06:21 /altroot/usr/lib/libcompat_p.a
Do I need a new LD?
Erik <fair@clock.org>