Changes between Version 1 and Version 2 of Ticket #55900, comment 4


Ignore:
Timestamp:
Feb 27, 2018, 7:56:24 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55900, comment 4

    v1 v2  
    1818The first one is usually fixed by doing what it says, ie adding the following to the 32 bit build only:
    1919{{{
    20 configure.ldflags-append -read_only_relocs suppress
     20configure.ldflags-append -Wl,-read_only_relocs,suppress
    2121}}}
    2222Perhaps that might fix the other `different linkage unit` error as well in the PPC build. I've seen that error before, and just right at this moment I forget the flag(s) you have to send the linker to make that go away.