On Sat, Oct 05, 2002 at 06:55:04PM +0200, Hanspeter Roth wrote:
 
> Hm. In deed it seems to be off.
> Does it depend on the ncurses configuration?
> I just did:
> 
> ./configure  --prefix=/usr/opt/ncurses-5.2

The --prefix option of configure scripts is used to tell where the application
should be installed -- not where to find applications.  I would do something
like this:

        export CPPFLAGS="-I/usr/opt/ncurses-5.2/include"
        export LDFLAGS="-L/usr/opt/ncurses-5.2/lib -lncurses"
        ./configure

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to