Re: [Rdkit-discuss] compiling simple cpp script for OS X

2019-01-17 Thread Yingfeng Wang
Andreas, Could you please share your Makefile? I am also using the C++ API of RDKit on Mac. This is my current Makefile. CC= g++ OPENMPFLAG=#-fopenmp CXXFLAGS=-Wall -O2 -std=c++11 -I${RDBASE}/Code -I${RDBASE}/lib -I${RDBASE}/External -I${BOOSTBASE}/include -I${EGGBASE} LDFLAGS=-L${RDBASE}/lib -l

Re: [Rdkit-discuss] compiling simple cpp script for OS X

2019-01-16 Thread Greg Landrum
Hi Andreas, What are the arguments you pass to either the compiler or the linker when you you try and build your executable? You need to have a -L argument that points to the directory where the RDKit libraries are Best, -greg On Wed, 9 Jan 2019 at 21:40, Andreas Luttens wrote: > Hi, > > I hav

[Rdkit-discuss] compiling simple cpp script for OS X

2019-01-09 Thread Andreas Luttens
Hi, I have recently installed the RDKit from source for OS X, as described in Docs/Book/install.md on the GitHub page. I believe make, and make install worked out fine, but I have using trying to compile a basic cpp script. I have set the RDBASE env variable and I included the compiler flags for i