This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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"
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 24 Jan 2011 21:41:43 +0000
- Subject: [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"
- Auto-submitted: auto-generated
- References: <bug-47225-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus at gcc dot gnu.org
--- Comment #15 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-24 21:41:31 UTC ---
As reported at http://gcc.gnu.org/ml/fortran/2011-01/msg00182.html, for BUILD =
HOST = TARGET = MinGW, the build fails if configured with --disabled-shared as
for lto-plugin --tag=disable-static is explicitly required. I was told that the
same error occurs also if one builds with --enable-shared.