>(1).It seems that CINT does not support unloading shared libs in UNIX.
> Why not ? Up to now, I can only use ".U libname" to do that but its
> really inconvinent.
There is a CINT API G__unloadfile(char* filename). If you can use .U command
you can also use G__unloadfile API. As far as I know, only VMS version can
not unload shared libs.
Masaharu Goto