Hi,
I am trying to compile and install VLC-Trunk with Fedora Core 6.
inside the VLC- folder I can succussfully run ./configure.
But then when I run make, I am getting following error.
ib/lib src/.libs/libvlc.so -L/usr/local/lib -lrt -lpthread -ldl -L/home/vlc/vlc-trunk/extras/contrib/lib -Wl,--rpath -Wl,/usr/local/lib
src/.libs/libvlc.so: undefined reference to `libiconv'
src/.libs/libvlc.so: undefined reference to `libiconv_close'
src/.libs/libvlc.so: undefined reference to `libiconv_open'
collect2: ld returned 1 exit status
make[2]: *** [vlc] Error 1
make[2]: Leaving directory `/home/vlc/vlc-trunk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/vlc/vlc-trunk'
make: *** [all] Error 2
Then I installed the package libiconv from http://www.gnu.org/software/libiconv/ .
But still I am getting the same error.
Please help me on this to sort out and go further.
Thanks