Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 24 Jul 2012 22:11:08 +0200
From: Daniel Cegiełka <daniel.cegielka@...il.com>
To: musl@...ts.openwall.com
Subject: empty lib*.a files

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

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.