Hi Paul,
I just come across the ldconfig manual. It seems it prefers the chained links
like the CMake does too.
```
ldconfig expects a certain pattern to how the symbolic links are set up,
like this example, where the middle file (libfoo.so.1 here) is the
SONAME for the library:
libfoo
sorry, I was meant to send it to the help-make list.
Hi, Paul!
Thank you and happy new year!
Hi community,
I just happen to notice that how symbolic links are created for library with
soname.
libtool creates both symlinks to the real library file.
But CMake creates one symlink to the real file and another symlink to the first
symlink.
I'm sticking with manual Makefile but which wa