Re: [CMake] Cmake and Libltdl

2010-06-21 Thread Michael Hertling
On 06/19/2010 09:41 AM, Carlos Lopez Gonzalez wrote: On Fri, 18 Jun 2010 10:40:46 +0200 Michael Hertling wrote: On 06/17/2010 11:29 AM, Carlos Lopez Gonzalez wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project

Re: [CMake] Cmake and Libltdl

2010-06-19 Thread Carlos Lopez Gonzalez
On Fri, 18 Jun 2010 11:23:48 +0200 Andreas Mohr wrote: On Thu, Jun 17, 2010 at 10:25:10AM -0400, cmake-requ...@cmake.org wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them

Re: [CMake] Cmake and Libltdl

2010-06-18 Thread Michael Hertling
On 06/17/2010 11:29 AM, Carlos Lopez Gonzalez wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them modules) which are used in two applications. The applications uses

Re: [CMake] Cmake and Libltdl

2010-06-18 Thread Andreas Mohr
On Thu, Jun 17, 2010 at 10:25:10AM -0400, cmake-requ...@cmake.org wrote: Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them modules) which are used in two applications. The applications

[CMake] Cmake and Libltdl

2010-06-17 Thread Carlos Lopez Gonzalez
Hi, I'm new to cmake and want to port a C++ project which is now built using autotools to cmake build system. The project has some libraries (we call them modules) which are used in two applications. The applications uses lt_dladdsearchdir to add the path where to search the modules and then