Following the advice of Sam to forget using Berkley DB and install GDBM instead... and then setting the RANLIB, CFLAGS, and CXXFLAGS env variables to the values George Szekely pointed me to... I've finally made some progress!
But sadly, it *still* won't compile successfully. Nonetheless I managed to avoid many of the previous errors I was having and so I think I'm close making it work now. (I hope! :)
Anyway, I am now getting the following error in ./maildir/ when "make" is run there:
Compiling deliverquota.c
gcc -traditional-cpp -Wall -I./.. -I.. -o deliverquota deliverquota.o libmaildir.a ../rfc822/librfc822.a ../numlib/libnumlib.a
ld: ../numlib/libnumlib.a(strhdevt.o) literal C string section (__TEXT,__cstring) does not end with a '\0'
ld: ../numlib/libnumlib.a(strhinot.o) literal C string section (__TEXT,__cstring) does not end with a '\0'
make[2]: *** [deliverquota] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Can anyone tell me how to fix the string errors in "numlib/libnumlib.a" which ld is reporting?
Please let me know if you have any ideas! Thank you!
-jab
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
