Hey guys.
I'm having an issue with my Dev-C++ IDE where whenever I try to compile my code, I get a
" [Linker error] undefined reference to `__cpu_features_init'
ld returned 1 exit status "
error. Even with simple programs with just sending information to cout I get this error. Something is happening whenever I try to use the #include directive. Anyone know what's up? I guess a hint to this problem would be that this happened after I installed a different IDE.