X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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 AT cygwin DOT com From: jojelino Subject: Re: gcc-4.8.2-1: /bin/gcc fails Date: Sat, 23 Nov 2013 04:35:41 +0900 Lines: 18 Message-ID: References: <52749A63 DOT 70803 AT acm DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: 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