Hi Nicolas,
in my case (also a Ubuntu local install) the problem was that I had to move
the -lopenbabel to the end of the line. Seems like your's might be the
same problem ?
Also I'd recommend to split your command in two, first a compile and then
the linking command. That way it's easier to lo
Dear all,
I am trying to use the OpenBabel library in one of my projects. I
first copied the code on this page
http://openbabel.org/wiki/Developer:Cpp_Tutorial in an example.cpp
file, and tried to compile it for tests purpose. And it doesn't
compile.
I tried the Makefile of the manual, and also "