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

--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-04-05 
14:51:15 UTC ---
(In reply to comment #6)
> (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

oops, that should be:
LD_LIBRARY_PATH=/home/mancilla/current/soft/install/lib

Reply via email to