bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under


From: Andrew Koenig
Subject: Re: ld -lgen -ladm causes assert failure in gnu ld 2.12.1 and 2.13 under Solaris 2.7 or 2.8
Date: Fri, 20 Sep 2002 09:27:51 -0400 (EDT)

Nick> Andrew: if you add -znocombreloc to the linker command line then you
Nick> get a working dyn.so binary.  I would suggest adding
Nick> -Wl,-znocombreloc to the SHFLAGS variable in your shell script.

Nick> Of course this does not fix the problem, but it does mean that
Nick> binutils 2.13 can now be used with Solaris 2.7 and 2.8.

I will give it a try and let you know.  If it does work, making it work
for Python is a somewhat harder problem, as the linker options are
generated by a script that generates another script, etc...
However, I'll see if I can untangle it.

I suppose the thing to do is to find where it specifies --export-dynamic
to the linker and add -znocombreloc at that point?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]