[Scons-users] version 2.5.0 and SHLIBVERSIONFLAGS
Tim Jenness
tjenness at lsst.org
Tue May 10 17:30:27 EDT 2016
I have a scons package that breaks badly in v2.5.0 on Linux because scons started adding $SHLIBVERSIONFLAGS (which really means “-Wl,Bsymbolic” is added to the g++ link line) to my LoadableModule targets (which happen to be SWIG generated files). I’m definitely not setting SHLIBVERSION and SharedLibraryModule doesn’t have the problem. Is it possible that there is a problem with LoadableModule not correctly working out that there is no shared library version defined? If I clear SHLIBVERSIONFLAGS in my SConstruct file the build works as before.
Should I file a ticket on this? Am I setting a SHLIBVERSION specifically for LoadableModule without realising it?
—
Tim Jenness
More information about the Scons-users
mailing list