Skip navigation

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.