[Insight-developers] ccmake
   
    Bill Hoffman
     
    bill.hoffman@kitware.com
       
    Mon, 23 Sep 2002 17:15:02 -0400
    
    
  
FLTK is very hard to find, because it does not have install targets,
so where do you look for it???
Here is where we are looking now:
  FIND_LIBRARY(FLTK_GL_LIBRARY NAMES fltkgl fltkgld fltk_gl
      PATHS /usr/lib /usr/local/lib /usr/local/fltk/lib
      /usr/X11R6/lib ${FLTK_INCLUDE_DIR}/lib
    )
    FIND_LIBRARY(FLTK_FORMS_LIBRARY NAMES fltkforms fltkformsd fltk_forms
      PATHS /usr/lib /usr/local/lib /usr/local/fltk/lib
      /usr/X11R6/lib  ${FLTK_INCLUDE_DIR}/lib
    )
Where were they installed on your system?
At 04:58 PM 9/23/2002 -0400, Mark Foskey wrote:
>Today I am building Insight under Linux for the first time in over a month, and I'm building it from scratch since CMake and Insight have evolved enough to make that sensible.  When I ran ccmake, FLTK_FORMS_LIBRARY and FLTK_GL_LIBRARY were "NOTFOUND".  It was easy enough to insert the entries manually, but I thought they should have been found.