Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 13 Aug 2013 16:53:00 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: problems with dynamic linking since 0.9.1

* Jens <jensl@...s.mine.nu> [2013-08-13 13:18:27 +0200]:
> On Tue, 13 Aug 2013, Szabolcs Nagy wrote:
> >
> >you didn't tell us the problem
> >
> >at least show a crashing dynamic linked executable
> >with straced loader and musl ldd output
> 
> Sorry. Its actually linking the binary that doesnt work.
> 

ah ok i did not see that

i'd check libc.so if there is some obvious error
ld should be able to handle it
(eg file libc.so, readelf -a libc.so, nm -D libc.so, or just ./libc.so)

since you use landley's weird toolchain it may be a
problem with the old binutils

> bash-4.1# musl-gcc -c t.c
> bash-4.1# musl-gcc t.o
> /opt/musl/lib/libc.so: file not recognized: File format not recognized
> collect2: ld returned 1 exit status

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.