On 5/30/07, Jonathan Franklin <franklin.jonathan@gmail.com> wrote:
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