------- Comment #3 from danglin at gcc dot gnu dot org  2008-08-31 20:30 -------
The problem in comment #2 is the libgmp/libmpfr installation.  I
accidentally installed the shared versions which have a dependency
on libgcc_s.sl.  As a result, the following fails:

configure:2611: /test/gnu/gcc/objdir/./gcc/xgcc -B/test/gnu/gcc/objdir/./gcc/
-B
/opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/bin/
-B/opt/gnu64/gcc/gcc-4.4.0/hpp
a64-hp-hpux11.11/lib/ -isystem
/opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/incl
ude -isystem /opt/gnu64/gcc/gcc-4.4.0/hppa64-hp-hpux11.11/sys-include -c -g -O2
   conftest.c >&5
/usr/lib/pa20_64/dld.sl: Unable to find library 'libgcc_s.sl'.
xgcc: Internal error: Killed (program cc1)

The embedded path for libmpfr.sl doesn't include a search path for libgcc_s.sl.


-- 


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

Reply via email to