Re: [Rdkit-discuss] Having removed old libraries and compiled boost1.43 again

2010-06-24 Thread Kei Taneishi
Hi Christian, I'm using dynamic linking to libboost_regex. At first, edit $RDBASE/Code/GraphMol/SLNParse/CMakeLists.txt as below. == --- ../Code/GraphMol/SLNParse/CMakeLists.txt(revision 1440) +++ ../Code/GraphMol/SLNParse/CMakeLists.txt(wor

[Rdkit-discuss] Having removed old libraries and compiled boost1.43 again

2010-06-24 Thread bouille
Dear Greg Having removed old libraries and compiled boost1.43 again [ 80%] Built target MolCatalog [ 80%] Built target testMolCatalog [ 80%] Built target rdMolCatalog Linking CXX shared library libSLNParse.so /usr/bin/ld: /usr/local/lib/libboost_regex.a(instances.o): relocation R_X86_64_32 agains

Re: [Rdkit-discuss] new error on Built target testSLNParse

2010-06-24 Thread Greg Landrum
On Thu, Jun 24, 2010 at 2:27 PM, bouille wrote: > Dear Greg > > After re-starting every thing and removing the boost.rpm from Fedora12 > I have a new error  (in/usr/local/lib, all libraires are from today) > > [ 83%] Built target testSLNParse > Linking CXX shared module rdSLNParse.so > /usr/bin/ld

[Rdkit-discuss] new error on Built target testSLNParse

2010-06-24 Thread bouille
Dear Greg After re-starting every thing and removing the boost.rpm from Fedora12 I have a new error (in/usr/local/lib, all libraires are from today) [ 83%] Built target testSLNParse Linking CXX shared module rdSLNParse.so /usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/4.4.3/../../../../lib64/lib

Re: [Rdkit-discuss] regex

2010-06-24 Thread Greg Landrum
Hi Christian, On Thu, Jun 24, 2010 at 12:57 PM, bouille wrote: > > Using Boost_i_43_0 and Fedora12 > and having difficulties with regex or boost-regex > > I use ./bjam --with-python --with-regex address-model=64 release install > in order to install regex. That looks ok. > > After cmake .. and

[Rdkit-discuss] regex

2010-06-24 Thread bouille
Dear Greg Using Boost_i_43_0 and Fedora12 and having difficulties with regex or boost-regex I use ./bjam --with-python --with-regex address-model=64 release install in order to install regex. After cmake .. and using make, I have such error [ 82%] Building CXX object Code/GraphMol/SLNParse/CMak