[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Xcode link problem



I've hit a problem that I haven't worked out how to resolve yet:

I've got a few remaining unresolved symbols in the Xcode build of XaraLX which are related to libiconv and zlib:

/usr/bin/ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
_crc32
_inflateReset
_inflate
_inflateEnd
_inflateInit_
_deflateReset
_deflate
_deflateEnd
_deflateInit2_
_inflateInit2_
_zlibVersion
collect2: ld returned 1 exit status

I can't find what is using the libiconv symbols. Any suggestions?

I can't figure out why the zlib symbols are missing because all the appropriate source files are in the build. Any suggestions?

Phil