[vorbis-dev] problem building vorbis-tools-1.0rc3
Rick Bunke
rbunke at helios.acomp.usf.edu
Tue Jan 1 14:03:11 PST 2002
> That's libtools doing, and it should be fine. Are you sure you ran
> ldconfig after make installing libvorbis? Are you sure you don't have
> two copies installed?
thanks for the quick response;
You where correct, I did have an old version installed, My slackware
distro had that package installed I didn't realize it. I removed the
the package, but libtools is still looking for the old ones and I can't
get it to look for the new libraries
things I've tried:
I ran these commands after removing the package
ldconfig (as root)
make clean
rm config.cache
configure
make
I also tried running configure with these arguements
./configure --with-vorbis-libraries=/usr/local/lib
--with-ogg-libraries=/usr/local/lib --with-ogg=/usr/local/lib
--with-vorbis=/usr/local/lib --with-ao=/usr/local/lib
--with-ao-libraries=/usr/local/lib
I even tried to start from scratch
rm -rf vorbis_tools-1.0rc3
tar -xzf vorbis-tools-1.0rc3.tar.gz
cd vorbis_tools-1.0rc3
configure --with-vorbis-libraries=/usr/local/lib
--with-ogg-libraries=/usr/local/lib --with-ogg=/usr/local/lib
--with-vorbis=/usr/local/lib --with-ao=/usr/local/lib
--with-ao-libraries=/usr/local/lib
make
<p>heres the error message from make
gcc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1
-DHAVE_PTHREAD=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1
-DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1 -I. -I.
-I/usr/local/lib/include -I/usr/local/lib/include -I../include -O20
-ffast-math -fsigned-char -c platform.c
libtool: link: cannot find the library `/usr/lib/libogg.la'
make[2]: *** [oggenc] Error 1
make[2]: Leaving directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc'
make: *** [all-recursive] Error 1
<p>I'm don't know what else to do in order to get libtool to "forget"
/usr/lib and start looking in /usr/local/lib
I'm guessing libtool caches this information somewhere ? or is coded
into the build scripts ?
orry I don't know that much about libtool
occasionally I try at moments like these to learn more about gnu build
tools and every time I gain little more understanding, but for the most
part it just hurts my head ;) Is there perhaps a good book out there on
this subject somewhere. like "learn autogen to configure to make in just
six months" :)
Rick
"The net is too big, too important, too political to be treated as something
for only a band of talented engineers to preside over."
- ICANN
Whenever there is a conflict between human rights and property rights,
human rights must prevail.
- Abraham Lincoln
Information is the currency of democracy.
- Thomas Jefferson
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list