[EMAIL PROTECTED] wrote:
>> It looks like it is trying to access /lib/ld-linux.so.2 to compile the
>> shared library. It actually complains that it cannot find crtsi.o,
>> which is in /home/anubis9/linuxcomp/lib. But that -L comes after crti.o
>> is listed. I haven't been successful in figuring this out.:(
If you compiled the tools with the same prefix it ought not to be necessary to
have any -L. The linker should look in $PREFIX/lib by default.
(Incidentally, why do you think the dynamic linker is the problem, when the
error message refers to a completely different file?)
christophe leroy <[EMAIL PROTECTED]> wrote:
>Your wrong. it only tells the linker that when the file will be executed,
>it will use /lib/ld-linux.so.2
Yes, that's right. All it does is put an interpreter section into the output
file.
p.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]