From dc27c850fd14366743bd8222db9a1ec4f3d21c19 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 26 Sep 2002 06:38:30 +0000 Subject: New entry > C29 (Linux) Using the Intel Fortran compiler I get the error "/usr/bin/ld > cannot find -lintrins" on linking. > > Set the environment variable IA32ROOT to point to the location of your > Intel compiler installation (eg /opt/intel/compiler60/ia32). You will > need to reconfigure, and then try building your executable again. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3009 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/FAQ | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/FAQ b/doc/FAQ index fe8b31b1..dc9f4238 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Cactus Code Frequently Asked Questions -$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.48 2002-09-22 13:58:31 allen Exp $ +$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.49 2002-09-26 06:38:30 allen Exp $ Also available at http://www.cactuscode.org/Documentation/FAQ @@ -130,6 +130,10 @@ C27 (Linux IA64) I get a segmentation violation compiling snprintf.c in C28 On linking I get an "unresolved text symbol" for a scheduled function called from libCactusBindings.a +C29 (Linux) Using the Intel Fortran compiler I get the error "/usr/bin/ld + cannot find -lintrins" on linking. + + ------------------------------------------------------------------------------ Running: @@ -773,6 +777,13 @@ C28 On linking I get an "unresolved text symbol" for a scheduled function compiling again. It may be that you will need to switch optimisations off for this file, or split up the troublesome code into smaller components. +C29 (Linux) Using the Intel Fortran compiler I get the error "/usr/bin/ld + cannot find -lintrins" on linking. + + Set the environment variable IA32ROOT to point to the location of your + Intel compiler installation (eg /opt/intel/compiler60/ia32). You will + need to reconfigure, and then try building your executable again. + ------------------------------------------------------------------------------ Running: -- cgit v1.2.3