----- Original Message -----
From: "Aaron Stone" <[EMAIL PROTECTED]>
To: "DBMAIL Developers Mailinglist" <[email protected]>
Sent: Sunday, January 22, 2006 11:26 AM
Subject: Re: [Dbmail-dev] dbmail-imapd memory usage
On Sun, 2006-01-22 at 04:55 +0800, mc wrote:
By the way, how can I build from svn trunk? I have tried aclocal ->
automake -> autoconf -> autoreconf -fi -> ./configure, but configure
reports
this:
buildtools/ltconfig: buildtools/ltconfig: No such file or directory
What should I do to build from svn sources?
What versions of those autotools are you running?
was: autoconf 2.53/2.59, automake 1.5/1.9
now: autoconf 2.13, automake 1.4p6
Just a side note...
I was getting tonnes of errors when compiling svn trunk on FreeBSD 4.11.
Many of them are related to the g* libraries. I don't recall all of them,
one of them is related to glibc..I think dbmail wanted certain new defines
in recent glibc, but (I hope I did not miss it again this time!) it was not
documented anywhere in dbmail's src tarball or website. Another was related
to threads: I had to compile linuxthreads and explicitly specify -llthread.
Because crypt() was missing somewhere, so I had to specify -lcrypt too..
and for some unknown reasons, I could not use LDFLAGS, instead I had to set
CFLAGS="-llthread -lcrypt" to make things work.
Aaron
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev