10 Dec
2009
10 Dec
'09
10:52 p.m.
On Thu, 2009-12-10 at 15:00 -0500, Jonathan Siegle wrote:
- exec /usr/vac/bin/xlc -g -qarch=pwr5x -I/usr/ladmin/include/ -q64 -bexpall -brtl -o test-dsync-brain test-dsync-brain.o test-dsync-worker.o test-dsync-common.o dsync-data.o dsync-brain.o dsync-worker.o -L/usr/ladmin/lib/ ../lib-test/.libs/libtest.a ../lib-mail/.libs/libmail.a ../lib-imap/.libs/libimap.a ../lib/.libs/liblib.a -lrt -bE:.libs/libtest.exp -bE:.libs/libmail.exp -bE:.libs/libimap.exp -bE:.libs/liblib.exp ld: 0711-317 ERROR: Undefined symbol: .charset_to_utf8_end
Fixed now, I think?
No. I found my fix from http://www.mail-archive.com/dovecot@dovecot.org/msg18813.html and that fixed it.
Here is the fix if you don't want to read the above page:
I add this ../lib-charset/.libs/libcharset.a -liconv to the Makefile for src/dsync. I doubt I need -liconv at this point.
How about now? :)