https://bugs.winehq.org/show_bug.cgi?id=37979
Bug ID: 37979 Summary: Problem Installing/Compiling Wine 1.1.27 on Mac OS X Product: Wine Version: 1.1.27 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: setupapi Assignee: wine-bugs@winehq.org Reporter: rhezrhez@gmail.com
OS: Mac OS X 10.8.5 gcc/g++ version: 4.6.0
Error occurred after typing ./configure
config log dump:
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:2737: $? = 0 configure:2744: 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:2748: $? = 0 configure:2755: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:2759: $? = 1 configure:2782: checking for C compiler default output file name configure:2804: gcc conftest.c >&5 gcc: error trying to exec 'as': execvp: No such file or directory configure:2808: $? = 1 configure:2846: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "1.1.27" | #define PACKAGE_STRING "Wine 1.1.27" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | }
I see two errors. Also an incomplete code file. Where is it located? Advice?