Just made a test in Dev-cpp of a small bit of a sender routine. I got this error:
undefined reference to ‘__cpu_features_init’
then all removed with an practically empty main.c, again the same error.
Found this link with the solution:
http://www.allegro.cc/forums/thread/598060
the solution being: Tools->Compiler Options->Directories->Libraries — delete all what is there and voila!
Advertisement