Hi
Thanks for your reply.
> Does your main program link with boost_python?
> You didn't paste the link command of main, which would have been helpful
> here.
I'm sorry, while sanitizing the command for posting here, I obscured some
meaning. The way the link process works is that the library in
David Aldrich writes:
> I have an application that uses Boost Python. It links and runs fine on
> Centos 5 systems but fails on an Ubuntu 14.04 LTS system.
>
> The code that uses Boost Python is compiled using:
>
> g++ -c -Wall -m64 -DPYTHON_ENABLE -I../Kernel -I/usr/include/python2.7
> -I/usr/
Hi
I have an application that uses Boost Python. It links and runs fine on Centos
5 systems but fails on an Ubuntu 14.04 LTS system.
The code that uses Boost Python is compiled using:
g++ -c -Wall -m64 -DPYTHON_ENABLE -I../Kernel -I/usr/include/python2.7
-I/usr/include/ -O3 main.cpp -o _gnuRel