[Wine] Installing, "c compiler cannot create exectuables", Mac OSX

Ryan Woodsmall rwoodsmall at mac.com
Sat Mar 27 00:03:29 CDT 2010


>configure:2916: checking for gcc
>configure:2932: found /usr/bin/gcc
>configure:2943: result: gcc
>configure:3172: checking for C compiler version
>configure:3181: gcc --version >&5
>gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
>Copyright (C) 2002 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:3192: $? = 0
>configure:3181: gcc -v >&5
>Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
>Thread model: posix
>gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)

There's your problem.  GCC 3.3 cannot build i386 code, only PowerPC.  Reinstall your Xcode tools either from the disk or download 3.2.1 from connect.apple.com.  Make sure to install GCC 4.0+ (the default should be 4.2 on Snow Leopard) as that's what is necessary to build for Intel Macs.



More information about the wine-users mailing list