Messages in this thread |  | | Date | Wed, 20 Nov 1996 08:22:13 -0500 | From | "Steven N. Hirsch" <> | Subject | Re: aarrggghhh !!!! |
| |
Tekno Soft Snc wrote: > > Hi all, > > I've installed last libc, binutils and ld.so (required by 2.1.x kernel), > removed old versions, but when I compile this dummy.c > > void main(); > > void main() > { > } > > the size is 100K !! > > why this size ?
$ cd /usr/lib $ ln -sf /lib/libc.so.x.x libc.so
and, for good measure:
$ ln -sf /lib/libm.so.x.x libm.so
enjoy!
Steve
|  |