What is libintl.h and where can I get it?

前端 未结 12 1511
半阙折子戏
半阙折子戏 2021-02-02 05:52

Trying to do a make install of git from source, and it keep kicking up the error:

 make install
* new build flags or prefix
CC credential-store.o
In file include         


        
12条回答
  •  隐瞒了意图╮
    2021-02-02 06:17

    If you can find the proper version of Libtools (from http://ftp.gnu.org/gnu/libtool/) you might find it in the package..

    Otherwise you can use below to the configure to remove this dependency:

    ./configure --disable-nls
    

提交回复
热议问题