Changes between Version 7 and Version 8 of blb


Ignore:
Timestamp:
Oct 30, 2008, 12:30:57 AM (15 years ago)
Author:
blb@…
Comment:

Notes on possible solution for libiconv issue

Legend:

Unmodified
Added
Removed
Modified
  • blb

    v7 v8  
    66=== iconv vs libiconv symbol Issue ===
    77Tickets #13055, #16648, #16862, #16892.
     8
     9Seems like the issue is that the port is not finding the libiconv header from MacPorts, and instead uses the one in /usr, so it believes iconv_ is the prefix to use.  The fixes which work so far are to use {{{--with-libiconv-prefix=${prefix}}}} in configure.args when available, otherwise some other trick (eg, {{{-I${prefix}/include}}} for CPPFLAGS) to make sure the header is found at the right time.
    810
    911== Tickets ==