configure script seems to specify incorrect library order and results in libfontconfig detection to fail. I traced the problem to compile_check() in configure. The -lfontconfig option was being specified at the end of the gcc command line when it should be specified at the beginning. I corrected my problem when I moved "$@" string to the beginning in line 6 of compile_check(): $_cc $CFLAGS "$@" $_inc_extra $_ld_static $_ld_extra $_libs_mplayer $_libs_mencoder -o "$TMPEXE" >> "$TMPLOG" 2>&1 Is this a bug in configure script ? _______________________________________________ MPlayer-users mailing list MPlayer-users@xxxxxxxxxxxx https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users