Subject: Re: assert13 and strlcat not found
To: None <current-users@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: current-users
Date: 02/07/2001 03:47:56
Ruibiao Qiu <ruibiao@arl.wustl.edu> typed:
:Okay. I installed 1.5 binaries, update *.mk files and make, but
:when I tried "make build" under src, I still got error saying
:"___assert13" unresolved when building lib/libasn1.  I tried to
:build libc, but there was error with lint (illeagle option -X).
:What should I do to fix this?  Thanks.

lint has only had -X for about 6 months.

(do from a Bourne shell variant)
% cd src/lib/libc && MKLINT=no MKSHARE=no make dependall install
% cd ../../usr.bin/xlint && make dependall install

Then try your "make build" again.  Don't remember what other
problems you'll run into - make sure you keep copies of /usr/libexec/ld*
just in case.

Regards,
-- 
Geoff Wing : <gcw@pobox.com>
Rxvt Stuff : <gcw@rxvt.org>
Zsh Stuff  : <gcw@zsh.org>