This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/47225] [4.6.0 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 8 Jan 2011 17:59:09 +0000
- Subject: [Bug lto/47225] [4.6.0 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"
- Auto-submitted: auto-generated
- References: <bug-47225-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225
--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-08 17:58:59 UTC ---
>
> There is indeed no liblto_plugin.so found in my build tree.
>
> With r168592 I had the last confirmed successful build.
Seems like plugin autodetection somehow screws up. Do you get the
lto-plugin/Makefile configured? What is it building there?
Honza