whizard is hosted by Hepforge, IPPP Durham
close Warning: Error with navigation contributor "BrowserModule"

Changes between Version 3 and Version 4 of BuildProblems


Ignore:
Timestamp:
Apr 12, 2010, 3:01:47 PM (14 years ago)
Author:
ohl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildProblems

    v3 v4  
    11== (Uncommon) Build Problems ==
    22
    3 [wiki:BuildProblems Here]'s a list of not so common problems that you might encounter when building WHIZARD that didn't make it into the [source:/trunk/INSTALL INSTALL file].
     3Here's a list of not so common problems that you might encounter when building WHIZARD that didn't make it into the [source:/trunk/INSTALL INSTALL file].
     4
     5=== Compiler and Shared Library search PATHs ===
     6
     7If you are using gfortran, you will have installed a version >= 4.5, which is not yet the one that came with your Linux distribution.  This is not very hard to do and ''causes absolutely no harm''.  Nevertheless please make sure that the environment variables
     8{{{
     9   PATH=<path to the gfortran-4.5 binary>:$PATH
     10   LD_LIBRARY_PATH=<path to the gfortran-4.5-libraries>
     11}}}
     12are set correctly.  You will get strange runtime errors, if the new compiler links WHIZARD to the old compiler's runtime libraries.
    413
    514=== Parallel Make and Slow Filesystems ===