[1089] in SIPB_Linux_Development
Re: ELF migration. (Go lemmings go!)
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Oct 6 15:01:14 1995
Date: Fri, 6 Oct 1995 14:59:48 -0400
From: "Theodore Ts'o" <tytso@MIT.EDU>
To: Erik Nygren <nygren@MIT.EDU>
Cc: "Theodore Ts'o" <tytso@MIT.EDU>, Jered J Floyd <jered@MIT.EDU>,
Derek
Atkins <warlord@MIT.EDU>, eichin@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: Erik Nygren's message of Fri, 06 Oct 1995 01:39:25 -0400,
<199510060539.BAA27188@foundation.mit.edu>
Date: Fri, 06 Oct 1995 01:39:25 -0400
From: Erik Nygren <nygren@MIT.EDU>
Will people need to update the a.out shared library and thus gcc
to upgrade to ELF. I remember H Lu's announcement saying that
if you wanted to run 5.x you needed 4.7.x as the a.out libraries
which in turn needed the new gcc. Is this true or not?
I'm pretty sure this is true only if you want to develop under 5.x. If
you just want to run ELF programs linked against 5.x, you should just
need to upgrade to the latest ld.so, and put the libc5.x files somewhere
ldconfig will find them. I haven't tried this yet, but it should
work.....
- Ted