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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=K6c9CwunF6Qib3tE8UkzoM3U1CRNR2Aca9djf8dQcx5
	7OzYFRADNI48S6fVOI7DcKhkRYcZAxFMDk0ZuZLWh31alev3KdWmRLGYi6MHm4iz
	CYKVG+7QiQJrjSnE+AP99FPVg/c6kgZoGcj+GKErzSPfiFHQjMOLXGi3wWI4pQJs
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=Yvbsl8Hd+GZE3kkx3yaJxzJ+BAQ=; b=gMAzfmA1gjVZhAbAu
	lG2gm2No7D9x/oF5ChmpoWNkfyoqVkHw78W/fEZULuqXHKZ6GTRrRSuOTszxVBO6
	+ziT0NRUeO0zFJpnnPpDrW55fo1e36DPcKrmionLb+ros96F4S16tbA4Lpuo0Mq7
	itdlnM9EWgackASe49oWZffNR8=
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.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,FREEMAIL_FROM autolearn=ham version=3.3.2
X-HELO: mail-ea0-f180.google.com
X-Received: by 10.14.219.198 with SMTP id m46mr17581000eep.41.1379756609730;        Sat, 21 Sep 2013 02:43:29 -0700 (PDT)
Message-ID: <523D6A2A.70202@gmail.com>
Date: Sat, 21 Sep 2013 11:43:06 +0200
From: marco atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: pv 64 bits fails to compile
References: <DUB122-W383620E5198E876F0DEA04CE230@phx.gbl>
In-Reply-To: <DUB122-W383620E5198E876F0DEA04CE230@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Il 9/21/2013 10:18 AM, Aaron Schneider ha scritto:
> $ cygport pv-1.4.12-1.cygport all
>>>> Preparing pv-1.4.12-1
>>>> Unpacking source pv-1.4.12.tar.bz2
>>>> Preparing working source directory
> *** Info: applying patch pv-1.4.12-1.cygwin.patch:
> patching file CYGWIN-PATCHES/README
> patching file CYGWIN-PATCHES/setup.hint
>>>> Compiling pv-1.4.12-1
> /usr/src/pv-1.4.12-1/src/pv-1.4.12/configure --srcdir=/usr/src/pv-1.4.12-1/src/pv-1.4.12 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/pv -C --enable-nls --enable-lfs --disable-debugging
> configure: loading cache config.cache
> checking for gcc... gcc
> checking for C compiler default output file name...
> configure: error: in `/usr/src/pv-1.4.12-1/build':
> configure: error: C compiler cannot create executables
> See `config.log' for more details.

the problem is here.
One of the options passed to the compiler is not recognized
and gcc halts. In the past gcc versions, it just ignored it

So look at config.log inside

pv-1.4.12-1/build

Regards
Marco


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

