[vlc] vlc-0.7.0-test1 compile error
Jean Ribiere
jean.ribiere at wanadoo.fr
Sat Nov 29 10:52:20 CET 2003
I have tried to install vlc-0.7.0-test1 with configure options :
./configure \
--prefix=/usr \
--enable-aa \
--enable-arts \
--enable-basic-skins \
--enable-dvdplay \
--enable-dvdread \
--enable-esd \
--enable-gnome2 \
--enable-gtk2 \
--enable-kde \
--enable-mad \
--enable-ncurses \
--enable-oss \
--enable-qt \
--enable-rc \
--enable-wxwindows \
--with-ffmpeg-mp3lame
and I have a lot of errors begining with :
gcc -Wsign-compare -Wall -finline-limit-30000 -pipe -o vlc src/vlc-vlc.o
lib/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a
./modules/video_chroma/libi420_rgb_mmx.a
./modules/video_chroma/libi422_yuy2_mmx.a
./modules/video_chroma/libi420_ymga_mmx.a
./modules/video_chroma/libi420_yuy2_mmx.a
./modules/misc/memcpy/libmemcpymmxext.a
./modules/misc/memcpy/libmemcpy3dn.a ./modules/codec/ffmpeg/libffmpeg.a
./modules/stream_out/libstream_out_transcode.a -L/usr/lib -lrt -lpthread
-ldl -lavcodec -lmp3lame -lm -lm
/usr/lib/libavcodec.a(oggvorbis.o)(.text+0x1d): dans la fonction «
oggvorbis_init_encoder »:
/instsrc/src/ffmpeg-0.4.8/libavcodec/oggvorbis.c:39: undefined reference
to `vorbis_encode_init'
....
In fact two libraries -lvorbisenc and -lvorbis are missing for the link,
and if I add these libraries I can finish the installation.
I have tried to configure with --enable-vorbis or --enable-ogg
(default-enable)
with the same result (I did not have the same problem with vlc-0.6.2 and
same parameters configuration).
What is wrong in ./configure parameters ?
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list