On 07/05/12 15:13, Uwe Hoffmann wrote:
> hi,
> Am 07.05.2012 14:40, schrieb Gonzalo Colmenarejo-Sanchez:
>> Hi,
>>
>> 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?
>>
> maybe libFingerprints is not the "improved non-release version"

I think that's it.  For me,

$ nm $RDBASE/lib/libFingerprints.so | grep 'RDKFingerprint.*Mol.*vector'
returns
000000000000c5d0 T 
_ZN5RDKit17RDKFingerprintMolERKNS_5ROMolEjjjjbdjbbPSt6vectorIjSaIjEE

If you get a blank then libFingerprints.so is not up to date/consistent 
with the header.


------------------------------------------------------------------------------
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
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to