Subject: Re: When is ELF coming?
To: None <tls@rek.tjls.com>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 11/26/1996 12:11:58
i'm being picky here, but that's more for my own understanding than
anything else..

   Well, all of the operating systems that I know of on the i386 which use ELF
   all seem to use /lib/libc.so as the interpreter.  SCO does, UnixWare does,
   "stock" SVR4 (at least, the NCR 3000 binaries that Oracle ships) does, Solaris
   does, Linux does.

it was my understanding that ld.so was the interpreter and that libc.so was
simply one of the shared objects listed in the elf `header'.

is this correct ?