bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem configuring ncurses 5.6


From: Thomas Dickey
Subject: Re: Problem configuring ncurses 5.6
Date: Sun, 11 Nov 2007 06:36:45 -0500 (EST)

On Sun, 11 Nov 2007, Pierre wrote:

So I guess the question is: what is the "default location" where it
resides on your system?

make install put it at
/usr/local/BerkeleyDB.4.4/include/db.h

thanks (will look/see what the other sources do by default).

you can work around by setting the $CPPFLAGS and $LDFLAGS environment
variables (syntax depends on shell - let's assume Bourne shell):

CPPFLAGS=-I/usr/local/BerkeleyDB.4.4/include \
LDFLAGS=-L/usr/local/BerkeleyDB.4.4/lib \
configure --with-hashed-db

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]