4.6.1-RC1: Using LTO in canadian cross
Ian Lance Taylor
iant@google.com
Fri Jun 24 18:11:00 GMT 2011
Georg-Johann Lay <avr@gjlay.de> writes:
> Thanks. Building with --enable-plugins breaks. Apparently canadian
> cross + plugins are not very well supported :-(
>
> http://sourceware.org/ml/binutils/2011-06/msg00283.html
The problem is not Canadian Cross, per se, it's Windows. The header
file dlfcn.h is present on ELF systems. It's also present on cygwin.
But it's not on Windows. You'll have to either use cygwin or port the
plugin support to a Windows host.
Ian
More information about the Gcc-help
mailing list