[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Xcode link problem
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Mon, 24 Apr 2006 11:40:50 +0100
- Subject: Re: [XaraXtreme-dev] Xcode link problem
Phil Martin wrote:
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?
libiconv converts between character encodings etc. I would presume this
is the stuff that reads decimal points etc. Luke was talking about.
Have you got "-liconv" on the link line?
zlib I can't help you with.
Alex