This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

HP-UX 11.0 build question.


Trying to install gcc on HP-UX 11.0. I'm installing without error using
the following instructions:

untar the gcc distribution file
cd gcc-2.95.2
mkdir objdir ; cd objdir
../gcc-2.95.2/configure --with-gnu-as --enable-shared
--enable-languages=c++
gmake bootstrap
gmake check
gmake install
cd hppa2.0w-hp-hpux11.00/libstdc++
ar -ruv ../../../../lib/libstdc++PIC.a `cat piclist`
cd ../../../../lib
ln -s gcc-lib/hppa2.0w-hp-hpux11.00/2.95.2/libgcc.a libgcc.a
ln -s libstdc++.a.2.10.0 libstdc++.a
=======================
When I try to do:
ar -ruv ../../../../lib/libstdc++PIC.a `cat piclist
I find that there is no libstdc++PIC.a in the lib area.

What am I doing wrong?

Regards,
Joan Howey
Cadence Design Systems
Systems Engineer
15015 Ave of Science
San Diego, CA 92128
(858)618-3919

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]