Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 24 Jul 2012 16:15:19 -0400
From: Gregor Richards <gr@...due.edu>
To: musl@...ts.openwall.com
Subject: Re: empty lib*.a files

On 07/24/12 16:11, Daniel Cegiełka wrote:
> Hi,
> correct me :)
>
> # ls
> Scrt1.o              ld-musl-x86_64.so.1  libdl.a              librt.a
> crt1.o               libc.a               libm.a               libutil.a
> crti.o               libc.so              libpthread.a         libxnet.a
> crtn.o               libcrypt.a           libresolv.a
> #
> # ar t libm.a
> # ar t libcrypt.a
> # ar t libpthread.a
> #
> # ar t libc.a | grep fabs
> fabs.o
> fabsf.o
> fabsl.o
> #
>
> I made a standard installation (git).
>
> regards,
> daniel

musl puts everything in libc. The other libs are only present for 
compatibility with build scripts that are incapable of proper detection. 
They are, as it is said, intentionally left blank.

With valediction,
  - Gregor Richards

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.