Py_Initialize(); undefined reference...

2005-12-21 Thread Markus Heller
Dear Gurus, I want to embed python into C++ and I have followed the documentation as given here: http://docs.python.org/api/ I have stated an include to "Python.h" and now I want to initialize the Python framework. My compiler though says that the call to the function Py_Initialize() is an undefin

Re: Py_Initialize(); undefined reference...

2005-12-21 Thread Markus Heller
> I want to embed python into C++ and I have followed the documentation as > given here: > http://docs.python.org/api/ > I have stated an include to "Python.h" and now I want to initialize the > Python framework. My compiler though says that the call to the function > Py_Initialize() is an undefine