On Thu, 7 Sep 2006, Daniel O'Connor wrote:

> On Wednesday 06 September 2006 21:41, William Balcerski wrote:
> > Well I tried this, however it creates a whole new set of problems.  Exact
> > command used was:
> >
> > env CFLAGS=-I/usr/pkg/include LDFLAGS=-L/usr/pkg/lib ./configure
> > --prefix=/local/williamb/netrek-server/Vanilla
>
> Sorry I did not notice the mistake before - you should use CPPFLAGS instead of
> CFLAGS.
>
Alright here is output from configure:
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for gdbm_open in -lgdbm... yes

That's good.  Then I do make:
touch null
make depend
cd ntserv;    make depend
gcc -M -g -O2 -Wall  -DRSA   -I../include ./cluecheck.c ./coup.c ./data.c
./db.c  ./death.c ./detonate.c  ./enter.c  ./findslot.c  ./getentry.c
./getname.c  ./salt.c ./getship.c  ./input.c  ./interface.c  ./main.c
./orbit.c  ./phaser.c  ./plasma.c  ./redraw.c  ./reserved.c  ./sintab.c
./socket.c  ./genspkt.c  ./smessage.c  ./startrobot.c  ./timecheck.c
./torp.c  ./util.c  ./warning.c    ./ping.c ./getpath.c   ./features.c
./distress.c ./transwarp.c  ./gencmds.c ./ntscmds.c ./openmem.c
./feature.c ./queue.c ./slotmaint.c  ./wander2.c ./sysdefaults.c
./rsa_key.c > .depend
db.c:14:18: gdbm.h: No such file or directory

Not so good!  Any idea what's going wrong here?
Bill