> i) Darwin /is/ open source, but you don't need its source to build cyrus > > ii) where's the problem to build cyrus from its sources (given that you > have installed the developer package[s], tho)?
On Mac OS X 10.4.1, Xcode 2.0 and vanilla Cyrus IMAP 2.2.12, following the guide: http://homepage.mac.com/amper/iblog/C1926272292/E74478937/ The following works fine: ./configure --build=ppc-macosx --with-bdb-libdir=/usr/local/bdb/lib --with-bdb-incdir=/usr/local/bdb/include/ --with-sasl=/sw But then make all CFLAGS=-O returns: "/usr/bin/ld: Undefined symbols: __et_list collect2: ld returned 1 exit status make[1]: *** [sievec] Error 1 make: *** [all] Error 1" Found several references for this et_list problem relating to both kerberos and com_err, but found nothing that solves the problem. I don't need kerberos, tried --disable-krb, same result. Any ideas? Best regards, Fredrik --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html