From: Alan W. I. <ir...@be...> - 2008-04-28 17:44:20
|
On 2008-04-28 17:02+0100 Marius Amado-Alves wrote: > Ok, trying this much more than five steps process. > > Installed cmake. > > Now the example commands don't work by the letter (e.g. file > plplot_cmake does not exist). So the assumptions begin. > > Assumption 1. the cmake command > > plplot_dir/build_dir>sudo cmake -DCMAKE_INSTALL_PREFIX=/plplot > -DCMAKE_VERBOSE_MAKEFILE=ON -DENABLE_ada=ON .. > > This gives some errors and warnings, including > > "WARNING: gnat library not found. Disabling ada bindings" > > I got GNAT. How do I make it known to cmake? On my Debian testing system the full pathname of the gnat library is /usr/lib64/libgnat.so. What is the exact full pathname of the gnat library on your platform? Use the CMAKE_LIBRARY_PATH environment variable (as documented in our Wiki) to inform cmake where the gnat library is located on your system (assuming it is not in a standard location that CMake already knows about). Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |