ACLIC usage. Set additional info about shared object

_ROOT Version: 6.18

Hi,

Can i somehow set the path of created shared object and other products (.d and .pcm) separately? And how to set the name of future shared object?

Best,
Nazar

1 Like

You can use gSystem->SetBuildDir(...); to change the location where all the files are created.
To set the name of the library you need to call ACLiC through its interface:

gSystem->CompileMacro(filename, opt = "", library_name = "", build_dir = "", dirmode = 0)

See the documentation for more details.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.