.a and .lib are both supported
EDIT:
After some investigation I found that gcc only supports .lib files to a certain extent. I'm currently looking to see if there is a way to convert .lib to .a. I think this may be the reason I'm getting linking errors.
I can convert .dll into .a with some utils i have, but not .lib. I'll find it soon i hope. I'll send the .a to Nick when i get it.
EDIT:
Unfortunatly I'm unable to convert a .lib to a .def file. I can convert a .dll to a .def, but not a .lib.
Oh well. Perhaps Nick will be able to make a .a file.
And if anybody uses IPhysics with code::blocks and mingw please let me know how you got it working...

