RE:gSystem->Unload() in Unix

Masaharu Goto (MXJ02154@nifty.ne.jp)
Thu, 27 Aug 1998 07:04:00 +0900


Xie,

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