Daniel J. Lauk wrote: > $ ./gccxml /path/to/file.cpp -fxml-body -fxml=foo.xml > gccxml_cc1plus: error: options array incorrectly sorted: fxml= is before > fxml-body The options have to be in lexicographic order in the source listing. I suspect GCC is using a binary search to locate options quickly. -Brad