Subject: 19990326 -current build failed (domestic/lib/libkrb) on arm32
To: None <current-users@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 03/27/1999 03:39:42
building shared object krb library
ranlib libkrb_pic.a
building shared krb library (version 2.0)
ld -x -shared  -o libkrb.so.2.0    --whole-archive libkrb_pic.a
--no-whole-archi
ve -lcom_err -lcrypt
ld: -lcom_err: no match
*** Error code 1

Stop.

I build with DESTDIR=/altroot and I think there is a missing directive to
ld to cause it to search the right place for com_err library; the "old" one
isn't in /usr/lib because this snapshot I'm running is from overseas...

	Erik <fair@clock.org>