Changes between Version 92 and Version 93 of BuildInstructions


Ignore:
Timestamp:
Jul 3, 2010, 11:51:16 AM (14 years ago)
Author:
goblor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v92 v93  
    137137 * 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.
    138138
     139 * 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}}}.
     140
    139141 * 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`
    140142