partridgejiang / cheminfo-to-web

An experimental project to recompile native chemoinformatics libs into JavaScript.
https://partridgejiang.github.io/cheminfo-to-web/
MIT License
13 stars 3 forks source link

OpenBabel 2.4.1 #3

Open jotjot opened 4 years ago

jotjot commented 4 years ago

I have tried to compile OpenBabel 2.4.1, but failed. The makefile used contains two lines including the object file "thermoformat.o" in the linker list. Hence the linker complains about already defined symbols. After deleting one line in the makefile, it compiles fine.