This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.3 success on a alphaev67-dec-osf5.1
- From: epl at unimelb dot edu dot au
- To: gcc at gcc dot gnu dot org
- Date: Wed, 18 Jun 2003 19:15:09 +1000 (EST)
- Subject: gcc-3.3 success on a alphaev67-dec-osf5.1
Successful compile of gcc-3.3 on a Alpha DS10 with Tru64 5.1b patchkit 2
on 17-June-2003.
config.guess:
alphaev67-dec-osf5.1
gcc -v:
Reading specs from /local/gcc/bin/../lib/gcc-lib/alphaev67-dec-osf5.1/3.3/specs
Configured with: ../gcc-3.3/configure --prefix=/local/gcc-3.3
Thread model: single
gcc version 3.3
Downloaded full distribution, not sure what languages I built -- the
default I guess. Did not run testsuite.
Required GNU make to make properly, failed otherwise. Steps to compile:
$ gzip -cd ~/gcc-3.3.tar.gz | tar xf -
$ mkdir gcc-3.3-obj
$ cd gcc-3.3-obj
$ MAKE=/usr/local/bin/make CC=cc ../gcc-3.3/configure --prefix=/local/gcc-3.3
$ /usr/local/bin/make bootstrap
$ make DESTDIR=/fakeroot/gcc-3.3/ install
Cheers
Eddie