31 May
2005
31 May
'05
4 p.m.
On 5/30/05, Tord Holmqvist
todelod@todelod2:~/hemma/my_little_project$ gcc simple_ls.cpp -lboost_filesystem
When you install with a simple "bjam ... install", the libraries will be installed with version-warted names, so you'd want to link with gcc ... -lboost_filesystem-gcc-d-1_33 or some suitable analog. Check the filenames in /usr/local/lib to be sure. -- Caleb Epstein caleb dot epstein at gmail dot com