Re: [CMake] Library Paths

2010-07-19 Thread Michael . Schmidt
>linking your executable to those libs or are you doing >something like "dlopen" inside your application? > >-- >Erk >Membre de l'April - « promouvoir et défendre le logiciel libre » - >http://www.april.org Thanks for the response. The executable uses dlopen at runtime and was pointing to the "s

Re: [CMake] Library Paths

2010-07-19 Thread Eric Noulard
2010/7/19 : > When I do an in-source build, everything runs ok.  However, I have > issues with an out-of-source build.  One of my libraries uses another > one of my libraries.  When I run the executable it complains "cannot > open shared object file: No such file or directory." linking your execu

[CMake] Library Paths

2010-07-19 Thread Michael . Schmidt
When I do an in-source build, everything runs ok. However, I have issues with an out-of-source build. One of my libraries uses another one of my libraries. When I run the executable it complains "cannot open shared object file: No such file or directory." It's looking for the library in the sou