[Cmake] silly question about ccmake

Andy Cedilnik andy.cedilnik at kitware.com
Wed Apr 2 14:48:47 EST 2003


Hi Aloys,

You can find it yourself (something like libcurses.a or something), and
set that value to cache:

./Source/cmake -DCURSES_LIBRARY:PATH=/usr/whatever/lib/libcurses.a
make

			Andy

On Wed, 2003-04-02 at 14:43, du Bois d'Aische wrote:
>     You right, it does not find something. Do you know what can I do to change it?
> 
>          thank you very much,
> 
>              aloys
> 
> 
> 
> On 02 Apr 2003 14:15:12 -0500
> Andy Cedilnik <andy.cedilnik at kitware.com> wrote:
> 
> > Hi Aloys,
> > 
> > It probably does not find curses library. In your cmake build directory,
> > do:
> > 
> > cat CMakeCache.txt | grep CURSES_LIBRARY
> > 
> > If it says something like notfound, then this is your problem.
> > 
> > 			Andy
> > 
> > On Tue, 2003-04-01 at 16:37, du Bois d'Aische wrote:
> > >      I'am very new, and I try to install Cmake. 
> > >       I do ./configure and make. It does no error, but it doesn't
> > > create the ccmake file. I do exactly the same operation on an other
> > > computer, and it works, it creates the ccmake file. But with the same
> > > release, with exactly the same operations, no ccmake on my computer.
> > > What have I to do?
> > > 
> > >      Thanks, 
> > > 
> > >        Aloys 
> > 
> 




More information about the CMake mailing list