This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: LD_PRELOAD on HP-UX using GNU linker?


On Apr 28, 2000, Priya Narasimhan <priya@lambda.ece.ucsb.edu> wrote:

> Does anyone know how I can use LD_PRELOAD on an HP-UX
> operating system? The native linker on HP-UX does not
> support the LD_PRELOAD feature, but I would really
> like to use it. Does the GNU linker support this on all
> operating systems, including HP-UX?

I doubt it.  It's not a feature of the static linker (ld), but of the
run-time dynamic linker (ld.so on most systems, maybe ld.sl on HP-UX).
If the run-time dynamic linker doesn't support it, there's little the
static linker can do.

In any case, this mailing list is about GCC, a compiler collection,
not about the GNU linker.  You may have better luck posting your
question to the appropriate mailing list, which is that of the
binutils project.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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