[1051] in SIPB_Linux_Development
Re: Keesh: The Compleat ELF Development Platform (tm)
daemon@ATHENA.MIT.EDU (Salvatore Valente)
Wed Sep 6 02:54:27 1995
Date: Wed, 6 Sep 1995 02:54:06 -0400
To: ghudson@MIT.EDU
Cc: linux-dev@MIT.EDU
In-Reply-To: <199509060506.BAA05519@glacier.MIT.EDU> (message from Greg Hudson on Wed, 6 Sep 1995 01:06:39 -0400)
From: Salvatore Valente <svalente@MIT.EDU>
Greg writes:
> Just use "gcc -b i486-linuxaout" and it will produce an a.out
> executable linked with libc 4.7.2.
That tells me it can't exec cpp.
Sorry. You have to use /usr/bin/gcc. I didn't think to check if gcc
from the gnu locker works with the -b i486-linuxaout flag. I'm not
really suprised that it doesn't.
-Sal.