Hello,
Can someone please shed some light on this problem?
We are trying to compile LAM v.7.0.6 with Intel C Compiler v.8.0 (icc) OS is
a RedHat Linux 9.0Beowulf Cluster with latest updates with dual Intel Xeon
2.8GHz processors and 2GB memory.
Steps made prior to running the configure script:
export CC=icc
export CCFLAGS='-03 -tpp6'
export CFLAGS=-O3
export CXX=icc
export CXXFLAGS='-03 -tpp6'
export CXXLDFLAGS=-static-libcxa
export LD_RUN_PATH=/opt/intel_cc_80/lib
============================
./configure --prefix=/usr/local/installs/LAM/mylam
The following output was generated by the configure script:
Configuring LAM version 7.0.6
============================
*** Initialization, setup
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
installing to directory "/usr/local/installs/LAM/mylam"
*** C Compiler and preprocessor
checking if want debugging output support... no
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of icc... gcc
checking how to run the C preprocessor... icc -E
checking for egrep... grep -E
checking whether icc needs -traditional... no
checking for AIX... no
checking if need special C compiler/linker flags... none needed
checking for C optimization flags... -O3
checking whether the C compiler (icc -O3) accepts ANSI prototypes... no
[configure:
WARNING: *** LAM requires a compiler which understands ANSI C
prototypes
configure: error: *** Cannot continue.
Thanks,
Keith Stevens
Johns Hopkins University
|