That error means it can not find the function cpu_features_init() in any of the file it compiled or in any of the libraries it is trying to link.
Check out those warnings -- they might actually be errors which are causing that link problem.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
>>May be u need to re install Dev and hopefully probelm will vanish
Forget Dev-C++ because it has not been updated for quite a few years now. It's officially dead.
Get Code::Blocks with MinGW compiler (its all in one install package). You might want to uninstall Dev-C++ first.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343