This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC-4.3.0 install from src fails during "make"
- From: Brian Dessent <brian at dessent dot net>
- To: Sangamesh B <forum dot san at gmail dot com>
- Cc: gcc ML <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Oct 2008 08:33:12 -0700
- Subject: Re: GCC-4.3.0 install from src fails during "make"
- References: <cb60cbc40810230729g1f2502ccu9b02d5512357588e@mail.gmail.com>
- Reply-to: gcc ML <gcc-help at gcc dot gnu dot org>
Sangamesh B wrote:
> checking for suffix of object files... configure: error: cannot
> compute suffix of object files: cannot compile
> See `config.log' for more details.
> make[2]: *** [configure-stage1-target-libgcc] Error 1
> make[2]: Leaving directory `/export/packages/compilers/GNU/gcc430'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/export/packages/compilers/GNU/gcc430'
> make: *** [all] Error 2
>
> For more details, attached here the config.log.
You've attached the config.log from toplevel, but the relevant one is
the one in the stage1-x86_64-unknown-linux-gnu/libgcc/ directory. You
probably didn't set LD_LIBRARY_PATH to include the location where you
installed shared GMP and MPFR and consequently they are not found when
the stage1 xgcc is invoked.
Brian