summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-26 06:38:30 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-26 06:38:30 +0000
commitdc27c850fd14366743bd8222db9a1ec4f3d21c19 (patch)
treec4bc2edb97828d295a49fb5151c3e82bdcc86588 /doc/FAQ
parent7c9408600da51615c2d2e4e8adc50c8d4f6b97a0 (diff)
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
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ13
1 files changed, 12 insertions, 1 deletions
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: