This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc3.0.2 built on OSF4.0e
- From: "Steven P. Dirkse" <sdirkse at gams dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 20 Feb 2002 14:22:12 -0500
- Subject: gcc3.0.2 built on OSF4.0e
The build went without a hitch, after I copied gmake over /sbin/make.
Isn't there a way to say MAKE=gmake, or something like that? I didn't
see it in the configure docs.
bash-2.03# /usr/local/src/gcc-3.0.2/config.guess
alpha-dec-osf4.0e
bash-2.03# gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/3.0.2/specs
Configured with: /usr/local/src/gcc-3.0.2/configure --enable-languages=c++
Thread model: single
gcc version 3.0.2
It didn't work when I created objdir as a subdir of srcdir and built
with the system make. OK, RTFM. Here's what worked:
change /sbin/make to /usr/local/bin/gmake
mkdir -p /var/local/btree
cd /var/local/btree
/usr/local/src/gcc-3.0.2/configure --enable-languages="c++"
make bootstrap
make install
--
Steven Dirkse, Ph.D. GAMS Development Corporation
1217 Potomac St. NW Washington DC 20007
Voice: (202)342-0180 Fax: (202)342-0181
mailto:sdirkse@gams.com http://www.gams.com