Installing abinit parallel on centOS 5.6
Posted: Tue Apr 10, 2012 7:23 pm
Hi everyone,
I got the following error message after I ran "make multi multi_nprocs=8". However ./configure went well. I would be grateful for suggesting what the following error message indicates:
checking for linker flag to name executables... configure: error: Could not determine flag to name executables
See `config.log' for more details.
_______________________________________________________________________________
cd fallbacks && make
make[1]: Entering directory `/tmp/abinit-6.12.2/fallbacks'
make fox
make[2]: Entering directory `/tmp/abinit-6.12.2/fallbacks'
cd sources/FoX-4.1.2 && \
CPP="gcc -E" \
CPPFLAGS=" -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
CC="gcc" \
CFLAGS="-g -O2" \
CXX="g++" \
CXXFLAGS="" \
FCCPP="cpp -P -std=c99" \
F77="gfortran" \
FFLAGS="-ffixed-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
F90="gfortran" \
F90FLAGS="-ffree-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
FC="gfortran" \
FCFLAGS="-ffree-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
LDFLAGS=" " \
LIBS="" \
AR="ar" \
ARFLAGS="rc" \
RANLIB="ranlib" \
/bin/sh ./configure \
--prefix="/tmp/abinit-6.12.2/fallbacks/exports" \
--program-suffix="-abinit" \
--enable-sax
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for linker flag to name executables... configure: error: Could not determine flag to name executables
See `config.log' for more details.
make[2]: *** [stamps/fox-config-stamp] Error 1
make[2]: Leaving directory `/tmp/abinit-6.12.2/fallbacks'
make[1]: [all-local] Error 2 (ignored)
Checking build of fox fallback
test -e stamps/fox-install-stamp
make[1]: *** [all-local] Error 1
make[1]: Leaving directory `/tmp/abinit-6.12.2/fallbacks'
make: *** [multi] Error 2
Thank you!
I got the following error message after I ran "make multi multi_nprocs=8". However ./configure went well. I would be grateful for suggesting what the following error message indicates:
checking for linker flag to name executables... configure: error: Could not determine flag to name executables
See `config.log' for more details.
_______________________________________________________________________________
cd fallbacks && make
make[1]: Entering directory `/tmp/abinit-6.12.2/fallbacks'
make fox
make[2]: Entering directory `/tmp/abinit-6.12.2/fallbacks'
cd sources/FoX-4.1.2 && \
CPP="gcc -E" \
CPPFLAGS=" -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
CC="gcc" \
CFLAGS="-g -O2" \
CXX="g++" \
CXXFLAGS="" \
FCCPP="cpp -P -std=c99" \
F77="gfortran" \
FFLAGS="-ffixed-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
F90="gfortran" \
F90FLAGS="-ffree-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
FC="gfortran" \
FCFLAGS="-ffree-form -g -O2 -mtune=native -march=native -mfpmath=sse -g -O2 -I/tmp/abinit-6.12.2/fallbacks/exports/include" \
LDFLAGS=" " \
LIBS="" \
AR="ar" \
ARFLAGS="rc" \
RANLIB="ranlib" \
/bin/sh ./configure \
--prefix="/tmp/abinit-6.12.2/fallbacks/exports" \
--program-suffix="-abinit" \
--enable-sax
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for linker flag to name executables... configure: error: Could not determine flag to name executables
See `config.log' for more details.
make[2]: *** [stamps/fox-config-stamp] Error 1
make[2]: Leaving directory `/tmp/abinit-6.12.2/fallbacks'
make[1]: [all-local] Error 2 (ignored)
Checking build of fox fallback
test -e stamps/fox-install-stamp
make[1]: *** [all-local] Error 1
make[1]: Leaving directory `/tmp/abinit-6.12.2/fallbacks'
make: *** [multi] Error 2
Thank you!