Linking to boost through SConstruct
I'm trying to work on a cross-platform project that uses boost for the file/directory operations. I've been using visual studio, but in order to compile on linux, I've decided to switch to SConstruct. I cannot [correctly?] link to the filesystem library however. my SConstruct file is as follow: vLibs = [ 'libboost_system-vc100-mt-1_44.lib', 'libboost_filesystem-vc100-mt-1_44.lib']; # LIBS=vLibs, env = Environment(); env.AppendUnique(CXXFLAGS=Split("/EHsc")); env.Append(CPPPATH = ["C:\\Program Files (x86)\\boost\\boost_1_44"]); env.Append(LIBPATH = ["C:\\Program Files (x86)\\boost\\boost_1_44\