30 May
2007
30 May
'07
5:53 p.m.
On 5/30/07, Jonathan Franklin
Try this: g++ -Wall -O3 -ID:/C++/Boost/Current -o boostbuildtest.exe boostbuildtest.cpp -Lc:/boost_current/lib -lboost_regex -lboost_filesystem
Note that I have had issues specifying paths w/ '\' as the delimiter, but I use cygwin, so this is probably a bash issue and not a problem when building from a Windows command prompt. Jon