On Thu, 9 Jul 1998, holotko wrote:

 # In the past when I needed to compile a program using these functions I
 # would do this:
 # 
 # $ gcc -o foo foo.c -ldbm
 # 
 # However when I try to do this now I get a message saying  "cannot open
 # -ldbm - no such file or directory".  At first I figured that I need to

Though I by far not an expect on this, glibc has the dbm_*() functions in
/lib/libdb.so.3.

So, try that:

gcc -o foo foo.c -ldb

(it worked for me :)


-----------------------------------------------------------------------------
 Nicholas J. Leon                              "Elegance Through Simplicity"
  [EMAIL PROTECTED] -                        - http://mrnick.binary9.net

                   8 4 9 1 7 3 <-- what is the pattern?

Reply via email to