Re: [gtk-list] Dynamic loading



>   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]