This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Configure error while installing musrfit ('C compiler cannot create executables')



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]