GROMACS: Fast, Free and Flexible MD
 
 
 
I didn't know that I had to use a new version of automake and tried the old one,...
Tuesday, 13 September 2005
I didn't know that I had to use a new version of automake and tried the old one, which seemed to work. But know I get strange errors in my Makefile and can't even type "make distclean". What should I do?

If you used an old version of automake your Makefile.in's are bad, so you should start over from the beginning. First make sure you have the automake version from the
developer tools section on this site. If you do not want to overwrite your installation of automake you must make sure all the new automake programs are present in your path before the old ones. Then type 'automake' in the top level GROMACS directory, followed by 'aclocal' and 'autoconf'. Now you should be able to run the configure script again.
 
< Prev   Next >
 
Top! Top!
This page took 0.065340 seconds to load.