[Bug lto/47225] [4.6 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"

iains at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 7 18:55:00 GMT 2011


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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu.org

--- Comment #25 from Iain Sandoe <iains at gcc dot gnu.org> 2011-02-07 18:52:17 UTC ---
a bit late to this ....

I had this yesterday on a cross from darwin9 to cris-elf.

the liblto_plugin.dylib is built (correct shlib suffix) and copied to
(builddir)/gcc  - but the code is looking for  liblto_plugin.so

I sim-linked gcc/liblto_plugin.so -> liblto_plugin.dylib  as work-around... and
the rest proceeded OK.



More information about the Gcc-bugs mailing list