[gmx-developers] Gromacs 5.0-beta1 install fails on windows
Mirco Wahab
mirco.wahab at chemie.tu-freiberg.de
Sat Dec 7 20:56:53 CET 2013
the build step creating gmx.exe works fine, but the executeable is
created in:
[build_dir]/bin/Release/gmx.exe
the next step (the install) expects the executeable
gmx.exe located here:
[build_dir]/bin/gmx.exe
and fails with:
28> Creating symlinks for alternative binary names
28> Error copying file (if different) from "[build_dir]/bin/gmx.exe" to
"[build_dir]/bin/mdrun.exe".
28> Error copying file (if different) from "[build_dir]/bin/gmx.exe" to
"[build_dir]/bin/gmxcheck.exe".
28> Error copying file (if different) from "[build_dir]/bin/gmx.exe" to
[build_dir]/bin/gmxdump.exe".
28> Error copying file (if different) from [build_dir]/bin/gmx.exe" to
"[build_dir]/bin/grompp.exe".
...
manually copying gmx.exe to [build_dir]/bin/ and rebuilding solves
this, for now.
More information about the gromacs.org_gmx-developers
mailing list