j
k
j a
j l
To compile and link: g++ -o regex-test -I../../boost/boost_1_45_0/ -L../../boost/boost_1_45_0/stage/lib/ -lboost_regex regex-test.cpp
GCC requires that libraries appear *after* the source files that use them, fix that and it should work, HTH, John.
Back to the thread
Back to the list