Unresolved symbols
The molpro configure scripts should add all the necessary libraries in order to link correctly.
If a library is missed then you will receive an error message for unresolved symbols. The general form is:
somefile.f:(.text+0xab): undefined reference to `some_symbol_'
You can add them in the LIBS="..." entry in CONFIG or alternatively at the start of the LAPACKLIB_*="..." entry. Common unresolved symbols are:
Other linking errors
ld: cannot find -lglobal means that the LIBDIR_*="..." entries in CONFIG do not point to the location of a set of Global Arrays libraries.
|