Page 1 of 1

Problem on Creating libjvlc.so - will somebody help me

Posted: 07 Jun 2007 09:45
by jklanka
Hi

I have configured vlc-trunk with following and make & make install

./configure --enable-snapshot --enable-debug --enable-java-bindings \
--enable-x11 --enable-xvideo --enable-dbus-control --enable-musicbrainz \
--enable-shared-libvlc \
--enable-libdvbpsi --enable-a52 --enable-mpcdec --enable-libmpeg2 --enable-dvdnav \
--enable-faad --enable-faad2 --enable-vorbis --enable-ogg --enable-theora --enable-faac \
--enable-mkv --enable-freetype --enable-fribidi --enable-speex --enable-flac \
--enable-skins --enable-alsa --enable-lame \
--enable-wxwindows --enable-ncurses --enable-release \
--enable-dvb --enable-vcdx --enable-lirc --enable-live555 --with-live555-tree=/home/vlc/vlc-trunk/extras/contrib/src/live \
--enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-mad \
--enable-x264 --with-x264-tree=/home/vlc/vlc-trunk/extras/x264-trunk \
--enable-shout --enable-taglib \
--enable-v4l --enable-cddax \
--enable-dvb --enable-vcdx \
--enable-realrtsp --enable-xvmc \
--enable-svg --enable-dvdread \
--enable-dc1394 --enable-dv \
--enable-twolame --enable-real \
--enable-flac --enable-tremor \
--enable-dirac \
--enable-skins2 \
--enable-ncurses \
--enable-aa --enable-caca \
--enable-esd --enable-portaudio \
--enable-jack --enable-xosd \
--enable-galaktos --enable-goom --disable-libtool \



But When I run make and make install under trunk/bindings/java It is only generating libjvlc.a inside the /usr/local/lib directory.

But libjvlc.so file NOT created. Please help me to continue

Posted: 07 Jun 2007 10:18
by Poiex
try to go into "vlc-trunk/binding/" and make the makefile.

Posted: 07 Jun 2007 10:19
by kmf31
You have used:
--enable-shared-libvlc
but when I look with "./configure --h | grep shared" I only see:
--enable-shared
May be you should try this but on the other hand this is enabled by defaut. However you can try.

May be you should try --enable-shared and not --enabled-shared-libvlc to assure that all libs and not only libvlc are build as shared libs.

Posted: 07 Jun 2007 10:27
by Poiex
when i installed vlc i used only:

./configure --enable-java-bindings --disable-glx --disable-opengl