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=Oy1TnZdEbc4a7VY361DeTQ790aQXsW0gQUPWu5hreMZ
	TyByU1sSnxpuXTywdx4BTroW16vaJv+eMVkBQl1quLaoEZ5EJAZ1lA9byHh34Vmg
	wu4rh6Hxjek8FQtJyQ1oCAVR689TcCPVgQMMTbZ4SQbwNW1vNEPVPp9zSXjv7mX8
	=
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=qKp1Yh/7Qc0WunLwUpM445CXySU=; b=aqfK2S9cX3NDJOypc
	lfiPvtt6FjYidIT+aKSguPomf/G3s+wByI+1ZHyylJonsBjx/w64evlbJypm7ErD
	ZDMCiGUr1dp7XFB6irh2i4YTczpX0BOwLfp3xG0ME+RjHrMZTMUsFDquPfRrK04J
	ZfIBqE/DX+ImKlpx4ncIRYqXmk=
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=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-qa0-f46.google.com
X-Received: by 10.224.4.133 with SMTP id 5mr3977976qar.25.1407829677127;        Tue, 12 Aug 2014 00:47:57 -0700 (PDT)
Message-ID: <53E9C6A6.1050300@gmail.com>
Date: Tue, 12 Aug 2014 09:47:50 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Configure error while installing musrfit ('C compiler cannot create executables')
References: <53E9B70A.6030006@gmx.de>
In-Reply-To: <53E9B70A.6030006@gmx.de>
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes


On 12/08/2014 08:41, Philipp wrote:
> I'm trying to install 'musrfit' on cygwin following these
> (http://lmu.web.psi.ch/musrfit/user/MUSR/MusrFitSetup.html#A_4_MS_Windows)
> instructions. When it comes to
>
> ./configure --prefix=$ROOTSYS
>
> however, I get following error message:
>
> configure:3985: error: C compiler cannot create executables
> See `config.log' for more details
>

I guess you have a wrong or broken assembler on the path

> configure:3914: checking whether the C compiler works
> configure:3936: gcc    conftest.c  >&5
> /tmp/ccx4LEUS.s: Assembler messages:
> /tmp/ccx4LEUS.s:8: Error: bad register name `%rbp'
> /tmp/ccx4LEUS.s:9: Warning: .seh_pushreg ignored for this target
> /tmp/ccx4LEUS.s:10: Error: bad register name `%rsp'
> /tmp/ccx4LEUS.s:11: Warning: .seh_setframe ignored for this target
> /tmp/ccx4LEUS.s:12: Error: bad register name `%rsp'
> /tmp/ccx4LEUS.s:13: Warning: .seh_stackalloc ignored for this target
> /tmp/ccx4LEUS.s:17: Error: bad register name `%rsp'
> /tmp/ccx4LEUS.s:18: Error: bad register name `%rbp'
> /tmp/ccx4LEUS.s:20: Warning: zero assumed for missing expression
> /tmp/ccx4LEUS.s:20: Warning: zero assumed for missing expression
> configure:3940: $? = 1
> configure:3978: result: no
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "musrfit"
> | #define PACKAGE_TARNAME "musrfit"
> | #define PACKAGE_VERSION "0.11.0"
> | #define PACKAGE_STRING "musrfit 0.11.0"
> | #define PACKAGE_BUGREPORT "andreas.suter@psi.ch"
> | #define PACKAGE_URL ""
> | #define PACKAGE "musrfit"
> | #define VERSION "0.11.0"
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |
> |   ;
> |   return 0;
> | }



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

