with
CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -pipe -march=pentium4
./configure --prefix=/usr --sysconfdir=/etc/dbmail/ --mandir=/usr/share/man --with-logdir=/var/log/dbmail/ --with-mysql --with-sieve --enable-static i have got this: gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -MT libdbmail_la-dbmd5.lo -MD -MP -MF .deps/libdbmail_la-dbmd5.Tpo -c dbmd5.c -o libdbmail_la-dbmd5.o
dbmd5.c: In function 'makemd5':
dbmd5.c:28: error: storage size of 'mycontext' isn't known
dbmd5.c:46: warning: implicit declaration of function 'gdm_md5_init'
dbmd5.c:47: warning: implicit declaration of function 'gdm_md5_update'
dbmd5.c:48: warning: implicit declaration of function 'gdm_md5_final'
dbmd5.c:28: warning: unused variable 'mycontext'


google said that problem may be in #include <sys/uio.h> and I tryed add this in dbmail.h, dbm5.c, but without any result. what's the problem?

Alexander

Reply via email to