This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
HP-UX 11.0 build question.
- To: gcc-help at gcc dot gnu dot org
- Subject: HP-UX 11.0 build question.
- From: howeyj <howeyj at cadence dot com>
- Date: Thu, 25 Jan 2001 12:27:03 -0800
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