Re: [CMake] Install problem

2008-04-15 Thread Surya Kiran Gullapalli
On Tue, Apr 15, 2008 at 7:07 PM, Surya Kiran Gullapalli < [EMAIL PROTECTED]> wrote: > Hello all, > I'm building a library in debug and in release modes. I want the built > library to go at different locations for each configuration. So I've done > something like this. > > =

[CMake] Install problem

2008-04-15 Thread Surya Kiran Gullapalli
Hello all, I'm building a library in debug and in release modes. I want the built library to go at different locations for each configuration. So I've done something like this. === set (mytarget "mylib") Add_Library (${mytarget} ${mysrcs}) Set_Target_Properties (${myta

Re: [CMake] Install Problem.

2008-01-29 Thread Christian Ehrlicher
> Von: "Surya Kiran Gullapalli" > Hi all, > I'm trying to install a shared library using INSTALL Method on win32 > platform. (Visual Studio 2005) > > But what i found was only the dll is getting installed. the import > library .lib is not getting installed. > > I've specified the RUNTIME and LIBR

[CMake] Install Problem.

2008-01-29 Thread Surya Kiran Gullapalli
Hi all, I'm trying to install a shared library using INSTALL Method on win32 platform. (Visual Studio 2005) But what i found was only the dll is getting installed. the import library .lib is not getting installed. I've specified the RUNTIME and LIBRARY options for Install method. I've browsed thr

Re: [CMake] cmake install - problem at copy

2007-07-10 Thread Clark J. Wang
On 7/10/07, B. Carrupt <[EMAIL PROTECTED]> wrote: It's working now, thanks. I had to add /usr/local/lib in ld.so.conf (don't know why it's not there by default) so that the wx libraries could be found. What I don't understand is why it was working when I ran the binary from the build/bin direc

Re: [CMake] cmake install - problem at copy

2007-07-10 Thread B. Carrupt
It's working now, thanks. I had to add /usr/local/lib in ld.so.conf (don't know why it's not there by default) so that the wx libraries could be found. What I don't understand is why it was working when I ran the binary from the build/bin directory of cmake directly (or when I copied it manua

Re: [CMake] cmake install - problem at copy

2007-07-09 Thread Clark J. Wang
On 7/9/07, digicapt - cmake <[EMAIL PROTECTED]> wrote: Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not fou

Re: [CMake] cmake install - problem at copy

2007-07-09 Thread Alan W. Irwin
On 2007-07-09 14:37+0200 digicapt - cmake wrote: Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not found

[CMake] cmake install - problem at copy

2007-07-09 Thread digicapt - cmake
Hi, I'm using the version 2.4-patch 6 of cmake on a Fedora core 6 and I have a problem with the INSTALL : the generated target works fine (in the build directory) but the copy in the destination is changed so that some libraries are not found anymore. When I check them, the size of the copied