Re: [CMake] CMake generates different outputs on different Linux machines

2008-06-27 Thread Ravi Tej Kavalipati
; > and then rerun cmake on your problem machine and send the output to the > list. > > -- > Mike Jackson Senior Research Engineer > Innovative Management & Technology Services > > > On Jun 25, 2008, at 4:52 PM, Alan W. Irwin wrote: > > On 2008-06-25 14:46

Re: [CMake] CMake generates different outputs on different Linux machines

2008-06-25 Thread Ravi Tej Kavalipati
t<http://www.cct.lsu.edu/%7Ecdekate/working_boost_library_list.txt> On Wed, Jun 25, 2008 at 2:23 PM, Ravi Tej Kavalipati < [EMAIL PROTECTED]> wrote: > Hi, > > I have CMakeLists.txt file which I have run on my personal linux machine > and workstation, Celertias. I get dif

[CMake] CMake generates different outputs on different Linux machines

2008-06-25 Thread Ravi Tej Kavalipati
Hi, I have CMakeLists.txt file which I have run on my personal linux machine and workstation, Celertias. I get different outputs, on my personal machine I get the executables linked to the boost libraries and on celeritas i get those libraries NOT FOUND. ON the Problem machine even though the boo

Re: [CMake] Boost Link errors in CMAKE

2008-06-23 Thread Ravi Tej Kavalipati
the project's entire directory structure. add_subdirectory (src) add_subdirectory (examples) add_subdirectory (runtime) On Mon, Jun 23, 2008 at 12:33 PM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 23.06.08 12:25:38, R

[CMake] Boost Link errors in CMAKE

2008-06-23 Thread Ravi Tej Kavalipati
Hi, I am using the Cmake to link the boost libraries to my project HPX, But im getting various link errors in the process. can anyone please let me know if I am misrepresenting anything. ___ #CMakeLists.txt # Distributed under