From: eoi@mace.cc.purdue.edu (Chenmin Zhang) Subject: final touch on installing gcc 2.2.2d Date: 7 Sep 1992 17:38:42 GMT
After boring naming and renaming sequence (since I have to get file
to DOS floppy through binary ftp and carry back home), I have nearly
finished installing gcc 2.2.2d . Thanks all the people who have give
me all valuable suggestions.
I watched out the installation procedure very carefully. After I typied
the "sh install.2.x 2.2.2d /usr/src/linux" where /usr/src/linux is the place
I keep kernel 0.97 (after uncompress, untar), the process goes smoothly
without any complaning about missing file, hundred files are created and
scatted all over the place. Finally comes to this point:
.....................
install jump table
do you kave kernel source on line [y/n]
y /* I respond */
igore the error message
no more error message
Fixing the file
chown: bin: invalid group
chown: bin: invalid group
Done! gcc 2.2.2d has been installed
please get rid of all the "-nostdinc -I" from the Makefile in kernel source
and then do a fresh make dep
I followed the instruction and commented out ONE line in Makefile, but
when I typied "make dep", I got
" unknown command make" or something like that. I checked all the
/bin, /usr/bin, /usr/etc,.... and couldn't find "make". I don't know if the
last error is related to the "chown" error I got. How can I fix both errors?
Thanks to all the people who has helped me or going to.
========
new comer