X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Subject: Re: building a cross-compiler for Linux/OSX From: "Yaakov (Cygwin/X)" To: cygwin In-Reply-To: <20110207095038.GA26629@loewenpard.local> References: <20110207095038 DOT GA26629 AT loewenpard DOT local> Content-Type: text/plain; charset="UTF-8" Date: Thu, 10 Feb 2011 05:05:27 -0600 Message-ID: <1297335927.752.15.camel@YAAKOV04> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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