Installing root 5.28 on Mac OS X 10.6.6

Dear all,
after a quite successful usage of root 5.26 on a Mac OS X 10.6.4
I moved to 5.28 on a 10.6.6

I downloaded source, I configured, I compiled, I did

but…

and I need to kill the terminal to get rid of it…

What’s wrong here?

Many thanks and regards,
Marco

Hi,

It sounds like the environment is not set properly. What is the result of:which root.exe echo $PATH echo $LD_LIBRARY_PATH otool -L `which root.exe`

Cheers,
Philippe.

Hi Philippe,
here are the results:

PATH and LD_LIBRARY_PATH seem fine to me. I have some doubts about otool output.

Anyway, many thanks for taking care of this.

Regards,
Marco

Hi Marco,

Ok, this looks as expected. What is the result of:root.exe -b -l -q gdb --args root.exe -b -l -q gdb> run gdb> where

Philippe.

continues in next post

Marco

Hi,

What is the result of cat $ROOTSYS/include/compiledata.h g++ --version

Cheers,
Philippe.

Dear Philippe,

Cheers,
Marco

Hi,

you’re compiler is not supported or properly installed. It works fine with the Apple supplied gcc 4.2.1 or with the Fink gcc 4.4.4. Not much we can do from the ROOT side.

Cheers, Fons.

Dear Fons,

[quote=“rdm”]Hi,

you’re compiler is not supported or properly installed. It works fine with the Apple supplied gcc 4.2.1 or with the Fink gcc 4.4.4. Not much we can do from the ROOT side.

Cheers, Fons.[/quote]

thanks.
I’ve switched to

and root 5.28 works fine.

Many thanks again,
Marco