Re: [Rdkit-discuss] git build of RDKIT on Ubuntu 13.04 fails with message recompile with -fPIC

2013-09-08 Thread hari jayaram
Hello all... I managed to solve part of the problem with the build using a modified version of FindPythonLibsNew.cmake based on the pne used by numpy mentioned here https://bitbucket.org/fenics-project/dolfin/pull-request/29/IE=edge. When I put that FindPythonLibsNew.cmake script into

Re: [Rdkit-discuss] git build of RDKIT on Ubuntu 13.04 fails with message recompile with -fPIC

2013-09-08 Thread David Hall
Have you tried using the shared library libpython2.7.so instead of the static libpython2.7.a ? On Sun, Sep 8, 2013 at 6:37 AM, hari jayaram hari...@gmail.com wrote: Hello all... I managed to solve part of the problem with the build using a modified version of FindPythonLibsNew.cmake based

[Rdkit-discuss] git build of RDKIT on Ubuntu 13.04 fails with message recompile with -fPIC

2013-09-08 Thread hari jayaram
Thanks David...that did it. Once I used the shared library libpython2.7.so I could get it to compile all the way. Thanks for your help Hari On Sun, Sep 8, 2013 at 8:28 AM, David Hall li...@cowsandmilk.netjavascript:_e({}, 'cvml', 'li...@cowsandmilk.net'); wrote: Have you tried using the