On 2010-01-04 06:02+0100 Emile Lunardon wrote: > Hi Allan, > > I run 64 bit Debian Lenny on an AMD 64 StationĀ (double core) > > cmake debian packageĀ is 2.6.0-6 > > gnat debian pakage is 4.3.2-2
Hi Emile: Thanks for that information. Your platform is essentially identical to mine in all respects (including hardware platform) except for the cmake version. Just for fun, you might want to try the latest cmake release (2.8.0) for 5.9.5 which is what I will be doing myself in the next few days. (I will also try the Debian Lenny cmake version (2.6.0-6) and also the version of cmake I used for my prior testing (2.6.4) on 5.9.5 in an effort to figure out what is going on.) Here are my quick notes on how I did the cmake-2.8.0 build and install without interfering with the system version. Adapt them for your needs. cd /home/software/cmake export DIR=v2.8 export CMAKE_VERSION=2.8.0 wget http://www.cmake.org/files/$DIR/cmake-${CMAKE_VERSION}.tar.gz less cmake-${CMAKE_VERSION}.tar.gz tar zxf cmake-${CMAKE_VERSION}.tar.gz cd cmake-${CMAKE_VERSION} ./bootstrap --prefix=/home/software/cmake/install-${CMAKE_VERSION} \ --parallel=4 --qt-gui >& bootstrap.out make -j4 >& make.out make -j4 install >& make_install.out grep -i warning *.out grep -i error *.out cd .. rm -f install ln -s install-${CMAKE_VERSION} install PATH=/home/software/cmake/install/bin":$PATH" Hope these notes are of some help to you. Note the above symbolic link approach allows me to switch back conveniently to any of the different cmake versions I have built and installed in the past while using the same PATH. 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 __________________________ ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general