Changes between Version 188 and Version 189 of BuildInstructions


Ignore:
Timestamp:
Aug 25, 2012, 7:10:32 PM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v188 v189  
    390390ld: symbol(s) not found for architecture x86_64
    391391}}}
    392  make sure there are no conflicting libraries in e.g. `/usr/local/lib`. Mac Ports uses `/opt/local` only, and files in `/usr/local` can interfere with the build process by taking precedence over valid OS X and Mac Ports paths. You may be able to simply rename `/usr/local` ''temporarily'' to work around this conflict.
     392 make sure there are no conflicting libraries in e.g. `/usr/local/lib`. Mac Ports uses `/opt/local` only, and files in `/usr/local` can interfere with the build process by taking precedence over valid OS X and Mac Ports paths. '''Note: these are not OS X-bundled lib paths, those are located in `/System/Library` or `/usr/lib`.''' You may be able to simply rename `/usr/local` ''temporarily'' to work around this conflict.
    393393
    394394 * 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.