DOKK / manpages / debian 12 / libqd-dev / qd-config.1.en
QD-CONFIGG(1) QD-CONFIGG(1)

qd-config - determine flags for compilation and linking

qd-config [options]

To link a Fortran-90 program with the C++ qd library, it is recommended to link with the C++ compiler used to generate the library. The Fortran 90 interface (along with a C-style main function calling f_main) is found in the qdmod library. The qd-config script can be used to determine which flags to pass to compile and link your programs.

Switch between source and system location.
Output configured prefix value.
Output configured exec_prefix value.
Compiler options used during build.
Linker options used during build.
Configure arguments used for build.
C++ compiler.
C++ preprocessor and compiler options.
C++ compiler options.
--libs-la
C++ linker options and libtool archive location.
C++ linker options.
Fortran compiler.
Fortran compiler options.
Fortran linker options.
C++ linker options for main program written in Fortran.
Output version.

This manual page was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian project (but may be used by others).

2008-05-11 User Commands