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