30 Apr
2004
30 Apr
'04
10:08 a.m.
g++ -I/unzipped/boost_1_31_0/ -I/usr/local/include/stlport/ -L/unzipped/boos t_1_31_0/libs/regex/build/gcc/ -L/usr/local/lib/ -Wall -lboost_regex-gcc-1_3 1 -lstlport_gcc -c regex_sample.cpp The g++ linker is pretty brain-dead - the libraries have to appear on the command line *after* the source files that use them. John.