Hi, I'm trying my Tanimoto similarity calculations program with the improved non-release version and I get this error message at runtime:
/home/colmeg00/lt/bin/tanird: symbol lookup error: /home/colmeg00/lt/bin/tanird: undefined symbol: _ZN5RDKit17RDKFingerprintMolERKNS_5ROMolEjjjjbdjbbPSt6vectorIjSaIjEE I'm using these compilation options: g++ -o tanird tanird.cpp -I$RDBASE/Code -I$RDBASE/Extern -L$RDBASE/lib -lChemReactions -lFileParsers -lSmilesParse -lDepictor -lSubstructMatch -lGraphMol -lDataStructs -lRDGeometryLib -lRDGeneral -lFingerprints -I/GWD/schem/apps/rdkit/build-env/include Does anyone have a clue on what's going on? Thanks, Gonzalo -----Original Message----- From: Greg Landrum [mailto:[email protected]] Sent: 23 April 2012 11:13 To: Gonzalo Colmenarejo-Sanchez Cc: [email protected] Subject: Re: [Rdkit-discuss] speed of Tanimoto similarity calculations On Mon, Apr 23, 2012 at 10:15 AM, Gonzalo Colmenarejo-Sanchez <[email protected]> wrote: > Hi Greg, > That's great. When will that be available? I'll be happy to test it more > thoroughly and with other similarities (e.g. Tversky). It's in SVN now, so if you're willing to work with a non-release version you can grab it from there (I can send instructions if it's not clear how to do this). Otherwise it will be in the next release, which should happen in late June or early July. -greg ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

