From 5d70cc5d31fed0de1fa0ec5711ca435891e3e706 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 20 Aug 2002 11:35:32 +0000 Subject: Added entry ------------------------------------------------------------------------------- 38. When trying the new gcc 3.1.1 compiler on Linux, I received a lot of warnings about the compiler flag "-I/usr/local/include". This is because HDF5 is installed on this machine in what we would consider to be a sub-optimal place. HDF5 is preferably installed in own installation directory with (optionally) sym-links to the system directories. Cactus configurations should use the HDF5 installation directory itself. It is a matter of office debate as to whether it would be really be a good idea or not to check for and remove system directories, we can come up with pathological examples both if they are left or if they are removed. ------------------------------------------------------------------------------- git-svn-id: http://svn.cactuscode.org/flesh/trunk@2974 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/FAQ | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'doc/FAQ') diff --git a/doc/FAQ b/doc/FAQ index 31f3e2ad..5918871f 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.40 2002-08-19 10:42:23 allen Exp $ +$Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/doc/FAQ,v 1.41 2002-08-20 11:35:32 allen Exp $ Also available at http://www.cactuscode.org/Documentation/FAQ @@ -586,3 +586,19 @@ Also available at http://www.cactuscode.org/Documentation/FAQ overkill and using just 'const cGH *' is fine. ------------------------------------------------------------------------------- + +38. When trying the new gcc 3.1.1 compiler on Linux, I received a lot of + warnings about the compiler flag "-I/usr/local/include". + + This is because HDF5 is installed on this machine in what we + would consider to be a sub-optimal place. HDF5 is preferably + installed in own installation directory with (optionally) sym-links to + the system directories. Cactus configurations should use the HDF5 + installation directory itself. + + It is a matter of office debate as to whether it would be really be a + good idea or not to check for and remove system directories, we can come + up with pathological examples both if they are left or if they are + removed. + +------------------------------------------------------------------------------- -- cgit v1.2.3