How would I link in or compile SOIL (http://lonesock.net/soil.html) into my C++ OpenGL project on Mac OS X?
@Adam Luchjenbroers: Actually you can just run make -f makefile and it will work (at least with my current version of make)
make -f makefile
You can pass any file to make with the -f flag