I know a lot of people don't like Dev-C++, but I do use it on occasion. However, I've recently come across a problem in which every time I try to compile a program, the compiler gives me this error:
.drectve '-aligncomm:"___hexdig_D2A",5' unrecognized
[Linker error] undefined reference to '__chkstk_ms'
[Linker error] undefined reference to '__chkstk_ms'
[Linker error] undefined reference to '__chkstk_ms'
[Linker error] undefined reference to '__chkstk_ms'
more undefined references to '__chkstk_ms' follow
[Linker error] undefined reference to '__chkstk_ms'
[Build Error] [File.exe] Error 1
This problem is only showing up in Dev-C++, and I would greatly appreciate if anyone could tell me how to fix this, or at least what '__chkstk_ms' refers to or something. I can't think of any changes I've made recently, but it first showed up when I tried to compile an Allegro 5 project, and has showed up for every program I've tried to compile since.