https://bugs.winehq.org/show_bug.cgi?id=37979
rhez rhezrhez@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Status|RESOLVED |UNCONFIRMED Resolution|INVALID |---
--- Comment #2 from rhez rhezrhez@gmail.com --- Whoops, sorry, didn't know I had to scroll down the sourceforge page to get the latest release. Anyways, here's the config log dump for 1.7.35:
gcc (GCC) 4.6.0 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3922: $? = 0 configure:3911: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin10.7.0/4.6.0/lto-wrapper Target: x86_64-apple-darwin10.7.0 Configured with: ../gcc-4.6.0/configure --enable-languages=fortran,c++ Thread model: posix gcc version 4.6.0 (GCC) configure:3922: $? = 0 configure:3911: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:3922: $? = 1 configure:3911: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3922: $? = 1 configure:3942: checking whether the C compiler works configure:3964: gcc conftest.c >&5 gcc: error trying to exec 'as': execvp: No such file or directory configure:3968: $? = 1 configure:4006: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.7.35" | #define PACKAGE_STRING "Wine 1.7.35" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | #define PACKAGE_URL "http://www.winehq.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | }