Subject: Re: stat13
To: None <frank@wins.uva.nl>
From: None <Havard.Eidnes@runit.sintef.no>
List: current-users
Date: 10/27/1997 19:54:01
> > cd etc; make distrib-dirs
> > cd share/mk; make install
> > make includes
> > make cleandir
> > cd usr.bin/make; make depend; make
> > and then I get
> > dir.o: Undefined symbol `___stat13' referenced from text segment
>
> First, install a new kernel, making sure you have the COMPAT_12
> option present in it. Then, compile a new libc and install it
> (normally, this requires make includes and make cleandir to be safe
> as well, but you're already done those).
>
> Once you're installed the new libc, you an compile applications
> with the new include files.

I think you also need to run ldconfig after installing the new
libraries and before proceeding with building the rest of the
tree.

- H=E5vard