10 Dec
2009
10 Dec
'09
10 p.m.
On Dec 10, 2009, at 1:44 PM, Timo Sirainen wrote:
On Thu, 2009-12-10 at 13:40 -0500, Jonathan Siegle wrote:
I'm not making another thread at this point, just say something if I should. Haven't compiled this in weeks...
That's fine.
- 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.
I think I noticed it on the compile line.
thanks for the fast commits.. -Jonathan