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

2012-08-22 Thread Andrew Dalke
On Aug 17, 2012, at 11:35 AM, Greg Landrum wrote: > Here is, hopefully, the last update on this topic. Apologies for the > verbosity. I'm trying to build the latests from the new repository. Here's the message I get: [ 4%] Building CXX object Code/RDGeneral/CMakeFiles/testDict.dir/testDict.cpp.

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 wrote: > On Aug 17, 2012, at 11:35 AM, Greg Landrum wrote: > > Here is, hopefully, the last

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

2012-08-22 Thread Greg Landrum
Hi Andrew, On Wed, Aug 22, 2012 at 12:17 PM, Andrew Dalke wrote: > On Aug 17, 2012, at 11:35 AM, Greg Landrum wrote: >> Here is, hopefully, the last update on this topic. Apologies for the >> verbosity. > > I'm trying to build the latests from the new repository. Here's > the message I get: > >