Re: Compile under Snow Leopard 64 bit
Michael Militzer <[email protected]> Tue, 20 Jul 2010 10:56:40 +0200
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, there's only a 32-bit target for OS X. I don't think this should be a problem however. From your configure/make output it looks rather like you have a problem with yasm/nasm. It is known that not all versions of yasm and nasm can produce workable object files for Mac. Yasm seems to be generally more reliable whereas different nasm versions show erratic results and have various regression problems. Therefore, use of yasm is preferred and recommended for OS X. In your case, the yasm version you have installed is detected as too old by configure and nasm is used instead. And it seems like your nasm doesn't work. So: Get the latest yasm (>= 1.0), install it and run configure again. Then make sure that yasm is chosen by configure and check whether your problem is then resolved. Regards, Michael Quoting Max Lapshin <[email protected]>: > configure find machine as IA32 and cannot finish build: > >