This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful install V3.2 on True64 v5.1
- From: Karl dot Simonard at support-externe dot space dot alcatel dot fr
- To: gcc at gcc dot gnu dot org
- Date: Wed, 11 Sep 2002 15:57:38 +0200
- Subject: Successful install V3.2 on True64 v5.1
After a lot of problems, this is my solution to install GCC v3.2
Server : DS20
O.S. : OSF1 V5.1
Initial state: gcc v3.0.3.
# cd /freeware/gcc/gcc3.2
# mkdir test
# cd test
# Configure with CC="gcc -Wa,-oldas" ../configure - -enable-languages=c,c++,f77
- -prefix=/freeware/gcc/v3.2
# cp ../gcc.intl/plural* gcc/intl
# make
# cp ../install-sh .
# make install
Goog Luck.
Karl Simonard.