Re: [Rdkit-devel] symbol(s) not found on Mac OS X 10.7.3

2012-08-22 Thread James Swetnam
Looks like you're trying to link against a 32-bit shared library? file -L /path/to/boost/shared/libraries* Should tell you the architecture of your boost 1.5 On Wed, Aug 22, 2012 at 3:17 AM, Andrew Dalke da...@dalkescientific.comwrote: On Aug 17, 2012, at 11:35 AM, Greg Landrum wrote: Here

Re: [Rdkit-devel] symbol(s) not found on Mac OS X 10.7.3

2012-08-23 Thread James Swetnam
, 2012 at 1:24 AM, James Swetnam jswet...@gmail.com wrote: Ironically, I just ran into this same issue with our internal gcc build today. I've attached a patch that removes the platform-specific -O0 flag for Dict.cpp and replaces the force_types() method with the following, which is somewhat