Matthew O'Meara wrote: > gccxml -Ipath1-to-project -Ipath-k-to-project --gccxml-compiler=gcc > --gccxml-root=/net/COMPILERS/gcc- 3.4.4/lib > --gccxml-executable=/net/COMPILERS/gcc-3.4.4/bin/gcc -fxml=output-file.xml > > First have I set these variables in a coherent way? > Will run any differently from what I am currently doing? > Are there any other variables I should be using?
You should not need to set gccxml-executable or gccxml-root. Just do this: gccxml -Ipath1-to-project -Ipath-k-to-project \ --gccxml-compiler /net/COMPILERS/gcc-3.4.4/bin/gcc \ input-file.cxx -fxml=output-file.xml -Brad _______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
