This is the mail archive of the gcc-help@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]

gcc-4.3.2 native build failed


Hello,
I am building the gcc-4.3.2 native tools with below configure option:
===
../gcc-4.3.2/configure --prefix=`pwd`/rel --quiet --enable-languages=c,c++ --with-gmp=/local/kafi_gps/downloads/gmp/gmp-4.2.3/rel --with-mpfr=/local/kafi_gps/downloads/mpfr/mpfr-2.3.1/rel --with-system-zlib
===


But build failed with below message:
> make

Checking multilib configuration for libgcc...
Configuring stage 1 in i686-pc-linux-gnu/libgcc
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Error 1
===

tail i686-pc-linux-gnu/libgcc
===
..
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "GNU C Runtime Library"
#define PACKAGE_STRING "GNU C Runtime Library 1.0"
#define PACKAGE_TARNAME "libgcc"
#define PACKAGE_VERSION "1.0"

configure: exit 1
=====
Could you please advise, what is going wrong in the above build. Thanks in advance.



Thanks Swami



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