------- Comment #9 from sebastian dot wenzler at hp dot com  2009-04-16 06:40 
-------
I had the same problem with Solaris 10 on sparcv9 with gcc-4.3.3.

Environment:
 1) binutils/2.15     2) bison/1.875       3) automake/1.4-p5 4) gcc/4.2.4

LD_RUN_PATH=/local/scratch/xhpsewe/424-64bit/lib/sparcv9:/local/scratch/xhpsewe/424-64bit/lib
PATH=/app/automake/1.4-p5/bin:/app/bison/1.875/bin:/app/binutils/2.15/bin:/local/scratch/xhpsewe/424-64bit/bin

~/gcc-4.3.3/configure --prefix /local/scratch/xhpsewe/gcc433-64bit
--enable-languages=c,c++ --with-gmp=/app/gmp/4.2.4 --with-mpfr=/app/mpfr/2.4.0
sparcv9-sun-solaris2.10

After applying the patch (2009-03-23 18:42) I get 

make: Fatal error in reader: Makefile, line 51: Unexpected end of line seen
Current working directory
/local/scratch/builddir/build-sparcv9-sun-solaris2.10/fixincludes
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \
s=`cd /home/xhpsewe/gcc-4.3.3; ${PWDCMD-pwd}`; export s; \
FLEX="/home/xhpsewe/gcc-4.3.3/missing flex"; export FLEX;  LEX="lex"; export
LEX; BISON="bison"; export BISON;  YACC="bison -y"; export YACC;  M4="m4";
export M4;  MAKEINFO="/home/xhpsewe/gcc-4.3.3/missing makeinfo
--split-size=5000000 --split-size=5000000"; export MAKEINFO;  AR="ar"; export
AR;  AS="as"; export AS;  CC="sparcv9-sun-solaris2.10-gcc"; export CC; 
CFLAGS="-g -O2"; export CFLAGS;  CONFIG_SHELL="/bin/bash"; export CONFIG_SHELL;
 CXX="sparcv9-sun-solaris2.10-g++"; export CXX;  CXXFLAGS="-g -O2"; export
CXXFLAGS;  GCJ=""; export GCJ;  GFORTRAN=""; export GFORTRAN; 
DLLTOOL="dlltool"; export DLLTOOL;  LD="/usr/ccs/bin/ld"; export LD; 
LDFLAGS=""; export LDFLAGS;  NM="nm"; export NM;  RANLIB="ranlib"; export
RANLIB;  WINDRES="windres"; export WINDRES;  WINDMC="windmc"; export WINDMC; \
(cd build-sparcv9-sun-solaris2.10/fixincludes && \
  make   all)
make: Fatal error: Command failed for target `all-build-fixincludes'
Current working directory /local/scratch/builddir
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \
s=`cd /home/xhpsewe/gcc-4.3.3; ${PWDCMD-pwd}`; export s; \
if test -f stage1-lean  ; then \
  echo Skipping rebuild of stage1 ; \
else \
  make stage1-start; \


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36481

Reply via email to