Hi I'm trying to compile a simple test program to try and get boost::thread up and running. Unfortunately i'm getting the following errors:
undefined reference to `_imp___ZN5boost6threadD1Ev'
undefined reference to `_imp___ZN5boost6thread12start_threadEv)
I understand that this usually means that i haven't linked to the correct library, however i just built the boost libraries and i am linking to the boost thread debug library (it's called libboost_thread-mgw45-mt-d-1_44.a on my system). Can anyone figure out what i'm doing wrong? I'm using MinGW on win7