30 Sep
2009
30 Sep
'09
10:16 p.m.
On Wed, 2009-09-30 at 20:38 +0200, joakim@verona.se wrote:
Timo Sirainen tss@iki.fi writes:
On Wed, 2009-09-30 at 16:30 +0200, joakim@verona.se wrote:
Run autogen.sh first.
I've been getting this lately when compiling dovecot 2.0:
main.o: In function
main': /home/joakim/current/unison/build/dovecot-2.0/src/master/main.c:705: undefined reference to
askpass'askpass() is in src/master/askpass.c which is also compiled. Did you again run autogen.sh + configure?...
Embarrassing. Yes that did the trick.
For the future, do the same as me: create a "conf" script that contains something like:
./configure --enable-maintainer-mode $*
When maintainer mode is enabled you don't need to worry about running autogen.sh, because it's done automatically.