[MPlayer-users] Linking issue with libiconv on Solaris

asyropoulos at aol.com asyropoulos at aol.com
Fri Jul 9 16:58:06 CEST 2010


>libpostproc/libpostproc.a libswscale/libswscale.a -ffast-math -lkstat -lposix4 
>-lsocket -lnsl  -L/opt/local/lib -lfreetype -lz -lfribidi -lz -lbz2 -lmad -ldv 
>-lxvidcore -lm     -lm  -lfaac -lmp3lame
>Undefined                       first referenced
> symbol                             in file
>libiconv_close                      mp_msg.o
>libiconv_open                       mp_msg.o
>libiconv                            mp_msg.o
>ld: fatal: Symbol referencing errors. No output written to mencoder
>collect2: ld returned 1 exit status
>gmake: *** [mencoder] Error 1

You could add something like

-L/path/to/libiconv -R/path/to/libiconv -liconv

to EXTRALIBS in the generated config.mak to link against
the required library.

Regargds,

Apostolos Syropoulos

 


More information about the MPlayer-users mailing list