[FFmpeg-user] problem with make while attempting to build git clone of ffmpeg on OS X 10.6.8
Paul Sturbaum
psturbs at gmail.com
Mon Mar 4 19:18:42 CET 2013
On Mar 3, 2013, at 7:09 PM, Carl Eugen Hoyos wrote:
> 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*
Output:
lrwxr-xr-x 1 root wheel 16 Jun 27 2012 /usr/lib/libiconv.2.4.0.dylib -> libiconv.2.dylib
-r-xr-xr-x 1 root wheel 3205760 Jun 24 2010 /usr/lib/libiconv.2.dylib
lrwxr-xr-x 1 root wheel 20 Jun 27 2012 /usr/lib/libiconv.dylib -> libiconv.2.4.0.dylib
> You have a second iconv library in /opt/local/lib:
> $ ls -l /opt/local/lib/libiconv*
Output:
-rw-r--r-- 1 root admin 1094920 Nov 6 2011 /opt/local/lib/libiconv.2.dylib
-rw-r--r-- 1 root admin 1125352 Nov 6 2011 /opt/local/lib/libiconv.a
lrwxr-xr-x 1 root admin 16 Nov 6 2011 /opt/local/lib/libiconv.dylib -> libiconv.2.dylib
-rw-r--r-- 1 root admin 914 Nov 6 2011 /opt/local/lib/libiconv.la
>
> $ nm /usr/lib/libiconv.2.dylib |grep iconv_open
Output:
0000000000014d42 T _iconv_open
> $ nm /opt/local/lib/libiconv.2.dylib|grep iconv_open
Output:
0000000000019060 T _libiconv_open
0000000000019be0 T _libiconv_open_into
>
> 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.)
I'm sorry but I don't understand the direction.
Do you still want me to run the commands from the email you posted before this one? I will wait to hear back from you.
Thanks,
Paul
More information about the ffmpeg-user
mailing list