Re: [Open Babel] missing obabel executable when compiling by sources on HPC

2014-01-15 Thread Vedat Durmaz
the static build works fine after having modified CMakeLists.txt as described in my previous mail! in contrast, when setting the -DBUILD_SHARED=ON, i get this error: Linking CXX executable ../bin/babel cd /home/b/becdurma/openbabel/openbabel-2.3.2-build/tools && /sw/tools/cmake/2.8.11/generic/G

Re: [Open Babel] missing obabel executable when compiling by sources on HPC

2014-01-15 Thread Maciek Wójcikowski
I think you should build with SHARED = True and append correct directory to LD_LIBRARY_PATH, which probably should look like: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/openbabel/openbabel-2.3.2-install/lib Pozdrawiam, | Best regards, Maciek Wójcikowski mac...@wojcikowski.pl 2014/1/15 Ved

Re: [Open Babel] missing obabel executable when compiling by sources on HPC

2014-01-15 Thread Vedat Durmaz
Am 14.01.2014 19:10, schrieb Dimitri Maziuk: > On 01/14/2014 11:21 AM, Vedat Durmaz wrote: > ... >> i really don't >> understand, why obabel building is deactivated by default in the static >> case. however, i also don't have that much experience with that >> cmake/configure stuff. > Looks like