dbmail-2.1-todays svn doesn't compiles on linux
creating libdbmail.la
(cd .libs && rm -f libdbmail.la && ln -s ../libdbmail.la libdbmail.la)
if 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/local/include/gmime-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall
-Wpointer-arith -Wstrict-prototypes -MT main.o -MD -MP -MF
".deps/main.Tpo" -c -o main.o main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo";
exit 1; fi
main.c: In function `main':
main.c:420: warning: implicit declaration of function `g_mime_shutdown'
main.c:107: warning: 'headers' might be used uninitialized in this function
main.c: At top level:
main.c:70: warning: 'yes_to_all' defined but not used
main.c:71: warning: 'no_to_all' defined but not used
main.c:74: warning: 'quiet' defined but not used
main.c:76: warning: 'reallyquiet' defined but not used
/bin/sh ./libtool --mode=link gcc -g -O2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/local/include/gmime-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall
-Wpointer-arith -Wstrict-prototypes -lglib-2.0 -L/usr/local/lib
-lgmime-2.0 -lnsl -lgobject-2.0 -lglib-2.0 -o dbmail-smtp main.o
libdbmail.la
gcc -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/local/include/gmime-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes
-o .libs/dbmail-smtp main.o -L/usr/local/lib ./.libs/libdbmail.a
/home/sumy.biz/home/nix/dbmail_snapshot/mysql/.libs/libsqldbmail.so
-L/home/sumy.biz/soft/mysql/lib/mysql -lmysqlclient -lz -lcrypt -lm
/usr/local/lib/libgmime-2.0.so -lnsl /usr/lib/libgobject-2.0.so
/usr/lib/libglib-2.0.so -Wl,--rpath
-Wl,/home/sumy.biz/soft/dbmail/lib/dbmail
main.o(.text+0x239): In function `main':
/home/sumy.biz/home/nix/dbmail_snapshot/main.c:420: undefined reference to
`g_mime_shutdown'
collect2: ld returned 1 exit status
make[2]: *** [dbmail-smtp] Error 1
make[2]: Leaving directory `/home/sumy.biz/home/nix/dbmail_snapshot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sumy.biz/home/nix/dbmail_snapshot'
make: *** [all] Error 2