Using another compiler for ACLIC

Dear ROOTers,

I have ROOT5.12 under SOARIS 8 installed on machine A, using
/usr/local/bin/g++ (version 3.3.2),

(ROOT source was compiled & installed with it)

all is fine.

Now I’ m running ROOT on machine B, which has
/usr/local/bin/g++ (versio.2.95)

I would like to compile a program with ACLIC, but that doent work as that compiler’s too old.

How can I tell ROOT, running on Machine B to use the compiler on, say A,
(or somewhere where a 3.3.2 g++ is installed)

Sorry if it’s too simple, and thank you for the help!!

Best Regards

Imrich

Hi,

setting the $PATH (and whatever else GCC needs, I believe there is a GCC_PREFIX or something) should be sufficient. There is nothing to be done that’s specific to ACLiC.

Axel.