From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37913 invoked by alias); 3 Aug 2015 18:42:41 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 37898 invoked by uid 89); 3 Aug 2015 18:42:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: latitanza.investici.org Received: from latitanza.investici.org (HELO latitanza.investici.org) (82.94.249.234) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 03 Aug 2015 18:42:37 +0000 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: i.nixman@autistici.org) by localhost (Postfix) with ESMTPSA id D35EC1208DA; Mon, 3 Aug 2015 18:42:33 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 03 Aug 2015 18:42:00 -0000 From: niXman To: Jonathan Wakely , gcc-help Subject: Re: Error building gcc-5.* with threads=win32 In-Reply-To: References: <4f2eb1967bed93c6376015af3ac98000@autistici.org> Message-ID: X-Sender: i.nixman@autistici.org User-Agent: Roundcube Webmail X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00013.txt.bz2 Jonathan Wakely 2015-08-03 18:51: > It would help if you told us what options those are. Hi, configure \ --host=i686-w64-mingw32 \ --build=i686-w64-mingw32 \ --target=i686-w64-mingw32 \ --prefix=/mingw32 \ --with-sysroot=/c/mingw520/i686-520-win32-sjlj-rt_v4-rev0/mingw32 \ --with-gxx-include-dir=/mingw32/i686-w64-mingw32/include/c++ \ --enable-shared \ --enable-static \ --enable-targets=all \ --enable-multilib \ --enable-languages=c,c++,fortran,objc,obj-c++,lto \ --enable-libstdcxx-time=yes \ --enable-threads=win32 \ --enable-libgomp \ --enable-libatomic \ --enable-lto \ --enable-graphite \ --enable-checking=release \ --enable-fully-dynamic-string \ --enable-version-specific-runtime-libs \ --enable-sjlj-exceptions \ --disable-isl-version-check \ --disable-libstdcxx-pch \ --disable-libstdcxx-debug \ --enable-bootstrap \ --disable-rpath \ --disable-win32-registry \ --disable-nls \ --disable-werror \ --disable-symvers \ --with-gnu-as \ --with-gnu-ld \ --with-arch-32=i686 \ --with-arch-64=nocona \ --with-tune-32=generic \ --with-tune-64=core2 \ --with-libiconv \ --with-system-zlib \ --with-gmp=/c/mingw520/prerequisites/i686-w64-mingw32 \ --with-mpfr=/c/mingw520/prerequisites/i686-w64-mingw32 \ --with-mpc=/c/mingw520/prerequisites/i686-w64-mingw32 \ --with-isl=/c/mingw520/prerequisites/i686-w64-mingw32 \ --with-pkgversion=i686-win32-sjlj-rev0, Built by MinGW-W64 project \ --with-bugurl=http://sourceforge.net/projects/mingw-w64