Entering edit mode
11.8 years ago
potassiumiodide0990
▴
80
Hi! I want to work on gromacs on a windows based platform. I am trying to install fftw-3.3.3 using cygwin. But it is giving me an error when i use the configure command.
the commands i used were
$ cd /cygdrive/c/Packages/fftw-3.3.3
$ ./configure --prefix=/cygdrive/c/Packages/fftw-3.3.3 --enable-float
the error it is giving me is
./configure no such file or directory found
.
Please help
Also check that the configure script is executable: 'ls -l configure' should show 'x' flags. If not: chmod +x configure.