X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=sIeXdYfCc1nEaEAxN+KfMf4me4BjH2
	yR8XaSpxVe0jniI5zB8PgsBbSMJJ+0DObqBYad/EUvhW62cA3y8wlkGfPjnn9Xr8
	3Emy49RrGtgHHLx8tLp0D5sRZ1bdgZgw+i+S1d0sKe7OlHE0iEbFRYAPtFSKfQ2G
	SZDy8YtmcTdIY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=2ZX5rAYVp5q5f9dYF39Q7uovpqo=; b=JefV
	v0BWmFWvjaNvyf5LmIElUL2fEA5vD3LQkjK759jwnQgwXObMoDraNky2pqAF6YGa
	6GmuodiaAAGImO0z60urJnwwLlmS3z/4dLIZKeh7/fRWJWujFFlNWC1Mvy8Ew2vA
	cjto8dBXf3jiF3AKXpytT7dQb0BCAN3vjLwMjvU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,RCVD_NUMERIC_HELO,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: jojelino <jojelino@gmail.com>
Subject: Re: gcc-4.8.2-1: /bin/gcc fails
Date: Sat, 23 Nov 2013 04:35:41 +0900
Lines: 18
Message-ID: <l6obln$s95$1@ger.gmane.org>
References: <52749A63.70803@acm.org> <l6o9mq$60f$1@ger.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
In-Reply-To: <l6o9mq$60f$1@ger.gmane.org>
X-IsSubscribed: yes

On 2013-11-23 AM 4:02, jojelino wrote:
> On 2013-11-02 PM 3:23, David Rothenberger wrote:
> This problem is caused by zero-byte of
> ${builddir}/host-i686-pc-cygwin/specs
> and the specs file is created by bootstrapped gcc executable.
> the bootstrapped gcc crashes when generating specs file, which is the
> cause of the problem mentioned in this report. the maintainer of gcc
> should have experienced this problem.
> to workaround this problem, the package maintainer needed to supress
> C{XX}FLAGS -static-libgcc -static-libstdc++ in
> host-i686-pc-cygwin/gcc/Makefile.

Appending --with-boot-ldflags="   " --with-stage1-ldflags="   " to 
configure argument [1] might work instead of doing nasty stuff to Makefile.

[1] http://gcc.gnu.org/install/configure.html
-- 
Regards.


--
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

