The cca-chem-generic package has been developed and tested under the Linux operating system on x86 and x86_64 architectures. The code is known to compile with recent versions of gcc.
cca-chem-generic.i686-linux) and will be referred to as the target directory below.
Many important configuration options are obtained from Ccaffeine and Babel, making it critical that these packages are properly configured. Configuration should be straightforward as long as the ccafe-config script is found in the users path. Otherwise, use the --with-ccafe-config configuration option to specify the full path to the script.
In the target directory execute the configure command which is located in the cca-chem-generic source directory. Use the absolute pathname to the configure script. This command should build a hierarchy of target directories and the necessary makefiles. Do a configure --help to see a list of options. Options are specified with an equals sign, as in configure --prefix=/usr/local. Some options, such as all the enable and disable options, do not require an argument.
Error checking by the configure script is limited primarily to checks for the existence of needed config scripts and a check for the supported Babel version, please examine the CCA Tools Configuration section of the configure output to ensure a sensible configuration.
Useful options to configure include:
--prefix/usr/local. --with-ccafe-config--enable-ignore-babel-versionmake; make install to build and install the code. As the runtime linker paths built into the libraries assume installation, installation is not optional. If an alternate Babel version is desired, the --enable-ignore-babel-version option must be given to configure, and make babel-src must be invoked from the top object directory to regenerate source code. Parallel compilation with make -j is supported.
1.3.9.1