I'm searching a portable way to detect when a library is unloaded.
Many source I found on internet use _init and _fini to detect
load/unload. Linux instead use gcc extensions
(__attribute__(destructor)). Other state that some implementation (like
SunOS 4.x) don't call _init/_fini.
Are there a standard way or someone write some autoconf/C script to do
this job.

bye
  freddy77


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to