First page Back Continue Last page Overview Graphics
Compiling MPQC V2
Configuration
Run the configure script from either the source directory or an separate object directory
Primary options (reasonable defaults exist for all these):
- --help lists the options
- --prefix=install_dir gives the install dir name
- --with-cc=C compiler
- --with-cxx=C++ compiler
- --with-f77=FORTRAN 77 compiler
- --with-include=“-Idir1 -Idir2 …” gives include dirs
- --with-libdirs=“-Ldir1 -Ldir2 …” gives library search dirs
Notes: