From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116107 invoked by alias); 21 Apr 2017 18:24:57 -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 115704 invoked by uid 89); 21 Apr 2017 18:24:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:399, H*MI:local, H*M:local X-HELO: tschetwerikow.v9g.de Received: from tschetwerikow.v9g.de (HELO tschetwerikow.v9g.de) (217.92.164.63) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Apr 2017 18:24:50 +0000 Received: from SOLOWJOW.ELBE.local (fd72:7df7:465c:1::e) by SOLOWJOW.ELBE.local (fd72:7df7:465c:1::e) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Fri, 21 Apr 2017 20:14:05 +0200 Received: from SOLOWJOW.ELBE.local ([fe80::3810:82c2:f8c1:6242]) by SOLOWJOW.ELBE.local ([fe80::3810:82c2:f8c1:6242%12]) with mapi id 15.00.1178.000; Fri, 21 Apr 2017 20:14:05 +0200 From: Titus von Boxberg To: crossgcc maillist CC: Alexey Neyman Subject: Build local zlib breaks canadian cross linux to mingw Date: Fri, 21 Apr 2017 18:24:00 -0000 Message-ID: <1c58bb7ad14c465e94f08963db4d3feb@SOLOWJOW.ELBE.local> x-ms-exchange-transport-fromentityheader: Hosted Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2017-04/txt/msg00020.txt.bz2 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