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
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
2 matches
Mail list logo