所以一个可执行文件不起作用,我发现了这篇文章(http://hintsforums.macworld.com/showthread.php?t=126972):
我已将此行添加到环境变量中:
代码:
export CFLAGS="$CFLAGS -I/usr/include/" LFLAGS="$LFLAGS -arch i386 -I/usr/local/lib" ./configure --disable-shared .... --cc=gcc-4.0 --enable-cross-compile --arch=i386 --target-os=darwin*
并将--disable-yasm添加到 ./configure 并完美编译。”
对环境变量一无所知,我用谷歌搜索并设置了一个 Plist 文件,但现在我很困惑。我应该添加键/值对行吗?键是“CFlags”、“LFlags”,然后呢?出口呢?也许我一起错过了标记。我非常缺乏经验。分步说明会非常好。
帮助将不胜感激。提前致谢!