This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.0.3 in HP-UX 11.11: success report
- From: Tapani Tarvainen <tt at mit dot jyu dot fi>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 2 Jan 2002 16:49:18 +0200
- Subject: gcc 3.0.3 in HP-UX 11.11: success report
Hi,
I just installed gcc 3.0.3 in HP-UX 11.11 (hppa2.0w-hp-hpux11.11)
in a HP9000/785 (J5600) box, using HP's ANSI C.
The main trick needed was to keep HP's as out of the way:
it needed both --with-as=... *and* removing /usr/ccs/bin (where
HP's as lives) from the PATH (--with-gas had no effect).
I used binutils 2.11.2 and Gnu make 3.79.1 (I didn't try HP's
make).
The host was recognized as hppa2.0w-hp-hpux11.11, all I had to
do was
PATH=/opt/binutils-2.11.2/bin:/opt/make-3.79.1/bin:/opt/texinfo-4.0/bin:/usr/bin:/opt/ansic/bin
../gcc-3.0.3/configure --prefix=/opt/gcc-3.0.3 --with-as=/opt/binutils-2.11.2/bin/as
make -j 2 bootstrap
I ran the testsuite as well, I'll submit the results in a moment.
--
Tapani Tarvainen