[1426] in SIPB_Linux_Development
Re: PCLU problems with RedHat-Athena
daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Sep 9 16:48:21 1996
To: Edwin Foo <efoo@MIT.EDU>
Cc: linux-dev@MIT.EDU
In-Reply-To: Your message of "Mon, 09 Sep 1996 16:43:26 EDT."
<199609092043.QAA00983@fooworld.mit.edu>
Date: Mon, 09 Sep 1996 16:47:04 EDT
From: Derek Atkins <warlord@MIT.EDU>
> So having aout-libs installed does not help the problem at all?
> I have the aout-libs 1.4-1 package, but I guess it's not working.
> It's something deeper than that?
Yes. The problem is that PCLU is calling 'cc', which is creating ELF
output. However PCLU can only deal with a.out output. So, you need
to either fix PCLU to deal with ELF output, or you need to fix PCLU to
compile things as a.out. Neither of these solutions is easy. I
believe Erik Nygren was looking at PCLU last.
The only other solution is to change the gcc that you are using so
that it defaults to compiling things in a.out. Again, this is not a
good solution. But these are your choices. (An alternative choice is
to use another system)
-derek