On Mon, 2011-02-07 at 10:50 +0100, Fabiano Sidler wrote: > I'm trying to build a cross-compiler under Linux and MacOSX using this > script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt > I get the same error on Linux and MacOSX after the make of line 340:
Cygwin normally builds with -Werror but there are a few warnings generated by GCC 4.5 which haven't been fixed yet in the code. Remove -Werror from $top_builddir/i686-pc-cygwin/winsup/cygwin/Makefile and the rest of the build should precede without any further difficulties. Yaakov Cygwin Ports -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple