C プログラムをコンパイルするには、vorbis および vorbisenc ライブラリを取得する必要があります。http://xiph.org/downloads/で vorbis lib ソースをダウンロードしようとしましたが、毎回、この lib をコンパイルする際に問題が発生します。これらの lib (.h および .so ) をどこからダウンロードできるか知っていますか?
私はMacOSXで作業しています。ありがとう
編集: 最後に、古いバージョンをダウンロードしてライブラリをインストールすることに成功しました。しかし今、このライブラリを使用してプログラムをコンパイルする際に別の問題が発生しました。
ld: warning: ignoring file /usr/local/lib/libFLAC.dylib, missing required architecture x86_64 in file /usr/local/lib/libFLAC.dylib (2 slices)
Undefined symbols for architecture x86_64:
"_sf_close", referenced from:
_main in ccucQ4qH.o
"_sf_open", referenced from:
_main in ccucQ4qH.o
"_sf_readf_double", referenced from:
_read_n_samples in ccucQ4qH.o
"_sf_strerror", referenced from:
_main in ccucQ4qH.o
ld: symbol(s) not found for architecture x86_64