http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48533
John T <jrt at worldlinc dot net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrt at worldlinc dot net --- Comment #2 from John T <jrt at worldlinc dot net> 2011-04-14 17:02:11 UTC --- New build & attempted install to demonstrate installation bug, excerpt of log. Keep in mind that libppl.so.4 is copied into /usr/lib where the installer wrongly looks for it. Otherwise it would trigger the error shown below. As noted previously, C, C++ and lto build and install with no problems, but the library path for java file linkage are incorrectly set. console log excerpt: See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/yokel/libexec/gcc/i686-pc-linux-gnu/4.6.0" || /bin/mkdir -p "/usr/yokel/libexec/gcc/i686-pc-linux-gnu/4.6.0" Installing dummy lib libgcj_bc.so.1.0.0 /home/dilbert/java/./gcc/cc1: error while loading shared libraries: libppl.so.9: cannot open shared object file: No such file or directory make[5]: *** [install-exec-hook] Error 1 make[5]: Leaving directory `/home/dilbert/java/i686-pc-linux-gnu/libjava' make[4]: *** [install-exec-am] Error 2 make[4]: Leaving directory `/home/dilbert/java/i686-pc-linux-gnu/libjava' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/home/dilbert/java/i686-pc-linux-gnu/libjava' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/dilbert/java/i686-pc-linux-gnu/libjava' make[1]: *** [install-target-libjava] Error 2 make[1]: Leaving directory `/home/dilbert/java' make: *** [install] Error 2