building boost_python with mingw in eclipse
Hi all, I'm C++ programmer looking to port my libraries into python. After some time I decided to go with boost_python template wrapping approach. I need to build the application under windows and I would like to use eclipse for the job combines with the mingw compiler. Compilation works fine but it just won't link. Do anybody know what flags I need to use in the compiler or linker to make this work? I successfully complied boost_python using visual studio and bjam but I would like to get this working in eclipse with mingw. In eclipse I use for make the mingw32-make.exe, extra compiler flags BOOST_PYTHON_DYNAMIC_LIB and BOOST_PYTHON_SOURCE and the python library directory is included in the path (needless to say the boost and python include directories are also included). Any help would be appreciated. Luca
participants (1)
-
Luca Sbardella