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

  1. Path: sparky!uunet!mcsun!sunic!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: apologies, but I still need a little help
  5. Message-ID: <1992Sep4.200011.28590@klaava.Helsinki.FI>
  6. Date: 4 Sep 92 20:00:11 GMT
  7. References: <186qb2INNai1@usenet.INS.CWRU.Edu>
  8. Organization: University of Helsinki
  9. Lines: 57
  10.  
  11. mal11@po.CWRU.Edu (Matthew A. Lewis) writes:
  12. >in my root dir.
  13. >
  14. >0971inc.tar.Z
  15.  
  16. It is usually considered common sense to not put extraneous files in the
  17. root directory.  Since there was no mention of a specific directory
  18. where I should put the files, I created a new directory for them and put
  19. them there (/usr/tmp/gcc2-install, if I remember correctly).  Worked
  20. pretty well.
  21.  
  22. >NOTICE THE TRUNCATED FILE NAMES.
  23.  
  24. I notice.  I also noticed them when I installed gcc.  Since there was no
  25. mention about a need to do something special about them, I did nothing
  26. and assumed that the installation script knew how to handle them.  It
  27. did.  (Actually, it didn't have to do anything special about them.)
  28.  
  29. >sh install.2.x -v 2.2.2d /usr/src/linux
  30. >
  31. >:command not found
  32. >'yntax error near '()
  33. >'nstall.2.x:5: 'kernelstuff()
  34.  
  35. Did your files go via MS-DOS, so that the shell script (a text file) got
  36. Unix newlines (a lonely LF) converted to MS-DOS newlines (CR then LF)?
  37. It looks like you did.  If so, you need to remove the CRs, with flip or
  38. some other similar utility if you have one, or standard text utilities
  39. (tr comes to mind) if you don't. 
  40.  
  41. >SO NOW I ASK, NOW THAT I HAVE FOLLOWED ALL THE DOCS, WHAT SHOULD I DO?????
  42. >I appreciate any info that you can send.
  43.  
  44. A vague recollection of the steps I went through while installing gcc
  45. 2.2.2d:
  46.  
  47. - got release-2.2.2d and README
  48. - printed them out on hardcopy
  49. - read them thoroughly
  50. - get all the other files, the list is in release-2.2.2d
  51. - since the above was done at my university, I created tar files of all
  52.   the gcc files (gcc-1.tar, gcc-2.tar, gcc-3.tar, etc), and put those
  53.   onto DOS floppies
  54. - at home, I copied the tar files from DOS floppies to a Linux partition
  55.   with mount/cp/umount cycles
  56. - created /usr/tmp/gcc-install
  57. - untarred the gcc-?.tar files into /usr/tmp/gcc-install
  58. - re-read README and release-2.2.2d, and glanced at install.2.x
  59. - made certain that I had the kernel sources in /usr/src/linux
  60. - entered the command ./install.2.x 2.2.2d /usr/src/linux
  61. - I probably executed, in /usr/src/linux, the command make dep
  62. - I deleted /usr/tmp/gcc-install with contents, since I don't ever have
  63.   enough disk space
  64. - I don't remember doing anything else
  65.  
  66. --
  67. Lars.Wirzenius@helsinki.fi
  68.