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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-05 
14:48:01 UTC ---
(In reply to comment #4)
> checking for suffix of object files... configure: error: in
> `/home/mancilla/current/soft/src/gcc-build-latest/x86_64-unknown-linux-gnu/libgcc':
> configure: error: cannot compute suffix of object files: cannot compile
> See `config.log' for more details.

See http://gcc.gnu.org/wiki/FAQ#configure_suffix
It usually means libgmp.so etc. can't be found by the runtime linker, have you
put /home/mancilla/current/soft/install in the linker's path?
e.g. LD_LIBRARY_PATH=/home/mancilla/current/soft/install

Reply via email to