This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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"


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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org,
                   |                            |tschwinge at gcc dot
                   |                            |gnu.org

--- Comment #21 from Thomas Schwinge <tschwinge at gcc dot gnu.org> 2011-02-06 16:44:53 UTC ---
Yesterday, I it a similar problem when building GCC --target=i586-pc-gnu
(with all-gcc), and the lto-plugin was built, and was meant to be used,
but the gcc installed with install-gcc wasn't usable (failing to find the
shared library) unless I also did invoke install-lto-plugin.  I was just
about to submit a patch, but first update to current trunk source --
where Kai had just fixed the problem in exactly the same way I meant to,
thus thanks for that!

As for me, this can be set to RESOLVED, FIXED.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]