Re: [C++-sig] undefined symbol: _ZTIN5boost6python15instance_holderE

2015-05-19 Thread Mario Lang
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/

[C++-sig] undefined symbol: _ZTIN5boost6python15instance_holderE

2015-05-19 Thread David Aldrich
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