Hey, I'm new to this forum and to programming. I am using Dev C++ 4.9.9.2 on windows vista. I installed MinGW and did all the instructions for for linking the MinGW\bin in the environment variables that the instructions told me to do. I tried the HelloWorld example, and it compiles but doesn't run. On the bottom of Dev-C++, this message is shown.

[Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status

I assume there was something I did wrong with setting this up. If someone could help me, I'd appreciate it. Thank you.