error: Libtool library used but 'LIBTOOL' is undefined

前端 未结 6 1434
迷失自我
迷失自我 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-13 00:00

    For folks who ended up here and are using CYGWIN, install following packages in cygwin and re-run:

    • cygwin32-libtool
    • libtool
    • libtool-debuginfo

提交回复
热议问题