I keep getting this issue when rerunning configure.
if test -f linker_options ; then touch linker_options ; else :; fi Updating modules/modlist.h cat: MPI/modlist_segment: No such file or directory Makefile:129: recipe for target 'modlist.h' failed make[4]: *** [modlist.h] Error 1 Makefile:1118: recipe for target 'static_module_objects' failed make[3]: *** [static_module_objects] Error 2 Makefile:1156: recipe for target 'module_objects' failed make[2]: *** [module_objects] Error 2 Makefile:149: recipe for target '_make_in_builddir' failed make[1]: *** [_make_in_builddir] Error 2 Makefile:66: recipe for target 'compile' failed make: *** [compile] Error 2
I got a message at some point to re-run configure from the top level, and that fixed it...
How did you configure if not from the toplevel, and did you ever configure with --with-mpi before?
Configuration not on the toplevel can be done with "./config.status --recheck" in any subdir. This is also triggered automatically by dependencies (e.g. configure script has been updated).
pike-devel@lists.lysator.liu.se