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! _______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
