Jian Zou wrote:
Hi Mark, David and Bess,

Thank you all for the suggestions.


I know the dependency has to be somewhere in the Makefiles or the
files they include but I cannot find it. What I am doing is simply
"make" under top-level source directory followed by make install. In
this case, the content of all the files (except the RC files) under
bin and lib will be rebuild and differ from the previous build, even
from the same source.

Great. So what's the problem?

Berk told me to do "make" in src/gmxlib. I checked the top-level
Makefile and the the rules for "make mdrun" is "make" under
src/gmxlib, src/mdlib and src/kernel, so it seems for my case "make
mdrun" then "make install-mdrun" should be enough to update the
binary, but how about the library?

The libraries needed for building static executables (or running if you enabled shared libraries) are all built in the usual make manner in response to a top-level "make". You could have verified this by looking at the timestamps.

Mark
_______________________________________________
gmx-users mailing list    [email protected]
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to