Hi,

I'm trying to run a program that calculates a similarity matrix that worked in 
the previous RDKit release. Now I recompile with the new release:

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
but when I run it I get the following error message:
../../../bin/tanird: symbol lookup error: ../../../bin/tanird: undefined 
symbol: _ZN5RDKit17RDKFingerprintMolERKNS_5ROMolEjjjjbdjbbPSt6vectorIjSaIjEE
The part of the code that gives this error message is:
molsc[i].fp = RDKFingerprintMol(*MolAux1,1,7,2048,2,false);

Does anyone have a clue what's going on? Has anyone observed similar behavious?

Thanks a lot,
Gonzalo

------------------------------------------------------------------------------
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

Reply via email to