home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!purdue!mentor.cc.purdue.edu!mace.cc.purdue.edu!eoi
- From: eoi@mace.cc.purdue.edu (Chenmin Zhang)
- Newsgroups: comp.os.linux
- Subject: final touch on installing gcc 2.2.2d
- Keywords: final touch on installing gcc 2.2.2d
- Message-ID: <Bu7yCJ.n0u@mentor.cc.purdue.edu>
- Date: 7 Sep 92 17:38:42 GMT
- Sender: news@mentor.cc.purdue.edu (USENET News)
- Organization: Purdue University
- Lines: 38
-
-
- 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
-
-