From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123937 invoked by alias); 21 Apr 2017 18:26:31 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 123910 invoked by uid 89); 21 Apr 2017 18:26:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: nm3-vm5.access.bullet.mail.gq1.yahoo.com Received: from nm3-vm5.access.bullet.mail.gq1.yahoo.com (HELO nm3-vm5.access.bullet.mail.gq1.yahoo.com) (216.39.63.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Apr 2017 18:26:29 +0000 Received: from [216.39.60.171] by nm3.access.bullet.mail.gq1.yahoo.com with NNFMP; 21 Apr 2017 18:26:29 -0000 Received: from [98.138.104.96] by tm7.access.bullet.mail.gq1.yahoo.com with NNFMP; 21 Apr 2017 18:26:29 -0000 Received: from [127.0.0.1] by smtp116.sbc.mail.ne1.yahoo.com with NNFMP; 21 Apr 2017 18:26:29 -0000 X-Yahoo-SMTP: 0h0Q7euswBD_g.kcEqbzJWRFfrba801gq1M1 Subject: Re: Build local zlib breaks canadian cross linux to mingw To: Titus von Boxberg , crossgcc maillist References: <1c58bb7ad14c465e94f08963db4d3feb@SOLOWJOW.ELBE.local> From: Alexey Neyman Message-ID: <43482743-63e2-e007-6c2f-a48e2c43af7f@att.net> Date: Fri, 21 Apr 2017 18:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1c58bb7ad14c465e94f08963db4d3feb@SOLOWJOW.ELBE.local> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00022.txt.bz2 Titus, Can you open an issue on Github and attach .config? Regards, Alexey. On 04/21/2017 11:14 AM, Titus von Boxberg wrote: > Alexey, all, > > for canadian cross to mingw, selecting "Build local zlib" breaks the build: > For mingw, zlib-1.2.11's configure errors out in line 221 with message > "Please use win32/Makefile.gcc instead." > > Would it make sense to disable this option for host mingw? > And maybe even check for presence of zlib in the mingw toolchain? > > Regards, > Titus > >