Installation Of Fftw 3.3.3 Using Cygwin
1
0
Entering edit mode
11.2 years ago

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

windows • 6.5k views
ADD COMMENT
1
Entering edit mode
11.2 years ago
João Rodrigues ★ 2.5k

Well, it's pretty obvious.. you don't have a configure file in that directory, or it is not readable somehow.

Usually these libraries come with a README or INSTALL file that has detailed info on the installation process. Try checking there. FFTW is pretty straightforward to compile usually.

ADD COMMENT
1
Entering edit mode

Also check that the configure script is executable: 'ls -l configure' should show 'x' flags. If not: chmod +x configure.

ADD REPLY

Login before adding your answer.

Traffic: 2732 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6