Subject: Re: nm can't find strcat.o and friends in libkern
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: Eric Delcamp <edelcamp@Pop-Bordeaux-1.easynet.fr>
List: port-amiga
Date: 02/16/1998 00:24:40
> > In private e-mail, Mr. Souvatzis wrote;
> > depend', and 'make all'.
> > 'make links' terminated with a complaint: swapnetbsd.o: not found
> >
> make links is the culprit. I dont know for the moment what it is SUPPOSED to
> do, but:
>
The last time I used 'make link', I think it make link between a GENERIC
already generated kernel .o files and the current config. So, if I type :
config GENERIC
cd ../compile/GENERIC
make depend
make
cd ../conf
config TEST
cd ../compile/TEST
make link
It will make link for some .o files from ../GENERIC to TEST, maybe to avoid
recompiling them (seems to be very outdated now).
That's my guess... ;-))