gcc3.0.2 built on OSF4.0e
Steven P. Dirkse
sdirkse@gams.com
Wed Feb 20 11:25:00 GMT 2002
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
More information about the Gcc
mailing list