|
From: | Maarten Thibaut |
Subject: | Re: [bug-mailutils] Compiling mailutils 2.0 on solaris |
Date: | Wed, 01 Jul 2009 15:00:14 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 |
Hey Sergey,Upgrading guile fixed this.OK, so what version of Guile you have now? Now using guile 1.8.6. The one that didn't work was 1.6.4. After this patch I still found a single strcasestr in imap4d/util.c line 1374, I changed that to mu_strcasestr and then imap4d compiled.Sure. Please, try the attached patch. But this error popped up compiling maidag: Undefined first referenced symbol in file scm_init_guile ../libmu_scm/.libs/libmu_scm.so ld: fatal: Symbol referencing errors. No output written to .libs/maidag collect2: ld returned 1 exit status *** Error code 1 The following command caused the error: echo " CCLD " maidag;/bin/bash ../libtool --silent --tag=CC --mode=link gcc -I/opt/local/include -L/opt/local/lib -L/opt/local/lib -R/opt/local/lib -o maidag deliver.o forward.o guile.o lmtp.o maidag.o mailtmp.o mailquota.o python.o sieve.o script.o util.o ../libmu_scm/libmu_scm.la -I/opt/local/include -D_REENTRANT -pthreads -L/opt/local/lib -lguile -lltdl -L/opt/local/lib -R/opt/local/lib -lrt -lgmp -lsocket -lnsl -lm -lltdl ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libmu_sieve/libmu_sieve.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la ../libproto/mailer/libmu_mailer.la -lldap -lpam -ldl ../mailbox/libmailutils.la -L/opt/local/lib -lintl -L/opt/local/lib -liconv -lc -R/opt/local/lib -L/opt/local/lib -liconv -R/opt/local/lib -lnsl -lwrap -lsocket -lnsl -lcrypt -lresolv -lpthread Thanks for all the help BTW :). -- maarten |
[Prev in Thread] | Current Thread | [Next in Thread] |