LINKFLAGS = -L/usr/lib -pthread -lfam -lstdc++ ;But what if you want to statically link to a library (.a)? A. Use the LinkLibraries directive in your Jamfile. For example:
Main myprog : myprog.cpp ; LinkLibraries myprog : libconfig-1.4.8/lib/.libs/libconfig.a ;