This is the command xmlada-config that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
xmlada-config - script to get information about the installed version of xmlada
SYNOPSYS
xmlada-config [--prefix] [--version|-v] [--libs] [--cflags] [--sax] [--static]
[--shared]
DESCRIPTION
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.
OPTIONS
xmlada-config accepts the following options:
--prefix
Output the directory in which XML/Ada is installed
--version|-v
Output the version of XML/Ada
--libs Output the linker flags to use for XML/Ada
--cflags
Output the compiler flags to use for XML/Ada
--static
Output all the flags (compiler and linker) required to compile a static version of
your program
--shared
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.
Use xmlada-config online using onworks.net services