RE:Building root on a HP-10 with g++

Masaharu Goto (MXJ02154@nifty.ne.jp)
Wed, 05 Aug 1998 18:37:00 +0900


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