Downloaded and installed gdbm. Had to create a 'bin' user (UID 7), but group 'bin' exists.
The batch file:
#!/bin/bash
RANLIB="ranlib -c" CFLAGS="-traditional-cpp" CXXFLAGS="-traditional-cpp" export RANLIB export CFLAGS export CXXFLAGS
./configure --prefix=/usr/local --with-waitfunc=wait3 --enable-mimetypes --without-ipv6 --without-authldap
make
That's as far as it got.
I could never compile it with gcc 3.3 without pulling up the same errors. However I managed to build it on 3.1.
You can just indicate "CC=gcc3 ./configure \" and that should build it correctly.
(You should have all three installed from the dev cd that comes with panther. gcc = 3.3 - gcc3 = 3.1 - gcc2 = 2.95.2)
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
