Re: [CMake] Linking cmake build library to a shell script

2009-03-16 Thread ankit jain
2009/3/16 Mattias Helsing > Hi Ankit, > > ok, so we have problems with our terminologies. You can't link a shell > script with anything! > > So back to guessing. This time I'm guessing that you (or your script) > isn't setting LD_LIBRARY_PATH correctly. Could you check this? > > Mattias > > T

Re: [CMake] Linking cmake build library to a shell script

2009-03-16 Thread ankit jain
2009/3/16 Mattias Helsing > Hello Ankit, > > I think I know what you are trying to do. Correct me if I'm wrong. > > Your CMake code produces an executable file (you can't run libraries > from the commandline) and you want to produce a shellscript that calls > this executable? > Thanks for the re

Re: [CMake] Linking cmake build library to a shell script

2009-03-13 Thread ankit jain
2009/3/13 Mattias Helsing > Hello Ankit, > > On 3/13/09, ankit jain wrote: > > Hi all, > > > > I have a shell script. I want to link it with a library that i have build > > using cmake. Is it possible to do so. > > I am running this shell script using cmake. > > You need to describe what you wan

[CMake] Linking cmake build library to a shell script

2009-03-12 Thread ankit jain
Hi all, I have a shell script. I want to link it with a library that i have build using cmake. Is it possible to do so. I am running this shell script using cmake. If possible plz let me show an example. Ankit ___ Powered by www.kitware.com Visit oth