tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: LIBISMODULE



On Wed, Aug 04, 2010 at 12:54:58PM +0200, Erin Nivelet wrote:
> Because the module is open by dlopen, having the SHLIB_MAJOR at the
> end of shared library sounds stupid because the API is frozen by the
> apps and opening libmodule.so with dlopen doesn't work, because
> dlopen does not follow the symlink...

Sure it does. Take a look at src/tests/lib/csu. h_initfini3.cxx is the
main program, src/tests/lib/csu/dso contains the module.

Joerg


Home | Main Index | Thread Index | Old Index