Hi

As far as I know, static libraries are linked during compilation, thus are part of your installation, while shared libraries are linked during execution. The latter lead to, somehow, more "robust" binaries, as once they are compiled they have (almost) no dependences, while the latter save memory (as indicated by the configure script), since you use libraries you already have in your system and you don't have to reinstall them again inside your program.

To enable/disable the use of shared libraries use --enable-shared (which is the default from gromacs 4.5.x) or --disable-shared along with the configure script.

Javier

El 10/01/12 07:38, Dialing Pretty escribió:

Dear All,
For GROMACS, what will be the difference by using static libraries and dynamic libraries? How can I install the static libraries and how can I install the dynamic libraries in GROMACS?
I am looking forward to getting your reply.
Dialing



--
Javier CEREZO BASTIDA
PhD Student
Physical Chemistry
Universidad de Murcia
Murcia (Spain)
Tlf.(+34)868887434

-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to