home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22872 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.7 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!rutgers!cmcl2!RM303.ECON.NYU.EDU!sens
  2. From: sens@FASECON.ECON.NYU.EDU (Sunando Sen)
  3. Newsgroups: comp.os.linux
  4. Subject: Small problem with gccdisk
  5. Summary: /usr/bin/gcc needs to be updated
  6. Keywords: gcc-2.3.3, gccdisk
  7. Message-ID: <sens.26.726297113@FASECON.ECON.NYU.EDU>
  8. Date: 6 Jan 93 05:11:53 GMT
  9. Sender: notes@cmcl2.nyu.edu (Notes Person)
  10. Organization: New York University
  11. Lines: 29
  12. Nntp-Posting-Host: rm303.econ.nyu.edu
  13.  
  14. I had a small problem while installing gcc-2.3.3 from H. J. Liu's
  15. gccdisk. Whenever I tried to invoke gcc, I was getting the following
  16. message :
  17.  
  18. gcc: installation problem, cannot exec cpp: No such file or directory
  19.  
  20. even though /lib/cpp is a soft link to /usr/lib/gcc-lib/i386-linux/2.3.3/cpp.
  21. On the other hand, gcc -V 2.3.3 worked.  I think the /usr/bin/gcc
  22. binary has been left over from the old distribution.  If you look at
  23. the listing of /usr/bin from Disk1 of gccdisk, you will see that it is
  24. identical to the one from gcc-2.2.2d distribution:
  25.  
  26. -rwxr-xr-x   1 bin      bin         37888 Oct 17 21:52 gcc
  27.  
  28. In any case, I just opened gcc with emacs and replaced the string
  29. "2.2.2" with the string "2.3.3" (it occurs in only one place).  It
  30. seems to work now.
  31.  
  32.   On a related note, the disk3 of the previous version of basedisk contained 
  33. all the binaries in /bin, the new version contains all the binaries in /usr/
  34. bin.  So, after upgrading I ended up with two copies of the binutils 
  35. package.  In fact the binaries haven't changed at all, they are identical to 
  36. the older ones (does it matter?).  Thanks to H. J. Liu, upgrading Linux so 
  37. far has been extremely painless.
  38.  
  39. Sincerely,
  40.  
  41. Sunando Sen
  42. sens@fasecon.econ.nyu.edu
  43.