[Scons-dev] blah is static and is not compatible... No it isn't!

Neal Becker ndbecker2 at gmail.com
Wed Mar 13 20:34:49 EDT 2013


Gary Oberbrunner wrote:


> I think if you do this:

> mtrand =File( '/home/nbecker/rpmbuild/BUILD/numpy-1.7.0/build/lib.linux-

> x86_64-2.7/numpy/random/mtrand.so')

> mtrand.attributes.shared = 1

>

> then it might work.

>


Yes, that worked, thanks.

What also worked is just put a symlink:

libmtrans.so -> mtrand.so

And then link as normal lib.

But this sure seems like a bug to me!



More information about the Scons-dev mailing list