This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap/8970: compile error on Sparc v9 systems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]