[CMake] /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found

2013-10-25 Thread Chandan Choudhury
Dear cmake users, I am having trouble in installing cmake on Linux (Red Hat Enterprise Linux AS release 4, 2.6.9-42.ELsm) x86_64 machine. Till now I have installed cmake on many occasion, but never faced such trouble. I donot have root access to the cluster. So, I am installing it in non-standard

Re: [CMake] adding program suffix

2013-03-14 Thread Chandan Choudhury
k (had > a quick look at the source). > > Generally for cmake projects you can check which options are available > using either the graphical interface, or using ccmake after you have > configured: > > cmake ../ > ccmake . > > Cheers, > Yngve > > > On 11/03

Re: [CMake] adding program suffix

2013-03-11 Thread Chandan Choudhury
Dear Micheal, Yngve Decker and Eric Thank for remarks. Micheal you are right that I want to append a suffix to every executable being installed. I already have an earlier version of gromacs installed, the suffix would help me to distinguish the between the two. While looking out for the string "

Re: [CMake] adding program suffix

2013-03-11 Thread Chandan Choudhury
-- Chandan kumar Choudhury NCL, Pune INDIA On Mon, Mar 11, 2013 at 1:19 PM, Michael Wild wrote: > On Mon, Mar 11, 2013 at 8:42 AM, Chandan Choudhury wrote: > >> Thanks Michael for your quick reply. >> >> I indeed tried the following command: >> CMAKE_PREFIX_PATH=/

Re: [CMake] adding program suffix

2013-03-11 Thread Chandan Choudhury
not added to the executables. Might be I am missing something or doing silly. Kindly have a look. Chandan -- Chandan kumar Choudhury NCL, Pune INDIA On Mon, Mar 11, 2013 at 12:34 PM, Michael Wild wrote: > On Mon, Mar 11, 2013 at 7:56 AM, Chandan Choudhury wrote: > >> >> Dear c

[CMake] adding program suffix

2013-03-10 Thread Chandan Choudhury
Dear cmake users, I am very new to cmake. I really find it interesting. I installed gromacs (4.6.1) with it. One simple query regarding its usage is, how do I add program suffix to the executables created. Chandan -- Chandan kumar Choudhury NCL, Pune INDIA -- Powered by www.kitware.com Visit o