home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10094 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.8 KB

  1. Path: sparky!uunet!gatech!purdue!mentor.cc.purdue.edu!mace.cc.purdue.edu!eoi
  2. From: eoi@mace.cc.purdue.edu (Chenmin Zhang)
  3. Newsgroups: comp.os.linux
  4. Subject: final touch on installing gcc 2.2.2d
  5. Keywords: final touch on installing gcc 2.2.2d
  6. Message-ID: <Bu7yCJ.n0u@mentor.cc.purdue.edu>
  7. Date: 7 Sep 92 17:38:42 GMT
  8. Sender: news@mentor.cc.purdue.edu (USENET News)
  9. Organization: Purdue University
  10. Lines: 38
  11.  
  12.  
  13.     After boring naming and renaming sequence (since I have to get file
  14. to DOS floppy through binary ftp and carry back home), I have nearly
  15. finished installing gcc 2.2.2d .  Thanks all the people who have give
  16. me all valuable suggestions.
  17.  
  18.    I watched out the installation procedure very carefully. After I typied
  19. the "sh install.2.x 2.2.2d /usr/src/linux" where /usr/src/linux is the place
  20. I keep kernel 0.97 (after uncompress, untar), the process goes smoothly
  21. without any complaning about missing file, hundred files are created and
  22. scatted all over the place.  Finally comes to this point:
  23.  
  24.      ..................... 
  25.      install jump table 
  26.      do you kave kernel source on line [y/n]
  27.      y        /* I respond */
  28.      igore the error message
  29.      no more error message
  30.      Fixing the file
  31.      chown: bin: invalid group
  32.      chown: bin: invalid group
  33.      Done!  gcc 2.2.2d has been installed
  34.      please get rid of all the "-nostdinc -I" from the Makefile in kernel source
  35.                 and then do a fresh make dep
  36.  
  37.  
  38.  
  39.       I followed the instruction and commented out  ONE line in Makefile, but
  40. when I typied "make dep", I got
  41.      " unknown command make" or something like that.  I checked all the
  42. /bin, /usr/bin, /usr/etc,.... and couldn't find "make".  I don't know if the
  43. last error is related to the "chown" error I got.  How can I fix both errors?
  44.  
  45.      Thanks to all the people who has helped me or going to.
  46.  
  47. --------
  48. new comer
  49.  
  50.