<<< Date Index >>>     <<< Thread Index >>>

Re: mutt/2413: configure does not use global prefix when looking for gdbm



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

From: Ralf Wildenhues <wildenhues@xxxxxxxxxxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc: 
Subject: Re: mutt/2413: configure does not use global prefix when looking for 
gdbm
Date: Fri, 11 Aug 2006 11:13:46 +0200

 * gunnar@xxxxxxxxx wrote on Fri, Aug 11, 2006 at 11:05:45AM CEST:
 > 
 > ./prepare \
 >         --prefix /sw \
 >         --with-homespool \
 >         --enable-imap \
 >         --enable-hcache \
 >         --with-curses=/sw \
 >         --with-gdbm \
 >         --with-ssl 
 > 
 > Will not find a usable gdbm even though that one is installed in the
 > /sw tree pointed to by --prefix. When looking at the configur.in
 > script I also noted that it is not possible to specify an explicit
 > location of gdbm using the form --with-gdbm=/sw.
 
 Just add to the above command line
   CPPFLAGS=-I/sw/include LDFLAGS=-L/sw/lib
 
 Cheers,
 Ralf