Я установил libvorbis, и, кажется, все прошло нормально, и теперь я пытаюсь установить FFmbc с --enable-libvorbis, но он завершается неудачно с ошибкой:libvorbis not found. В произведенном config.log я получаю:
ld: warning: in /usr/lib/libvorbisenc.a, file was built for unsupported file format which
is not the architecture being linked (x86_64)
ld: warning: in /usr/lib/libvorbis.a, file was built for unsupported file format which
is not the architecture being linked (x86_64)
ld: warning: in /usr/lib/libogg.a, file was built for unsupported file format which
is not the architecture being linked (x86_64)
Undefined symbols:
"_vorbis_info_init", referenced from:
_main in ffconf.00FIGmPr.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
ERROR: libvorbis not found
похоже что-то делать с компиляцией libvorbis для x86_64? Я просто сделал стандарт
./configure && make && sudo make install
когда я установил libvorbis, то я попытался
./configure CC="gcc -arch x86_64" CXX="g++ -arch x86_64"
а также
./configure --build=x86_64
но ничего не получалось. Все остальные зависимости (libx264, libfaac libmp3lame и т.д.) Работали, но не libvorbis.
Это OS X 10.6.8