Subject: Re: qpopper needs gdbm?
To: None <tech-pkg@netbsd.org>
From: Christoph Badura <bad@ora.de>
List: tech-pkg
Date: 05/10/1999 19:10:21
dean@huxley.org (Dean Huxley) writes:

>While attempting to make the qpopper package:

>cc -c -I. -I. -pipe -fstrength-reduce -DHAVE_CONFIG_H  pop_user.c -o pop_user.o
>pop_user.c:34: gdbm.h: No such file or directory

>Should there be DEPENDS line for gdbm in the Makefile?

No.  The check for gdbm should be disabled in the configure scripts.

-- 
Christoph Badura					www.netbsd.org

	Anything that can be done in O(N) can be done in O(N^2).
	-- Ralf Schuettau (after looking at a particular piece of code)