31 Oct
2007
31 Oct
'07
9:55 a.m.
Mike Thornton wrote:
Using g++ on a GNU Ubuntu Linux 7.04 machine, I am unable to compile the boost example code (saved as test.cpp) at
http://www.boost.org/libs/regex/example/snippets/partial_regex_match.cpp
Although I can compile my own code which does not use boost, I get a lot of garbled output from the example code...part of which is listed below. Any ideas on what is wrong and how to fix it?
From the fragment you provided it looks like it may be a linker error, but we need to see the *full command line* and *all* the error to have any clue what the problem is.
Regards, John.