在make中,我只是在windows上追加“link / LIBPATH:libstxxl.lib”,在unix上追加“stxxl.a”.
Program( 'foo',['foo.cpp'],LIBS=['foo'],LIBPATH='.' )
添加LIBS& LIBPATH参数将正确的参数添加到构建命令行.
更多信息here.