LD_PRELOAD on HP-UX using GNU linker?
Alexandre Oliva
aoliva@cygnus.com
Sat Apr 29 05:33:00 GMT 2000
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
More information about the Gcc
mailing list