[Bug bootstrap/15029] New: gcc 3.4.0 doesn't build on Solaris
papadopo at shfj dot cea dot fr
gcc-bugzilla@gcc.gnu.org
Tue Apr 20 16:33:00 GMT 2004
gcc 3.4.0 fails to build on Solaris 8:
$ cd /tmp
$ gtar xzf gcc-3.4.0.tar.gz
$ mkdir GCC
$ cd GCC
$ ../gcc-3.4.0/configure --prefix=/usr/local/gcc-3.4.0 \
--with-as=/usr/local/binutils/bin/as \
--with-ld=/usr/local/binutils/bin/ld
[...]
$ gmake bootstrap
[...]
/tmp/gcc-3.4.0/libffi/configure: test: argument expected
gmake[1]: *** [configure-target-libffi] Error 1
gmake[1]: Leaving directory `/tmp/GCC'
gmake: *** [bootstrap] Error 2
$
The C compiler has already been built, so this can't be too bad. I'm not sure
how to get more verbose output to debug this though.
--
Summary: gcc 3.4.0 doesn't build on Solaris
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: papadopo at shfj dot cea dot fr
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: sparc-sun-solaris2.8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15029
More information about the Gcc-bugs
mailing list