Changes between Version 31 and Version 32 of BuildInstructions


Ignore:
Timestamp:
Jul 18, 2009, 1:12:53 PM (15 years ago)
Author:
Philip Taylor
Comment:

note the --without-pch solution to a build problem

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v31 v32  
    9999 * `( cd ../../binaries/system && ./pyrogenesis_dbg )`
    100100
     101=== Known problems and solutions ===
     102
     103 * If you get linker errors like '''`multiple definition of '(anonymous namespace)::_1'`''', particularly when using GCC 4.1, try running `./update-workspaces.sh --without-pch` and then `cd gcc; make clean` and rebuild.
     104
    101105=== Installing thread-safe !SpiderMonkey ===
    102106