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