#37839: webkit-gtk: ld: scattered reloc r_address too large ---------------------------+------------------------ Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: powerpc Port: webkit-gtk | ---------------------------+------------------------ Comment (by jeremyhu@…): Yeah, that's a valid error emitted because the codebase is just so large. Essentially, it's complaining that some address it needs to relocate exceeds 24bits (ie it is larger than 16MiB) and thus cannot be placed in a 24bit scattered relocation entry. Can you try using -Os instead of -O2? You may get lucky and squeeze it down just enough. Short of that, maybe: {{{ platform powerpc { configure.args-append --disable-shared } }}} -- Ticket URL: <https://trac.macports.org/ticket/37839#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS