This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix BZ #16634 -- assert in ld.so when dlopen("a.out"...) is called repeatedly.


On 23 March 2014 22:25, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
>
>   gcc -pthread -ldl -Wl,-rpath=.:nptl/l:dlfcn,--dynamic-linker=elf/ld.so

IIRC we do -rpath-link=... --dynamic-linker=elf/ld.so ...

which unfortunately is useless during execution and the binary still
needs to be invoked through the linker.  I wonder why we don't just
use -rpath.

> That is unfortunately impossible with GMail :-(

Maybe use another email service? ;)

Siddhesh
-- 
http://siddhesh.in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]