[Scons-dev] [Scons-users] SharedLibrary + SHLIBVERSION and cygwin
Paweł Tomulik
ptomulik at meil.pw.edu.pl
Sun Aug 30 10:43:28 EDT 2015
W dniu 30.08.2015 o 16:04, Paweł Tomulik pisze:
> William,
>
> please see comments below
>
>
> W dniu 28.08.2015 o 21:31, William Blevins pisze:
>>
>>
>> [...]
> 3. The code which determines symlink names is buggy -- see the attached
> example shlib-test-1.tar.gz. The example contains in essence the
> following SConstruct file:
>
> env = Environment()
> env.SharedLibrary('libfoo.so.0.1.2.d/foo', 'libfoo.so.0.1.2.d/foo.c',
> SHLIBVERSION = '0.1.2')
I meant:
env.SharedLibrary('blah.so.0.1.2.blah/foo', 'foo.c', SHLIBVERSION = '0.1.2')
>
> The output with Verbose=True is:
>
> ptomulik at barakus:$ scons
> scons: Reading SConscript files ...
> [...]
>
--
Pawel Tomulik
More information about the Scons-dev
mailing list