I tried using gmake and I received the following output (same result essentially):
[EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20# gmake install Making install in cdb gmake[1]: Entering directory `/usr/local/src/vpopmail-5.3.20/cdb' gmake[1]: Nothing to be done for `install'. gmake[1]: Leaving directory `/usr/local/src/vpopmail-5.3.20/cdb' gmake[1]: Entering directory `/usr/local/src/vpopmail-5.3.20' gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vpopmail.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c md5.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c bigdir.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vauth.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c file_lock.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vpalias.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c seek.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c vlimits.c gcc -I. -I/usr/local/include/mysql -g -O2 -Wall -c maildirquota.c maildirquota.c: In function `readuserquota': maildirquota.c:188: warning: passing arg 3 of `countcurnew' from incompatible pointer type maildirquota.c:196: warning: passing arg 4 of `countsubdir' from incompatible pointer type gmake[1]: *** No rule to make target `cdb/*.o', needed by `libvpopmail.a'. Stop. gmake[1]: Leaving directory `/usr/local/src/vpopmail-5.3.20' gmake: *** [install-recursive] Error 1 -Patrick Quoting Charles Sprickman <[EMAIL PROTECTED]>: > I think in general you'll have better luck using gmake > (/usr/ports/devel/gmake). > > Charles > > On Fri, 11 Jul 2003 [EMAIL PROTECTED] wrote: > > > Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>: > > > > > > > > > > > I'm trying to install vpopmail-5.3.20 on a freebsd4.8 machine. I'm > receiving > > > the following errors: > > > > > > [EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20# make install > > > Making install in cdb > > > rm -f libvpopmail.a > > > ar cru libvpopmail.a vpopmail.o md5.o bigdir.o vauth.o file_lock.o > vpalias.o > > > seek.o vlimits.o maildirquota.o cdb/*.o > > > /usr/libexec/elf/ar: cdb/*.o: No such file or directory > > > *** Error code 1 > > > > > > Stop in /usr/local/src/vpopmail-5.3.20. > > > *** Error code 1 > > > > > > Stop in /usr/local/src/vpopmail-5.3.20. > > > > > > Any ideas or suggestions as to how to resolve this? > > > > > > -Patrick Lahni > > > > Just to follow up on this to provide more information, my cdb folder > contents > > are as follows: > > > > [EMAIL PROTECTED]:/usr/local/src/vpopmail-5.3.20/cdb$ ls > > Makefile cdb_hash.c cdbmake_hash.c find-systype.sh uint32.h1 > > README cdb_seek.c cdbmake_pack.c load uint32.h2 > > THANKS cdb_unpack.c compile makelib > warn-auto.sh > > VERSION cdbmake.h conf-cc trycpp.c > > cdb.h cdbmake_add.c conf-ld tryulong32.c > > > > Obviously, no *.o files like it was anticipating. I've tried deleting the > > vpopmail-5.3.20 directory entirely and unpacking from the tarball again -- > same > > result. > > > > I'm using the following configure: > > > > ./configure --enable-mysql=y --enable-roaming-users=y > > --enable-defaultquota=100000000S,10000C --enable-learn-passwords=y > > --enable-mysql-replication=y --enable-logging=p --enable-mysql-logging=y > > > > (pardon the line wrapping -- if it does -- this is all one line of course) > > > > -Patrick Lahni > > > > > > > > > > ------------------------------------------------- > > This mail sent through IMP: http://horde.org/imp/ > > > > > > > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/