Worked like a charm! Many thanks!
johnh
GCC requires that libraries appear *after* the source files that use them, fix that and it should work,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
HTH, John.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users