On Jun 22, 2005, at 4:25 PM, Ajay-Kumar M Tannirkulam wrote:
> i am trying to build lam with icc and ifort. When i do a make all
> i get a lot of errors. the tar file has config.log, output of make
> all in make.LOG
> and the output of uname -a in uname.txt.
It looks like the bulk of your problems are because icc didn't add
the right C++ support libraries when linking C++ binaries. With
version 8.0 of the compilers, you are supposed to use icc for C code
and icpc for C++ code (I dont' know why the change, but they made
it). Changing the configure options to use icpc for the C++ compiler
and rerunning configure / make should do the trick.
Brian
|