[FFmpeg-trac] #2659(build system:closed): Compiling for i386 on 64bit OSX is hard
FFmpeg
trac at avcodec.org
Tue Dec 10 13:16:13 CET 2013
#2659: Compiling for i386 on 64bit OSX is hard
-------------------------------------+-------------------------------------
Reporter: hendrik | Owner:
Type: defect | Status: closed
Priority: normal | Component: build
Version: git-master | system
Keywords: i386 OSX | Resolution:
Blocking: | worksforme
Analyzed by developer: 0 | Blocked By:
| Reproduced by developer: 0
-------------------------------------+-------------------------------------
Changes (by cehoyos):
* keywords: i386 OSX Darwin => i386 OSX
* status: new => closed
* resolution: => worksforme
Comment:
I tested the following configure lines successfully:
{{{
$ ./configure --enable-small --cc='cc -m32'
$ ./configure --enable-shared --disable-static --cc='cc -m32'
$ ./configure --enable-shared --disable-static --enable-small --cc='cc
-m32'
}}}
The used compiler was:
{{{
$ cc -v
Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin12.5.0
Thread model: posix
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/2659#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list