I think that that dependency is not from OB, but from the Java JNI
.so. To find out, look at the exact commands that OB is using, via
"VERBOSE=1 make" (after deleting build files related to the Java
bindings). Also use ldd on the Java .so we are linking against.

- Noel

On 8 April 2013 07:36, Nick Vandewiele <nick.vandewi...@ugent.be> wrote:
> 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
>

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to