Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 1999 12:22:37 +0000
From:      Niall Smart <niall@pobox.com>
To:        hackers@freebsd.org
Subject:   Unresolved symbols in dynamically loaded shared objects.
Message-ID:  <372EE68D.C8775DCC@pobox.com>

next in thread | raw e-mail | index | archive | help
Hi,

Is it possible to arrange for unresolved symbols in shared
objects which have been loaded using dlopen() to be searched
for in the parent object? i.e. if fn_x is defined in the
parent object and undefined in the loaded object then the
linker would resolve it to the aforementioned fn_x.

If this isn't possible then is there a way to emulate this
behaviour, by using stubs in the dynamically loaded object
perhaps?

Regards,


Niall


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?372EE68D.C8775DCC>