Subject: Re: problems with: kernels Floppys scsi binaries ...
To: Arthur Hoffmann <hoffmann@it.ntu.edu.au>
From: Chris Hopps <chopps@emunix.emich.edu>
List: amiga-dev
Date: 04/10/1994 13:00:11
All the problems to me sound like you are recompiling stuff
in the wrong order..

You must not also be reading current-users mailing list or you would 
know about the recent off_t gid_t pid_t changes that would cause
all of your problems.

basically you should wait for steve to finish his snapshot and grab that
or if you want to try and rectifiy your bad enviroment this is the order
you should have compiled in

make and install make
cd share/mk; make install
cd kernelbuildarea ; make kernel ; reboot

cd include ; make install;
cd lib ; make clean ; make ; make install
cd gnu/lib ; make clean ; make ; make install
make and install ld ad ranlib 
cd lib ; make clean ; make ; make install
cd gnu/lib ; make clean ; make ; make install
cd src ; make clean && make .depend && make && make install

Chris.

------------------------------------------------------------------------------