[Wine] How to compile 64-bit Wine 1.3.0 under Mac OS X 10.6.4

penyuan wineforum-user at winehq.org
Thu Aug 19 15:11:35 CDT 2010


Hello,

Sorry if this has been addressed elsewhere, if so please let me know where!

I'd like to compile 64-bit Wine 1.3.0 via GCC 4.5.1 (I use GCC 4.5.1 according to the instructions here: http://wiki.winehq.org/Wine64) on my Mac running Mac OS X 10.6.4 with a goal of taking advantage of the 8.0 GB of RAM I've got.

I set CFLAGS="-march=native -m64", CXXFLAGS="-march=native -m64", and ./configure --enable-win64.

During make, I get the following error:

acledit.3BX36l.s:225:Unknown pseudo-op: .cfi_startproc
acledit.3BX36l.s:227:Unknown pseudo-op: .cfi_adjust_cfa_offset
acledit.3BX36l.s:227:Rest of line ignored. 1st junk character valued 52 (4).
acledit.3BX36l.s:237:Unknown pseudo-op: .cfi_adjust_cfa_offset
acledit.3BX36l.s:237:Rest of line ignored. 1st junk character valued 45 (-).
acledit.3BX36l.s:239:Unknown pseudo-op: .cfi_endproc
acledit.3BX36l.s:242:Unknown pseudo-op: .cfi_startproc
acledit.3BX36l.s:244:Unknown pseudo-op: .cfi_adjust_cfa_offset
acledit.3BX36l.s:244:Rest of line ignored. 1st junk character valued 52 (4).
acledit.3BX36l.s:254:Unknown pseudo-op: .cfi_adjust_cfa_offset
acledit.3BX36l.s:254:Rest of line ignored. 1st junk character valued 45 (-).
acledit.3BX36l.s:256:Unknown pseudo-op: .cfi_endproc
winebuild: /usr/bin/as -arch x86_64 failed with status 256
winegcc: ../../tools/winebuild/winebuild failed
make[1]: *** [acledit.dll.so] Error 2
make: *** [dlls/acledit] Error 2

What does this error mean? Is there way around it? If someone got Wine64 to compile and work on a Mac please teach me how!

Thank you very much.

P.S. The reason why I'd like Wine64 is because I want to try to run Matlab with more available RAM. According to Matlab's website, running 32-bit Matlab in a 64-bit system gives Matlab >4 GB memory. But if you run it in a 32-bit system Matlab only gets <=2 GB memory.[/code][url][/url]







More information about the wine-users mailing list