How overcome error installing GCC-4.3.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello folks, 

  I am wondering if anyone could share advice on how
to overcome the following problem, which is
obtained when trying to install gcc-4.3.2 on a box operating
two dual core AMD 64 bit processors under Solaris 10.

The configure set up, which finished without errors, is as follows:

../gcc-4.3.2/configure --prefix=/home/srojas/My_prog/GCC4_64bit  CC=/usr/sfw/bin/gcc              CFLAGS=-m64 LDFLAGS="-L/usr/sfw/lib/amd64 -R/usr/sfw/lib/amd64" CXX=/usr/sfw/bin/g++              CXXFLAGS=-m64  --with-mpfr=/home/srojas/My_prog/MPFR_64bit               --with-gmp=/home/srojas/My_prog/GMP_abi64   --enable-languages=c,c++,fortran,java               --enable-threads --enable-shared 

A portion of the make errors are:

config.status: config.h is unchanged
config.status: executing default commands
make: Fatal error: Don't know how to make target `../../gcc-4.3.2/include/ansidecl.h'
Current working directory /home/srojas/MySoftware/my_ins/libiberty
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \
s=`cd ../gcc-4.3.2; ${PWDCMD-pwd}`; export s; \
FLEX="/home/srojas/MySoftware/gcc-4.3.2/missing flex"; export FLEX;  LEX="lex";
...
...
ake: Fatal error: Command failed for target `all-stage1-libiberty'
Current working directory /home/srojas/MySoftware/my_ins
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \
s=`cd ../gcc-4.3.2; ${PWDCMD-pwd}`; export s; \
if test -f stage1-lean  ; then \
  echo Skipping rebuild of stage1 ; \
else \
  make stage1-start; \
  make "DESTDIR="  "RPATH_ENVVAR=LD_LIBRARY_PATH"  "TARGET_SUBDIR=i386-pc-solaris2.10"  "bindir=/home/srojas/My_prog/GCC4_64bit/bin" 
...
...
AKEINFO=/home/srojas/MySoftware/gcc-4.3.2/missing makeinfo --split-size=5000000 --split-size=5000000" all-stage1; \
fi
make: Fatal error: Command failed for target `stage1-bubble'
Current working directory /home/srojas/MySoftware/my_ins
*** Error code 1
The following command caused the error:
r=`${PWDCMD-pwd}`; export r; \
s=`cd ../gcc-4.3.2; ${PWDCMD-pwd}`; export s; \
make "DESTDIR="  "RPATH_ENVVAR=LD_LIBRARY_PATH"  "TARGET_SUBDIR=i386-pc-solaris2.10"  "bindir=/home/srojas/My_prog/GCC4_64bit/bin"  
...
...
FOO=/'`"  "LEAN=false"  "CONFIG_SHELL=/bin/bash"  "MAKEINFO=/home/srojas/MySoftware/gcc-4.3.2/missing makeinfo --split-size=5000000" `cat stage_final`-bubble
make: Fatal error: Command failed for target `all'


Thanks in advance.

Sergio

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux