Changes between Initial Version and Version 1 of Ticket #57061


Ignore:
Timestamp:
Aug 29, 2018, 1:35:36 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57061 – Description

    initial v1  
    33building glib2 +universal fails on Tiger (and presumably Leopard) if `libgcc7` is installed and active.
    44
    5 configuration of `glib2` fails when it tries to find a compatible `libiconv_open` to use. It finds `/opt/local/lib/libstdc++.6.dylib` installed by `libgcc7` which is only built in the host architecture, and errors out.
     5configuration of `glib2` fails when it tries to find a compatible `iconv_open` to use. It finds `/opt/local/lib/libstdc++.6.dylib` installed by `libgcc7` which is only built in the host architecture, and errors out.
    66
    77However, if `libgcc7` is deactivated, then configure finds `/usr/lib/libstdc++.6.dylib` instead, which is multiarchitecture and fat, and the universal build succeeds without issue.