Skip to content
Snippets Groups Projects
Commit 3b7a7b31 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12912 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 7b29a21a
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ To be able to dynamically load and execute the plugins from inside ...@@ -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 LAMMPS, you need to link with a system library containing functions
like dlopen(), dlsym() and so on for dynamic linking of executable like dlopen(), dlsym() and so on for dynamic linking of executable
code into an executable. This library is defined by setting the code into an executable. This library is defined by setting the
molfile_SYSLIB variable in USER-MOLFILE/Makefile.lammps. For Linux molfile_SYSLIB variable in lib/molfile/Makefile.lammps. For Linux and
and most current unix-like operating systems, this can be kept at the most current unix-like operating systems, this can be kept at the
default setting of "-ldl" (on some platforms this library is called default setting of "-ldl" (on some platforms this library is called
"-ldld"). For compilation on Windows, a slightly different mechanism "-ldld"). For compilation on Windows, a slightly different mechanism
is used that is part of the Windows programming environment and this is used that is part of the Windows programming environment and this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment