[Wine] Tring to Build Wine from Source on OS X

Charles Davis cdavis at mymail.mines.edu
Mon Apr 25 11:19:42 CDT 2011


On 4/25/11 10:14 AM, doh123 wrote:
> export CC="gcc-4.0"
> export CXX="g++-4.0"
If you're on Snow Leopard, you should use gcc-4.2 instead of 4.0:

 export CC=gcc-4.2
 export CXX=g++-4.2

Chip



More information about the wine-users mailing list