This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: How do I link to a shared lib without having that lib's dependencies (the way MS link does)


Andreas Schwab <schwab@suse.de> writes:

> "Don Woodward" <woodward@woodward.org> writes:
> 
> |> Which begs the following question: is there a linker option where I can
> |> build
> |> my shared libraries and programs so that the loader invokes all dlopens
> |> with RTLD_NOW?
> 
> That's not an option at link time, only at run time (by putting
> LD_BIND_NOW with an non-empty value in the environment).

No, there is a link time option also, ``-z now''.  Not every ELF
dynamic linker will support it, but the glibc one does.

Ian


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