On 01/31/11, [email protected] wrote: > Hello, > I am trying to install gromacs 4.5.3 on my desktop under Cygwin. Using > the installation procedure from the Wiki: > (<http://www.gromacs.org/Downloads/Installation_Instructions/Cygwin_HOWTO> > Install fftw-3.2.2 with ./configure --enable-sse --enable-float > make > make install > > Then install gromacs with: > ./configure --enable-shared LDFLAGS='-L/usr/local/lib' > make > > The installation fails here with many errors not being able to find libraries > associated with fftw tracing back to this error: > > *** Warning: This system can not link to static lib archive > /usr/local/lib/libfftw3f.la. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have. > > The installation procedure from the Wiki works fine with gromacs-4.0.7. This > error only occurs with the 4.5 series. Are there different default settings > for where gromacs looks for fftw between 4.0.7 and 4.5.3? Any help would be > appreciated. >
I ran into the same issue a while back. I don't know what causes it. I found that using a CMake-based build on Cygwin worked. Mark
-- gmx-users mailing list [email protected] http://lists.gromacs.org/mailman/listinfo/gmx-users Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/Search before posting! Please don't post (un)subscribe requests to the list. Use the www interface or send it to [email protected]. Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

