This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug plugins/47223] Fail to build gcc 4.6.0 (r168594) on mingw32
- 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 14:56:21 +0000
- Subject: [Bug plugins/47223] Fail to build gcc 4.6.0 (r168594) on mingw32
- Auto-submitted: auto-generated
- References: <bug-47223-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47223
--- Comment #4 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-08 14:56:10 UTC ---
> when configuring target-libgcc,
> failed with xgcc cannot create executable
> config.log shows 'liblto_plugin-0.dll not found'
> maybe -fuse-linker-plugin option not handled correctly
Yes, it seems that linker plugin handling on cygwin is not done well.
Is linker plugin built for you and does the linker support it?
Honza