Re:How to create symlinks for shared library with soname

2023-12-31 Thread lijh8
sorry, I was meant to send it to the help-make list.

?????? How to create symlinks for shared library with soname

2023-12-31 Thread lijh8
Hi, Paul! Thank you and happy new year!

Re: How to create symlinks for shared library with soname

2023-12-31 Thread Paul Smith
On Mon, 2024-01-01 at 04:20 +0800, lijh8 wrote: > 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 way should I follow? First, I don't think this is

How to create symlinks for shared library with soname

2023-12-31 Thread lijh8
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