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.