This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap failure on sparc-sun-solaris2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: lucier at math dot purdue dot edu
- Date: Sun, 28 Apr 2002 19:44:24 -0500 (EST)
- Subject: 3.1 bootstrap failure on sparc-sun-solaris2.8
With the following command
/bin/rm -rf * ; ../configure --prefix=/pkgs/gcc-3.1 --enable-libgcj ; make -j 8 bootstrap > & build.log
on sparc-sun-solaris2.8 with Solaris as/ld/sh and gnu make, bootstrap fails
with
/export/u3/lucier/programs/gcc/gcc-3.1/libffi/configure: test: unknown operator ==
make[1]: *** [configure-target-libffi] Error 1
make[1]: Leaving directory `/export/u3/lucier/programs/gcc/gcc-3.1/objdir-sparc'
make: *** [bootstrap] Error 2
Brad