Alexey Akimov <alexey.akimo...@gmail.com> writes:
> I get confused trying to port my boost python extension module. So I've made
> a shared object file test.so which actually perfectly works in the original
> development directory. However, when I copy this file to another Linux
> machine (I also copy some extra libraries such as

I am not very familiar with Py++ yet, but .so libraries are not supposed
to be copied around from machine to machine unless your runtime
environment is exactly the same.

You should probably compile test.so (and any other required libraries)
on the target machine (i.e., copy the sources and not the binaries from
the development system).


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to