Re: [CMake] Linking to a library: libfoo.so vs libfoo.so.1.2

2008-05-19 Thread Mathieu Malaterre
On Mon, May 19, 2008 at 3:11 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > Mathieu Malaterre wrote: > >> Could you please describe *exactly* what you did before posting, so >> that I can reproduce, I cannot achieve what you declare (cmake 2.4) >> >> Linking C executable testuuid >> /usr/bin/cmake -

Re: [CMake] Linking to a library: libfoo.so vs libfoo.so.1.2

2008-05-19 Thread Bill Hoffman
Mathieu Malaterre wrote: Could you please describe *exactly* what you did before posting, so that I can reproduce, I cannot achieve what you declare (cmake 2.4) Linking C executable testuuid /usr/bin/cmake -P CMakeFiles/testuuid.dir/cmake_clean_target.cmake /usr/bin/gcc -Wall -W -fPIC "CMake

Re: [CMake] Linking to a library: libfoo.so vs libfoo.so.1.2

2008-05-19 Thread Mathieu Malaterre
Hi Andreas, On Mon, May 19, 2008 at 2:08 PM, Andreas Schneider <[EMAIL PROTECTED]> wrote: > Mathieu Malaterre wrote: >> >> Hi there, >> >> I am inspecting a system using cmake, this system has the following: >> >> $ ls -al /lib/libuuid.so.1* >> lrwxrwxrwx 1 root root14 2008-01-10 17:51 /lib/l

Re: [CMake] Linking to a library: libfoo.so vs libfoo.so.1.2

2008-05-19 Thread Andreas Schneider
Mathieu Malaterre wrote: Hi there, I am inspecting a system using cmake, this system has the following: $ ls -al /lib/libuuid.so.1* lrwxrwxrwx 1 root root14 2008-01-10 17:51 /lib/libuuid.so.1 -> libuuid.so.1.2 -rw-r--r-- 1 root root 10720 2007-12-06 16:55 /lib/libuuid.so.1.2 the quest

[CMake] Linking to a library: libfoo.so vs libfoo.so.1.2

2008-05-19 Thread Mathieu Malaterre
Hi there, I am inspecting a system using cmake, this system has the following: $ ls -al /lib/libuuid.so.1* lrwxrwxrwx 1 root root14 2008-01-10 17:51 /lib/libuuid.so.1 -> libuuid.so.1.2 -rw-r--r-- 1 root root 10720 2007-12-06 16:55 /lib/libuuid.so.1.2 the question is: can I link to this