[Theora-dev] Building theora
J. Grant
jg at jguk.org
Mon Sep 6 16:44:59 PDT 2004
Hi John,
I think you may have some old ogg libs and other stuff. Can you do this
to fix:
rpm -qa |grep ogg
rpm -e all_the_rpms_above
if you can not remove because you will break deps, try with --nodeps (if
you are happy to do this)
Then can you "make distclean" and ./configure, make etc again.
You can check you have removed all old dead libs by doing:
cd /usr/lib
ll *ogg*
cd /usr/local/lib
ll *ogg*
both should be blank, delete any you find there before re-configureing
and rebuilding all.
Kind regards
JG
on the 06/09/04 23:59, John Kintree wrote:
> On Monday 06 September 2004 05:57 pm, J. Grant wrote:
>> Could you post the 10 lines before the <snip> please
>> I think your ranlib has a problem. I am using:
>> GNU ranlib 2.12.90.0.15 20020717
>
> I'm using ranlib that came with Mandrake 10.0.
> GNU ranlib 2.14.90.0.7 20031029
>
> Here's the 10 lines before my last <snip>
> <resnip>
> /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT
> -fsigned-char -DUSE_MEMORY_H -o libvorbisfile.la -rpath /usr/local/lib
> -no-undefined -version-info 4:0:1 vorbisfile.lo libvorbis.la -lm -logg
> libtool: link: warning:
> `/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../..//libogg.la' seems to
> be moved
> gcc -shared .libs/vorbisfile.o -Wl,--rpath -Wl,/home/john/downloads/theora
> -Wl,--rpath -Wl,files/libvorbis-1.0.1/lib/.libs
> -L/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../../ ./.libs/libvorbis.so
> -lm /usr/lib/libogg.so -mno-ieee-fp -Wl,-soname -Wl,libvorbisfile.so.3
> -o .libs/libvorbisfile.so.3.1.0
> (cd .libs && rm -f libvorbisfile.so.3 && ln -s libvorbisfile.so.3.1.0
> libvorbisfile.so.3)
> (cd .libs && rm -f libvorbisfile.so && ln -s libvorbisfile.so.3.1.0
> libvorbisfile.so)
> ar cru .libs/libvorbisfile.a vorbisfile.o
> ranlib .libs/libvorbisfile.a
> creating libvorbisfile.la
> </resnip>
> Thanks,
> John
> _______________________________________________
> Theora-dev mailing list
> Theora-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/theora-dev
>
--
Homepage: http://jguk.org/
Blog: http://jguk.org/index.html#blog
Radio: http://jguk.org/index.html#radio
More information about the Theora-dev
mailing list