This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug plugins/47223] Fail to build gcc 4.6.0 (r168594) on mingw32
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: coolypf at qq dot com <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 8 Jan 2011 15:56:01 +0100
- Subject: Re: [Bug plugins/47223] Fail to build gcc 4.6.0 (r168594) on mingw32
- References: <bug-47223-4@http.gcc.gnu.org/bugzilla/> <bug-47223-4-FX6tyrvfR1@http.gcc.gnu.org/bugzilla/>
> 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