17 Feb
2004
17 Feb
'04
7:13 p.m.
Howdy. As I am only interested in using the regex library right now, I followed the instructions for building that library only, using dmake. Compilation went fine. When I tried using the library in a little test program with the command: g++ regextest.cxx -I./boost_1_31_0 -L./boost_1_31_0/libs/regex/build/sunpro -lboost_regex -o regextest.cxx I get many undefined symbol errors. If requested, I can provide the entire error output. Justin Miller