[Users] [CactusMaint] compile & link error at IntelMac with IntelFortran
Erik Schnetter
schnetter at cct.lsu.edu
Thu Oct 26 09:42:30 CDT 2006
Hisaaki,
your configuration output shows that you are trying to combine gcc, g+
+, and ifort. It is usually much easier to choose C++ and Fortran
compilers from a single vendor, i.e., Intel in your case. Try the
options
CC=icc
CXX=icpc
F90=ifort
F77=ifort
to select everything explicitly.
You build output does not contain any error messages. Either your
build went fine, or you forgot to capture the error messages. Make
sure to redirect both stdout and stderr.
-erik
--
Erik Schnetter <schnetter at cct.lsu.edu>
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from www.keyserver.net.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://www.cactuscode.org/pipermail/users/attachments/20061026/f9b7999c/attachment.bin
More information about the Users
mailing list