The following reply was made to PR config/2421; it has been noted by GNATS.

From: "Ralf S. Engelschall" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:  Subject: Re: config/2421: problem specifying ndbm library for build ?with 
autoconfigure
Date: Fri, 12 Jun 1998 08:46:51 +0200

 In article <[EMAIL PROTECTED]> you wrote:
 
 > setenv LIBS "-lndbm"
 
 > A make with the Makefiles created works, but has -DNO_DBM_REWRITEMAP set.
 
 > Using -lndbm seemed to work on 1.2.6. Can you tell me what's wrong or
 > how to find why ./helpers/find-dbm-lib is failing?
 
 The reason seems to be that your libndbm.a cannot be found. Perhaps it is
 under a non-standard directory, so your linker is unable to find it. Try to
 use 
 
   setenv LIBS "-L/path/to/your/libs -lndbm"
 
 after finding out what /path/to/your/libs is. Perhaps something like
 /usr/local/lib or such a non-standard dir. In any case first make sure libndbm
 really exists on your system and determine where it stays. Then use these
 conrete informations in LIBS. 
 
                                        Ralf S. Engelschall
                                        [EMAIL PROTECTED]
                                        www.engelschall.com

Reply via email to