This is the mail archive of the gcc@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: loading shared libreries




On Tue, 18 Sep 2001, Roger Wells wrote:
> Does anyone know how to load a shared library during run time (as opposed to
> load time)?  I need to detect whether a library is needed during process
> execution and only then attempt to load it.

On what platform?  GNU/Linux provides dlopen() for this.

Note this question has nothing to do with GCC development per se.  If you
need further clarification, please email privately or use another forum.

Jeff


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