[Scons-users] SharedLIbrary with SHLIBVERSION

Bill Deegan bill at baddogconsulting.com
Tue Apr 23 10:56:25 EDT 2019


If you use Install, it should also install the symlinks.
What's your use case here that needs this information?

On Fri, Apr 19, 2019 at 5:03 PM Jason Kenny <dragon512 at live.com> wrote:

> Just a quick question.
>
> shouldn't SharedLIbrary() return the symlinks that it will generate? they
> are targets it generates however it does not return nodes to these items in
> the list
>
> example:
>
> out  = env.SharedLibrary(target='mylib',source="a.c", SHLIBVERSION='1.2.3')
> print([str(i) for i in out])
>
> results in the
> ['libmylib.so.1.2.3']
>
> I would have expected:
> ['libmylib.so.1.2.3','libmylib.so.1.2','libmylib.so.1','libmylib.so']
>
>
> Jason
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20190423/2e069056/attachment.html>


More information about the Scons-users mailing list