]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix docu on LD_LIBRARY_PATH. Add LD_LIBRARY64_PATH for 64-bit compilation.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 2004 13:16:45 +0000 (13:16 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 8 Mar 2004 13:16:45 +0000 (13:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@8673 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/platforms/sgi-irix.html

index bc206671fdd6fec6a16747fba16fe132cf5cc3be..10daabe83a45f8e96a4f74dfb9e0747231556ba0 100644 (file)
 
     <p>
     <acronym>deal.II</acronym> works without problems with shared
-    libraries on this platform, if you list the paths
-    <code>$D/base/lib</code>, <code>$D/lac/lib</code>, and
-    <code>$D/deal.II/lib</code> in your <code>$LD_LIBRARY_PATH</code>
+    libraries on this platform, if you list the path
+    <code>$D/lib</code> in your <code>$LD_LIBRARY_PATH</code>
     environment variable, where <code>$D</code> is the path to your
     installation of the <acronym>deal.II</acronym> library. The
     necessary actions can be done with the commands
     <pre>
     <code>
-      setenv LD_LIBRARY_PATH $D/base/lib:$D/lac/lib:$D/deal.II/lib:$LD_LIBRARY_PATH
+      setenv LD_LIBRARY_PATH $D/lib:$LD_LIBRARY_PATH
     </code>
     </pre>
     for csh-like shells, or by
     <pre>
     <code>
-      export LD_LIBRARY_PATH=$D/base/lib:$D/lac/lib:$D/deal.II/lib:$LD_LIBRARY_PATH
+      export LD_LIBRARY_PATH=$D/lib:$LD_LIBRARY_PATH
     </code>
     </pre>
     if you use the ``bash'' shell. Please substitute <code>$D</code>
     find out how to do that).
     </p>
 
+    <p>
+    When compiling <acronym>deal.II</acronym> with the MIPSpro
+    compiler in 64-bit mode it is necessary to
+    <pre>
+    <code>
+      setenv CXXFLAGS -64
+      setenv LDFLAGS -64
+    </code>
+    </pre>
+    before calling <code>./configure</code>.
+    Furthermore, the <code>$LD_LIBRARY64_PATH</code> (instead of the
+    <code>$LD_LIBRARY_PATH</code>) environment variable needs to be set
+    <pre>
+    <code>
+      setenv LD_LIBRARY64_PATH $D/lib:$LD_LIBRARY64_PATH
+    </code>
+    </pre>
+    On ``bash'' shells use the <code>export</code> command accordingly.
+    </p>
 
   </body>
 </html>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.