home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16774 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.3 KB

  1. Path: sparky!uunet!ogicse!news.u.washington.edu!serval!hlu
  2. From: hlu@eecs.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: GCC
  5. Message-ID: <1992Nov15.194530.11313@serval.net.wsu.edu>
  6. Date: 15 Nov 92 19:45:30 GMT
  7. Article-I.D.: serval.1992Nov15.194530.11313
  8. References: <721788500.F00001@tdkt.kksys.com>
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: School of EECS, Washington State University
  11. Lines: 20
  12.  
  13. In article <721788500.F00001@tdkt.kksys.com>, Tyron.Montgomery@f31.n282.z1.tdkt.kksys.com (Tyron Montgomery) writes:
  14. |> Help!! I'm trying to install GCC, but when I try to compile anything, the
  15. |> compiler chews on the source for a while and then says something like "Cannot
  16. |> execute as : no such file or directory".  I'm using the compiler contained in
  17. |> the 222d7A and 222d7B files from the GCC/gccdisk directory and the 41lib1 and
  18. |> 41lib2 files from the GCC/libdisk directory.  If I'm missing something, can
  19. |> someone please help me out!
  20. |> 
  21. |> I'm sorry if this is a FAQ, but I'm desparate...
  22. |> 
  23. |> Tyron the .sigless
  24. |> 
  25. |> 
  26. |>  * Origin: Dark Knight's Table (1:282/31)
  27.  
  28. Like most of Unices, C compiler (gcc) under Linux just outputs assembly code.
  29. Beside gcc, you need at least assembler (as) and linker (ld), which are in the
  30. third disk of Linux Base System (on tsx-11 under pub/linux/GCC/basedisk).
  31.  
  32. H.J.
  33.