diff --git a/user-doc/Installation.txt b/user-doc/Installation.txt index c300ee4e9aa6c1eee5fc1e6d1087fd570e17b6a3..9a571eb8034c3b2b60a7dd1e15c48bdf738622ee 100644 --- a/user-doc/Installation.txt +++ b/user-doc/Installation.txt @@ -72,6 +72,13 @@ link it with This rule is true for all the libraries, so that you will always be able to link a specific version of a library by adding it to the LIBS variable. +\warning On Linux you might have problems using the LDFLAGS option. In particular, +if you have problems in linking file 'src/lib/plumed-shared', try to set correctly +the runtime path with e.g. +\verbatim +> ./configure LDFLAGS="-L/opt/local/lib -Wl,-rpath,/opt/local/lib" CPPFLAGS=-I/opt/local/include LIBS=-lmymatheval +\endverbatim + Notice that PLUMED needs blas and lapack. The configure script is first looking for them in the standard path, then with option "-lblas" and "-llapack", respectively. Thus, if you want to use a specific version of them