[MPlayer-users] Make error

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jul 5 00:04:52 CEST 2007


Hi!

David Woodfall <dave <at> unrealize.co.uk> writes:

> mplayer.o:(.data+0x1688): undefined reference to `monitor_hfreq_str'
> mplayer.o:(.data+0x16ac): undefined reference to `monitor_vfreq_str'
> mplayer.o:(.data+0x16d0): undefined reference to `monitor_dotclock_str'
> libvo/libvo.a(vo_fbdev.o): In function `mode_works':
> vo_fbdev.c:(.text+0x143e): undefined reference to `in_range'
> vo_fbdev.c:(.text+0x146c): undefined reference to `in_range'
> vo_fbdev.c:(.text+0x1484): undefined reference to `in_range'
> libvo/libvo.a(vo_fbdev.o): In function `config':
> vo_fbdev.c:(.text+0x1953): undefined reference to `monitor_hfreq_str'
> vo_fbdev.c:(.text+0x195b): undefined reference to `str2range'
> vo_fbdev.c:(.text+0x1965): undefined reference to `monitor_vfreq_str'
> vo_fbdev.c:(.text+0x196d): undefined reference to `str2range'
> vo_fbdev.c:(.text+0x1977): undefined reference to `monitor_dotclock_str'
> vo_fbdev.c:(.text+0x197f): undefined reference to `str2range'
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1
> 
> This is from todays svn. Is there a library I'm missing?

When reporting make failures, please confirm that you did a "make distclean",
post your configure line and the command that actually lead to the failure (in
your case the last call to gcc to link the executable).

(I claim that you don't need make distclean if you always do a make dep after
files are added or removed from svn.)

Carl Eugen




More information about the MPlayer-users mailing list