|
|
Message-ID: <alpine.LNX.2.10.1308131314410.7612@laas.mine.nu>
Date: Tue, 13 Aug 2013 13:18:27 +0200 (CEST)
From: Jens <jensl@...s.mine.nu>
To: musl@...ts.openwall.com
Subject: Re: problems with dynamic linking since 0.9.1
On Tue, 13 Aug 2013, Szabolcs Nagy wrote:
> * Jens <jensl@...s.mine.nu> [2013-08-13 12:39:52 +0200]:
>> Dynamic linking with musl has stopped working for me since musl 0.9.1.
>> I havent tested all versions but 0.9.6 and 0.9.12 does not work.
>>
>
> 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.
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
bash-4.1# cat /bin/musl-gcc
#!/bin/sh
exec ${REALGCC:-rawgcc} "$@" -specs "/opt/musl/lib/musl-gcc.specs"
Thanks!
Jens
>
>
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.