I'm trying to install allegro on the latest dev-c++. The actual allegro bit went ok, but I'm getting weird linker errors:
[Linker error] undefined reference to `endl(ostream &)'
[Linker error] undefined reference to `cerr'
[Linker error] undefined reference to `ostream:perator<<(char const *)'
I can't think of any reason it would be having trouble linking standard library stuff like this. Did I mess up some include path settings or what?