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.
-----
Compiling testgdbm.C
g++ -traditional-cpp -o testgdbm testgdbm.o libgdbmobj.a -lgdbm
Making all in soxwrap
test "" != "" && \
echo "CHECK(\"\")" >libsock5confdir.h && exit 0 ; \
echo "CHECK(\"/etc/libsocks5.conf\")" >libsock5confdir.h ; \
echo "CHECK(\"/usr/local/etc/libsocks5.conf\")" >>libsock5confdir.h ; \
etcdir=/usr/local/etc ; \
test $etcdir = "/etc" && exit 0; \
test $etcdir = "/usr/local/etc" && exit 0; \
echo "CHECK(\"$etcdir/libsocks5.conf\")" >>libsock5confdir.h
make all-am
Compiling soxfuncnames.c
In file included from /usr/include/machine/param.h:30,
from /usr/include/sys/socket.h:67,
from soxfuncnames.c:7:
/usr/include/ppc/param.h:98: macro "btodb" requires 2 arguments, but only 1 given
/usr/include/ppc/param.h:100: macro "dbtob" requires 2 arguments, but only 1 given
make[2]: *** [soxfuncnames.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Making check in numlib
Making check in gdbmobj
./testsuite | cmp -s - ./testsuite.txt
Making check in soxwrap
Compiling soxfuncnames.c
In file included from /usr/include/machine/param.h:30,
from /usr/include/sys/socket.h:67,
from soxfuncnames.c:7:
/usr/include/ppc/param.h:98: macro "btodb" requires 2 arguments, but only 1 given
/usr/include/ppc/param.h:100: macro "dbtob" requires 2 arguments, but only 1 given
gnumake[1]: *** [soxfuncnames.o] Error 1
gnumake: *** [check-recursive] Error 1
-----
Ideas?
Aloha mai Nai`a! -- "Please have your Internet License http://kapu.net/~mjwise/ and Usenet Registration handy..."
------------------------------------------------------- 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
