bug-ncurses
[Top][All Lists]
Advanced

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

Re: Need help installing ncurses 5.2


From: Thomas Dickey
Subject: Re: Need help installing ncurses 5.2
Date: Fri, 27 Sep 2002 05:45:30 -0400
User-agent: Mutt/1.3.27i

On Fri, Sep 27, 2002 at 12:17:43AM +0200, Alon Solell wrote:
 
> I ran the ./configure for the 2.8.4 and .. stopped dead cold on the curses.
> So I figured,. Ok.. I have no clue what those curses are.. but I'll take the 
> extra step and install them.

configure --prefix=/home

setenv $CPPFLAGS /home/include
setenv LDFLAGS -L/home/lib -lncurses
 
> This is where I got stuck.  I don't know how to set the search paths so that
> needed libraries will be looked at in the 'right' directories.  The paths
> that I want to be setup which are different than the no-rights-to-read
> <system> paths are:
> 
> /home/include
> /home/lib
> /home/bin
> /home/src (if needed at all)
> /home/obj (if needed at all)

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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