Hello WINE Users: I am trying to build WINE on Snow Leopard with 64-bit support enabled (actually for my particular purpose I need to build a version of WINE with both 32-bit and 64-bit libraries supported). I am using the 1.1.29 source version.. I have been following the guide for building on Mac and 64-bit WINE at: http://wiki.winehq.org/MacOSX/Building http://wiki.winehq.org/Wine64 I get the following error when I try to make a build (see below). Has anyone successfully built WINE on SnowLeopard with both 32-bit and 64-bit runtime libraries. For that matter, has anyone gotten a 64-bit enabled build of WINE to take on SL? Cheers, Thomas gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o getpagesize.o getpagesize.c gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o gettid.o gettid.c gcc -m64 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -I/usr/X11/include -g -O2 -o interlocked.o interlocked.c {standard input}:87:Unknown pseudo-op: .cfi_adjust_cfa_offset {standard input}:87:Rest of line ignored. 1st junk character valued 56 (8). {standard input}:88:Unknown pseudo-op: .cfi_rel_offset {standard input}:88:Rest of line ignored. 1st junk character valued 37 (%). {standard input}:99:Unknown pseudo-op: .cfi_adjust_cfa_offset {standard input}:99:Rest of line ignored. 1st junk character valued 45 (-). {standard input}:100:Unknown pseudo-op: .cfi_same_value {standard input}:100:Rest of line ignored. 1st junk character valued 37 (%). make[2]: *** [interlocked.o] Error 1 make[1]: *** [port] Error 2 make: *** [libs] Error 2