[MPlayer-users] libmpdemux/asf_mmst_streaming.c compilation problem
Steven M. Schultz
sms at 2BSD.COM
Mon Nov 3 06:38:06 CET 2003
On Mon, 3 Nov 2003, D Richard Felker III wrote:
> > Adding --disable-iconv gets everything compiled but there are
> > undefined symbols at link time.
>
> That's because you didn't make clean after rerunning configure, or
> something. I compile with --enable-freetype and --disable-iconv all
> the time!
How? If you look in font_load_ft.c there are references to
iconv() - if --disable-iconv is specified then -liconv will not
be in the list of libraries linked against. Where are those
supposed to come from if iconv has been disabled?
> > font_load_ft.o(.text+0x1a4b): undefined reference to `libiconv_open'
> > font_load_ft.o(.text+0x1a6c): undefined reference to `libiconv_close'
> > font_load_ft.o(.text+0x1a76): undefined reference to `libiconv_open'
> > font_load_ft.o(.text+0x1b08): undefined reference to `libiconv'
> > font_load_ft.o(.text+0x1b7a): undefined reference to `libiconv_close'
> > gmake: *** [mplayer] Error 1
> >
> NOT acceptable!
No need to shout.
Undefined symbols are even more unacceptable.
Steven Schultz
More information about the MPlayer-users
mailing list