bootstrap/8970: compile error on Sparc v9 systems
Bill C Riemers
bcr@babel.lz.att.com
Fri Jan 24 19:17:00 GMT 2003
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8970
You can either try the solution suggested in
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8844
or try using a completely different build directory, with an absolute path when invoking the
configure script. i.e.
tar xvvfz gcc-3.2.1.tar.gz
srcdir=`pwd`/gcc-3.2.1
mkdir gcc-3.2.1-build
cd gcc-3.2.1-build
"$srcdir/configure" --prefix=/usr/local
make bootstrap
make install
I've found the solution of just copying install-sh does not work, because later on in the build
or install process you will find additional errors that result from the same configuration bug.
Bill
More information about the Gcc-bugs
mailing list