error: Libtool library used but 'LIBTOOL' is undefined

前端 未结 6 1433
迷失自我
迷失自我 2020-12-12 22:57

I am trying to automake the OrientDb C++ library, but getting some errors.

Makefile.am:10: error: Libtool library used but \'LIBTOOL\' is undefi         


        
6条回答
  •  孤城傲影
    2020-12-12 23:43

    Fixed it. I needed to run libtoolize in the directory, then re-run:

    • aclocal

    • autoheader

提交回复
热议问题