[FFmpeg-user] problem with make while attempting to build git clone of ffmpeg on OS X 10.6.8
sungod sleks
sleks at qq.com
Sat Mar 9 08:58:51 CET 2013
在 13-3-4 上午9:35, "sungod sleks" <sleks at qq.com> 写入:
>在 13-3-4 上午8:09, "Carl Eugen Hoyos" <cehoyos at ag.or.at> 写入:
>
>
>>Paul Sturbaum <psturbs <at> gmail.com> writes:
>>
>>> Thanks for helping me and I certainly don't mind helping
>>> you out. Any other commands you want to test out I'd
>>> be happy to run them.
>>
>>Other people ran tests meanwhile, but could you just confirm
>>that the following is correct?
>>You have an iconv library in /usr/lib:
>>$ ls -l /usr/lib/libiconv*
>>You have a second iconv library in /opt/local/lib:
>>$ ls -l /opt/local/lib/libiconv*
>>
>>Do they disagree about their symbols?
>>$ nm /usr/lib/libiconv.2.dylib |grep iconv_open
>>$ nm /opt/local/lib/libiconv.2.dylib|grep iconv_open
>>
>>Do both contain "libiconv_open" but only one of them
>>"iconv_open" ?
>>
>>(You may have to replace "libiconv.2.dylib" by the
>>largest file that above ls commands show.)
>
>
>Thank you for your help.
>
>I have done so as above
>
>$ls -l /usr/lib/libiconv.*
>lrwxr-xr-x 1 root wheel 16 8 2 2012
>/usr/lib/libiconv.2.4.0.dylib -> libiconv.2.dylib
>-r-xr-xr-x 1 root wheel 2113600 8 2 2012 /usr/lib/libiconv.2.dylib
>lrwxr-xr-x 1 root wheel 20 8 2 2012 /usr/lib/libiconv.dylib ->
>libiconv.2.4.0.dylib
>$ ls /opt/local
>ls: /opt/local: No such file or directory
>
>
>But I have no path /opt/local in my mac ,maybe other somewhere it can
>exist ?
>
>Thank you .
>
>Polo Zhang
I have found why the libpostproc.a haven't generated.
In my script , ' --prefix="dist"$CONFIGURE_OPTIONS ' , there is no white
space between $CONFIGURE_OPTIONS and --prefix="dist", so the result is
'--prefix="dist"$CONFIGURE_OPTIONS
', the output is dist--enable-gpl ,but my disire dir is dist.
All above.
Thanks
Polo Zhang
More information about the ffmpeg-user
mailing list