git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12912 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2015-01-09 15:58:14 +00:00
parent 7b29a21ab4
commit 3b7a7b319e
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ To be able to dynamically load and execute the plugins from inside
LAMMPS, you need to link with a system library containing functions
like dlopen(), dlsym() and so on for dynamic linking of executable
code into an executable. This library is defined by setting the
molfile_SYSLIB variable in USER-MOLFILE/Makefile.lammps. For Linux
and most current unix-like operating systems, this can be kept at the
molfile_SYSLIB variable in lib/molfile/Makefile.lammps. For Linux and
most current unix-like operating systems, this can be kept at the
default setting of "-ldl" (on some platforms this library is called
"-ldld"). For compilation on Windows, a slightly different mechanism
is used that is part of the Windows programming environment and this