Hi
I compiled the openbabel java bindings on "linux 64 bit" resulting in an
libopenbabel_java.so file. I did this through cmake like this:
cmake ../openbabel-2.3.2 -DJAVA_BINDINGS=ON
-DCMAKE_INSTALL_PREFIX=/blabla/openbabel-install
-DEIGEN3_INCLUDE_DIR=/blabla/eigen-eigen
Next, I checked whether all dependencies for libopenbabel_java.so could be
found through:
ldd /blabla/openbabel-install/lib/libopenbabel_java.so
And it turned out that libmawt.so could not be found:
libmawt.so => not found
Since I believe this library is not crucial for what I'm doing (the library
is AWT related, and I don't render any windows), I would like to exclude
that library so that openbabel doesn't crash just because of this one
missing link.
Is there an easy fix by removing that dependency from "a" list somewhere in
a cmake file? I don't consider having libmawt.so available an option.
Regards,
Nick
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
the most talented Cisco Certified professionals. Visit the
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss