14 Jan
2006
14 Jan
'06
10:34 a.m.
...etc. So it looks like it can't find the libraries to link against. But my /usr/local/lib directory has all sorts of libboost* files, including libboost_regex-gcc.so and friends. I've tried a number of other g++ options including "-lboost", "-llibboost", "-llibboost_regex", and "-llibboost_regex-gcc". Any hints on what I might try to get things up and running? My system is Slackware Linux 9.1 and gcc 3.4.2.
That would be -lboost_regex-gcc, but see the getting started guide for more information on how different build variants get named. John.