Re: [gtk-list] Dynamic loading
- From: "Stephen Kennedy" <Stephen Kennedy cs tcd ie>
- To: <gtk-list redhat com>
- Subject: Re: [gtk-list] Dynamic loading
- Date: Wed, 24 Feb 1999 15:37:10 -0000
> Just a question about gmodules. What if a dynamic
>shared object has references to functions that are
>defined in another library, how does one gets it to
>work without bombing out at runtime due to unresolved
>references?
For linux, I use -rdynamic when linking. This is with standard
dlopen, dlsym, not gmodules though Im sure it will work.
BTW is there any performance hit in using -rdynamic?
Steve.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]