We have a user request to install Root 5.24 on our cluster. Our build environment by default uses gcc 4.6. When I try to compile 5.24 I’m getting a lot of
and other similar errors.
What is the simplest solution for this? Is it even possible to compile 5.24 with gcc 4.6?
Well, all I can tell is that 5.24 is quite old (4 years) and it was building fine with gcc4.3.
Note you can still disable failing packages (e.g. configure --disable-xrootd)
[quote=“bellenot”]Well, all I can tell is that 5.24 is quite old (4 years) and it was building fine with gcc4.3.
Note you can still disable failing packages (e.g. configure --disable-xrootd)[/quote]
I appreciate your response. Yes, users insisting on old versions always makes our lives, shall we say, more interesting!
I’ll have to check to see if the said package is needed. Hopefully not so I can just drop it during compile.