MacOSX64位机器上gcc编译32位x264静态库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MacOSX64位机器上gcc编译32位x264静态库相关的知识,希望对你有一定的参考价值。

x264最新包地址:http://www.videolan.org/developers/x264.html

编译命令:

./configure --enable-static --host=i386-apple-darwin

 

--host选项请参考一下连接

http://gcc.gnu.org/install/specific.html
http://airs.com/ian/configure/configure_6.html#SEC39

The `--build‘ option is used to specify the configuration name of the build system. This can normally be the result of running the `config.guess‘ shell script, and it is reasonable to use `--build=`config.guess`‘.

 

仅作记录参考

以上是关于MacOSX64位机器上gcc编译32位x264静态库的主要内容,如果未能解决你的问题,请参考以下文章

GCC编译

强制 gcc 在 64 位平台上编译 32 位程序

gcc:在 32 位平台上编译 64 位二进制文​​件

gcc在64位系统上一个史诗级WARNING

交叉编译:检查是不是可以在 64 位机器上构建 32 位

如何在 64 位 osx 上编译 gcc 32 位应用程序