Changes between Version 124 and Version 125 of BuildInstructions


Ignore:
Timestamp:
May 15, 2011, 8:27:38 PM (13 years ago)
Author:
Philip Taylor
Comment:

remove redundant note

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v124 v125  
    195195 * 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.
    196196
    197  * If you get errors because of '''missing or renamed files''' during update-workspaces or compile try [[BR]] {{{ make clean }}} in {{{ /build/workspaces/gcc }}} (on Linux) and start again at {{{update-workspaces}}}.
    198 
    199197 * If you get linker errors like '''`/usr/bin/ld: Undefined symbols: ___stack_chk_fail, ___stack_chk_guard`''', this comes from using a libc that is not glibc >=2.4. Until this is detected by the build system, you can hack it by removing the "-fstack-protector-all" line (and the next line too if needed) from `build/premake/premake.lua`
    200198