Subject: Re: ld_elf.so proposal for selecting hw/dependent libraries
To: None <dolecek@ics.muni.cz>
From: Christos Zoulas <christos@zoulas.com>
List: tech-toolchain
Date: 12/13/1999 14:46:33
On Dec 13,  6:07pm, dolecek@ics.muni.cz (Jaromir Dolecek) wrote:
-- Subject: Re: ld_elf.so proposal for selecting hw/dependent libraries

| Todd Vierling wrote:
| > 
| > On Mon, 13 Dec 1999, Christos Zoulas wrote:
| > 
| > : actually the final implementation calls for:
| > :
| > : libm.so.0     fpu_present     0:libmsoft.so.0 1:libm387.so.0
| 
| BTW, what are two 0: 1: for ? Would just plain library names suffice
| in that the order the libraries are tried is from left to right ?

These are the values sysctl returns. Actually in the final example:

libm.so.0     fpu_present     1:libm387.so.0,libm.so.0