git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13232 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1079,6 +1079,19 @@ error. This means you will need to install a shared library version
|
||||
of the auxiliary library. The build instructions for the library
|
||||
should tell you how to do this.
|
||||
|
||||
Here is an example of such errors when the system FFTW or provided
|
||||
lib/colvars library have not been built as shared libraries:
|
||||
|
||||
/usr/bin/ld: /usr/local/lib/libfftw3.a(mapflags.o): relocation
|
||||
R_X86_64_32 against `.rodata' can not be used when making a shared
|
||||
object; recompile with -fPIC
|
||||
/usr/local/lib/libfftw3.a: could not read symbols: Bad value :pre
|
||||
|
||||
/usr/bin/ld: ../../lib/colvars/libcolvars.a(colvarmodule.o):
|
||||
relocation R_X86_64_32 against `__pthread_key_create' can not be used
|
||||
when making a shared object; recompile with -fPIC
|
||||
../../lib/colvars/libcolvars.a: error adding symbols: Bad value :pre
|
||||
|
||||
As an example, here is how to build and install the "MPICH
|
||||
library"_mpich, a popular open-source version of MPI, distributed by
|
||||
Argonne National Labs, as a shared library in the default
|
||||
|
||||
Reference in New Issue
Block a user