Changes between Version 3 and Version 4 of CompilationGuidelines


Ignore:
Timestamp:
Oct 12, 2010, 8:33:13 AM (15 years ago)
Author:
FrederikHeber
Comment:

Added config.status remark

Legend:

Unmodified
Added
Removed
Modified
  • CompilationGuidelines

    v3 v4  
    6969which will also delete all autoconf stuff for ''configure''.
    7070
     71''distclean'' is at times necessary when stuff does not compile and there's seemingly no logic behind it. To recover your configure options, either look at config.log in the build directory or enter
     72{{{
     73./config.status --version
     74}}}
     75