Subject: Re: assert13 and strlcat not found
To: None <mason@primenet.com.au>
From: Tom Javen <tom.javen@innotrac.fi>
List: current-users
Date: 02/07/2001 08:56:20
Geoff Wing wrote:

> 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.
>

mklocale has to be built and installed also .

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