Ticket #2396 (closed defect: fixed)
iconv configure tests don't work on OSX 10.5 64bit
| Reported by: | kyngchaos | Owned by: | dmorissette |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | Build Problems | Version: | 5.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
First, libgd uses iconv_open() and iconv_close(), not libiconv_open() and libiconv_close(), so there is no need to test for libiconv_*() functions. Second, the 64bit version libiconv on OSX 10.5 does not include libiconv_*(), just inconv_*(), while the 32bit OSX libiconv includes both.
MapServer configure tests for libiconv_*() in libiconv, and strangely it tests for iconv_*() in libc.
So, on 64bit OSX 10.5, the iconv test fails.
Change History
Note: See
TracTickets for help on using
tickets.
