Hi guys, I'm trying to compile vorbis-tools with libvorbis-aotuvb5. The problem is that installed libvorbis conflicts with myself-compiled libvorbis-aotuvb5, though I specified --with-vorbis-libraries and --with-vorbis-includes to the vorbis-tools configure: vorbis-tools-1.1.1# CFLAGS="-static" ./configure --with-vorbis-libraries="/home/alex/Desktop/aotuv-b5_20061024/lib/.libs" --with-vorbis-includes="/home/alex/Desktop/aotuv-b5_20061024/include" --disable-ogg123 Here is list of directories .libs and include: ~/Desktop/aotuv-b5_20061024/lib/.libs $ ls analysis.o libvorbisenc.la libvorbisfile.so.3.1.1 mdct.o bitrate.o libvorbisenc.lai libvorbis.la psy.o block.o libvorbisenc.so libvorbis.lai registry.o codebook.o libvorbisenc.so.2 libvorbis.so res0.o envelope.o libvorbisenc.so.2.0.2 libvorbis.so.0 sharedbook.o floor0.o libvorbisfile.a libvorbis.so.0.3.1 smallft.o floor1.o libvorbisfile.la lookup.o synthesis.o info.o libvorbisfile.lai lpc.o vorbisenc.o libvorbis.a libvorbisfile.so lsp.o vorbisfile.o libvorbisenc.a libvorbisfile.so.3 mapping0.o window.o ~/Desktop/aotuv-b5_20061024/include $ ls Makefile Makefile.am Makefile.in vorbis vorbis-tools still links to the libvorbis in the /usr/lib. Have I missed something ? -- best regards, Aleksey V. Kunitskiy my public GPG/PGP key: alexey-kv.org.ua/pubkey.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. Url : lists.xiph.org/pipermail/vorbis-dev/attachments/20070918/bee24434/attachment.pgp
On 18/09/2007, Aleksey V. Kunitskiy <alexey.kv@gmail.com> wrote:> Hi guys, > > I'm trying to compile vorbis-tools with libvorbis-aotuvb5. The problem is that > installed libvorbis conflicts with myself-compiled libvorbis-aotuvb5, though > I specified --with-vorbis-libraries and --with-vorbis-includes to the > vorbis-tools configure: > > vorbis-tools-1.1.1# > CFLAGS="-static" ./configure --with-vorbis-libraries="/home/alex/Desktop/aotuv-b5_20061024/lib/.libs" --with-vorbis-includes="/home/alex/Desktop/aotuv-b5_20061024/include" --disable-ogg123 >> > vorbis-tools still links to the libvorbis in the /usr/lib. Have I missed > something ? >I don't think --with-vorbis-libraries / --with-vorbis-includes are options in libvorbis configure. Try using CFLAGS to set -I and -L? -- imalone