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


Ignore:
Timestamp:
Jul 12, 2019, 7:47:01 PM (5 years ago)
Author:
mouse07410 (Mouse)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58715, comment 5

    initial v1  
    1 Also, many packages that you compile yourself, don't care which of the two libiconv is the default,as long as you stick with it. Only pre-compiled packages (again, like Haskell) may be unhappy with the default, and require special treatment.
     1Also, many packages that you compile yourself, don't care which of the two libiconv is the default,as long as you stick with it. They'll just compile against the correct .h files that map the correct function names, and link against the available library. No-brainer.
     2
     3Only pre-compiled packages (again, like Haskell) may be unhappy with the default, and require special treatment. And again, those packages that include ''shared'' libraries dependent on {{{libiconv}}} are simple (if tedious) to remedy.