Script to get information about the installed version of xmlada
xmlada-config [--prefix] [--version|-v] [--libs] [--cflags] [--sax] [--static] [--shared]
xmlada-config is a tool that is used to configure, determine compiler and linker flags that should be used produce an executable with XML/Ada support.
xmlada-config accepts the following options:
Output the directory in which XML/Ada is installed
Output the version of XML/Ada
Output the linker flags to use for XML/Ada
Output the compiler flags to use for XML/Ada
Output all the flags (compiler and linker) required to compile a static version of your program
Output flags to link with a shared library.
Called without options, xmlada-config will output all the flags (compiler and linker) required to compile your program.
This manual page was written by Xavier Grave <[email protected]> and Nicolas Boulenguez <[email protected]> for the Debian GNU/Linux system (but may be used by others).