This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Sucessful build - gcc3.0.4 - hp10.20
- From: Patrick Lagace <plagace at giref dot ulaval dot ca>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 27 Feb 2002 11:56:43 -0500
- Subject: Sucessful build - gcc3.0.4 - hp10.20
C and C++
config.guess:
hppa2.0-hp-hpux10.20
gcc -v:
Reading specs from bin/../lib/gcc-lib/hppa2.0-hp-hpux10.20/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --with-gnu-as
--with-as=/opt/binutils/bin/as
Thread model: single
gcc version 3.0.4
Comments:
A older GCC was used to build this one; this is not a "make bootstrap"
using the native compiler, a simple "make".
See http://hpux.ee.ualberta.ca/ (HP/UX porting center) for older
gcc binaries.
The GNU binutils were installed/used.
GNU "as" was used, as the HP "as" was causing troubles (inability to use
the "-g" flag)
...the build was straightforward after that.
The "virtual thunk" bug for multiple inheritance seem corrected.
gcc3.0.3 was unable to compile some complex C++, 3.0.4 is ok.