(please disregard previous partial post!)<br><br>Hi,<br><br>Thanks for putting together a great piece of software--<br><br>I think I need to run gccxml with a non-default compiler but I am not sure how to.<br><br><br>Currently I am calling gccxml like this:
<br><br><br>gccxml -Ipath-1-to-project -Ipath-k-to-project -fxml=output-file.xml<br><br><br>I have gcc4.1 installed locally as the default compiler but I would like to use gcc3.4 which is installed in a global network directory in /net/COMPILERS/gcc-
3.4.4/bin<br><br>I have a bash alias setup to point to the gcc3.4 executable for both gcc and g++.<br><br>I think what I need is something like<br><br><br>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<br><br><br>First have I set these variables in a coherent way?<br>Will run any differently from what I am currently doing?&nbsp;&nbsp;  <br>Are there any other variables I should be using?
<br><br><br>I read there is a GCCXML_CONFIG file in the install directory that contains defaults, however I can&#39;t seem to find it.<br><br><br><br>Thanks very much,<br><br>Matt<br><br><br><br><br><br><br><br>