home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23152 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!hlu
  3. From: hlu@eecs.wsu.edu (H.J. Lu)
  4. Subject: Re: GCC make
  5. Message-ID: <1993Jan7.235036.16980@serval.net.wsu.edu>
  6. Sender: news@serval.net.wsu.edu (USENET News System)
  7. Organization: School of EECS, Washington State University
  8. References:  <C0IAAI.DKz@ais.org>
  9. Distribution: na
  10. Date: Thu, 7 Jan 93 23:50:36 GMT
  11. Lines: 19
  12.  
  13. In article <C0IAAI.DKz@ais.org>, sno@ais.org (Stephen Opal) writes:
  14. |> I have looked through the recent GCC 2.3.3 distributions but can't seem
  15. |> to find 'make'.  Where is it?
  16. |> 
  17. |> -- 
  18. |> Stephen N. Opal     sno@umcc.ais.org
  19.  
  20. make is not the part of gcc. It is not even required to using gcc, but you
  21. do need binutils. make is in Linux Base System. I believe SLS has this too.
  22. BTW, there are lots of patches I used to compile GNU stuff on tsx-11 under
  23. pub/linux/GCC/patches. For most of new GNU stuff, you just need to do
  24.  
  25. configure [i386-linux]
  26. make
  27.  
  28. If you want to save some disk spaces, you can delete those functions we
  29. have in libc.a since they are the same, all from GNU.
  30.  
  31. H.J.
  32.