This is the mail archive of the gcc@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: 3.1 bootstrap failure on sparc-sun-solaris2.8


On Sun, 28 Apr 2002, Brad Lucier wrote:

> 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 ==

The last commit (rev 1.22.2.3; 1.19.2.3 for configure.in)
contains a bashism; replace == with =.  (It wasn't obvious that
it was obvious, and apparently it wasn't to the committer.)

brgds, H-P


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