From: John Maddock (john_at_[hidden])
Date: 2006-07-13 05:11:22


Darren.Moore_at_[hidden] wrote:
> g++ -I/usr/include/boost-1_33_1 -lboost_regex-gcc-mt-s test-regex.cpp

Library names have to go after the cpp file that use them when building with
gcc.

John.