Changes between Initial Version and Version 1 of Ticket #65834, comment 5


Ignore:
Timestamp:
Sep 14, 2022, 5:02:43 AM (2 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65834, comment 5

    initial v1  
    11Well, that sure is one ugly problem. Caused by Macports having to have its own {{{libiconv.dylib}}}.
    22
    3 My workaround, which is equally ugly, was to create a directory {{{/opt/local/lib/liconv/}}} and copy (or symlink) to it {{{/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.tbd}}}.
     3My workaround, which is equally ugly, was to create a directory {{{/opt/local/lib/liconv/}}} and copy (or symlink) to it {{{/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/libiconv.tbd}}}. Then, the obvious
     4{{{
     5 .  .  . -L/opt/local/lib/liconv -liconv -L/opt/local/lib -lwhatever -lwhatever2
     6}}}
    47
    58Note: copying or symlinking {{{/usr/lib/libiconv.dylib}}} is hopeless now, because recent Xcode versions do **not** provide that file in a visible/usable form.