[gmx-users] PGI link error: unknown switch --rpath & attempted static link of dynamic object fftw/lib/libfftw3.so

2010-11-17 Thread Yudong Sun
Hi Roland, CMake works fine for the installation. There may be minor typos in the online installation instructions using CMake here http://www.gromacs.org/Developer_Zone/Cmake To use single precision FFTW, the two FFTW3 flags should be: cmake -D FFTW3F_INCLUDE_DIR=... -D FFTW3F_LIBRARIES=...

Re: [gmx-users] PGI link error: unknown switch --rpath & attempted static link of dynamic object fftw/lib/libfftw3.so

2010-11-15 Thread Yudong Sun
an all static library? If so you of course need a static library of fftw. If it is not all static it normally should accept the dynamic fftw. Then please give us the full configure line, the gcc command line of the link step and the full error message. Roland On Fri, Nov 12, 2010 at 12:17 PM, Yu

Re: [gmx-users] PGI link error: unknown switch --rpath & attempted static link of dynamic object fftw/lib/libfftw3.so

2010-11-12 Thread Yudong Sun
Mark Abraham wrote, On 12/11/2010 17:02: On 13/11/2010 3:15 AM, Yudong Sun wrote: Hi, I have some troubles when compiling GROMACS 4.5.3 using PGI compiler on the -rpath flag and also a static link to dynamic libfftw3.so. I use the pre-installed FFTW 3.2.2.1 library on my Linux system. The

[gmx-users] PGI link error: unknown switch --rpath & attempted static link of dynamic object fftw/lib/libfftw3.so

2010-11-12 Thread Yudong Sun
Hi, I have some troubles when compiling GROMACS 4.5.3 using PGI compiler on the -rpath flag and also a static link to dynamic libfftw3.so. I use the pre-installed FFTW 3.2.2.1 library on my Linux system. The FFTW library is managed by the Modules package. The fftw module automatically sets t