I am trying to run gccxml on the following code: #include <string> using namespace std; ... string echoString(string) ... It compiles with gccxml, but not with gccxml_cc1plus. Gccxml generates a very large file with a lot of unwanted stuff. Is there another way to use a C++ string and maybe without generating the extra code? thanks, Kedar