Hi,
While compiling MPlayer-1.0rc4, If you stuck at ‘undefined reference to `__isoc99_sscanf’, do the following to overcome the problem.
1. Since you configure the source, so object file generated, remove this file using make clean followed by make distclean i.e. make clean && make distclean.
2. run ./cofigure again, this will generate config.mak file.
3. open config.mak file by vi config.mak (OR any other editor).
4. Add ‘-D_GNU_SOURCE‘ to CFLAGS without quotes.
5. run make and you will be very happy to see your mplayer binary.
Hope this post will save your googling time.
@suresh_kanzariya
Advertisement



