SharedLIbrary with SHLIBVERSION

Jason Kenny <[email protected]>
Newsgroups gmane.comp.programming.tools.scons.user
Message-ID <SN2PR01MB20455277A3FEE13E4A9F090D84270@SN2PR01MB2045.prod.exchangelabs.com>
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
[email protected]
https://pairlist4.pair.net/mailman/listinfo/scons-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.