Ich versuche VICE 2.4 auf einer Win8.1 x64 PC zu kompilieren, Ich bin eher Anfänger. Ich folgte dem Win32-Cygwin-Howto-Skript. Allerdings bekomme ich ein Fehler bei der Einstellung CFLAGS:
$ CFLAGS="-mno-cygwin -I$HOME/dx7sdk/include" ./configure --without-png --without-zlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
using TextField widget.
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/Nonax/vice-2.4':
configure: error: C compiler cannot create executables
See `config.log' for more details
config.log:
...
configure:4337: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4348: $? = 1
configure:4337: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4348: $? = 1
configure:4368: checking whether the C compiler works
configure:4390: gcc -mno-cygwin -I/home/Marien/dx7sdk/include conftest.c >&5
gcc: error: unrecognized command line option '-mno-cygwin'
...
In Cygwin Setup habe Ich selektiert:
gcc-core: GNU Compiler Collection (C, OpenMP) - 4.9.2-3
machen: Die GNU-Version des 'Make' Utility - 4,1-1
Muss ich ein anderes Paket zu installieren? Kann jemand mich helfen?