Here at NIKHEF we first also wanted to have ROOT for HPUX-10 with g++. Fons did a
lot of work to try to get it working, but did not succeed. It had something to do
with problems on the HP to make sharedlib with the GNU compiler. In the end we
decided to use the standard HP C++ compiler aCC. This works fine.
I think there are also some roottalks in1997 on this subject.
Rutger van der Eijk
Masaharu Goto wrote:
> Carlos,
>
> >Hi I need to build root on a HP-10 using GNU g++. I played around with the
> >make files but I always get the following
> >
> >collect2: ld returned 1 exit status
> >/usr/ccs/bin/ld: Invalid loader fixup for symbol
> >"fstream::~fstream(void)".
> >
> >
> >when building CINT (I could not go further...) I am sure I am not coosing
> >the right #defines
> >
> >any suggestion on which is the prper thing to do ?
>
> I have not tried HP-UX10 with g++. I think closest configuration is HP-UX8 g++
> .
> Download cint source package from http://hpsalo.cern.ch/root/Cint.html,
> unpack it and look into platform/hpux8_gcc for defines and compiler options.
>
> Masaharu Goto