From: eric@tantalus.nrl.navy.mil (Eric Youngdale) Subject: Re: About the libraries... Date: Tue, 23 Feb 1993 20:24:21 GMT
In article <1mdvq2INNag@uwm.edu> rick@ee.uwm.edu (Rick Miller, Linux Device Registrar) writes:
>I've never had any trouble with libraries before... so this is new to me.
>
>% //.tinytalk: No such file or directory
>Undefined C library functions:
> 1. light C shared image (Use the real one instead.)
>---<cut here>---
>
>What does it mean, *exactly*? Did this come from the kernel (heaven
>forbid)? or from something else?
>
>I'm running H.J.'s distribution of 0.99.? upgraded to 0.99.5.
There are actually two different versions of libc.so.4.3. There is the
full one and there is a lite version that is trimmed down a bit from the full
version. The idea is to reduce the size of the image so that more stuff will
fit on the bootable rootdisk.
You should get image-4.3.tar.z from tsx-11.mit.edu in pub/linux/GCC,
and install it. This contains the "full" version.
-Eric
--