Running: Windows 7 Home Premium.
I am not sure if I am posting this in the correct board, so please move this if I am incorrect in my post placement.
I am trying to set Allegro up, for programming a 2D game in C (which is why I chose this board to post in). Allegro seemed like a good fit, because it supports MIDI and the syntax seems relatively simple.
In a build tutorial for MinGW/Allegro (http://wiki.allegro.cc/index.php?title=Build/MinGW), I installed/built everything up to libvorbis. libogg compiled and installed just fine using MSYS. However, when trying to ./configure libvorbis, I am met with the following error:
[IMG]http://oi53.tinypic.com/2q8u5ok.jpg[/IMG]
I have tried rebuilding libogg, with the same error given for libvorbis. Any help?