随笔 - 209  文章 - 0 评论 - 11 阅读 - 29万
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

1.git编译安装

make configure

2.提示没有make   

sudo apt install make

4../confiture prefix=/path/   #prefix制定安装路径

  报错信息有如下几种

5.sudo make && make install

  有报错 具体错误看问题3

  

git 安装时报错 1

解决1:
sudo apt-get install autoconf


问题2:
1
2
3
4
5
6
7
8
9
configure: Setting lib to 'lib' (the default)
configure: Will try -pthread then -lpthread to enable POSIX Threads.
configure: CHECKS for site configuration
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/opt/git-2.9.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details


解决2:(注意对应版本 我的是debian 10) 执行如下命令
非ubuntu/debian 使用 dnf groupinstall "Development Tools" 据说yum被弃用啦
如果安装成功,那么您将拥有全套的开发工具。如gcc,g ++,make,ld等。之后,您可以再次尝试编译代码块。


1
sudo apt-get install build-essential

  

成功
 

问题3:


解决3:
sudo apt-get install zlib1g-dev
 
sudo apt-get install build-essential

问题4
1
2
3
4
5
Manifying 9 pod documents
SUBDIR templates
MSGFMT po/build/locale/pt_PT/LC_MESSAGES/git.mo
/bin/sh: 1: msgfmt: not found
make: *** [Makefile:2094:po/build/locale/pt_PT/LC_MESSAGES/git.mo] 错误 127

  解决4:

sudo apt install gettext

 

 

 
posted on   博客园197  阅读(1732)  评论(0编辑  收藏  举报
编辑推荐:
· 智能桌面机器人:用.NET IoT库控制舵机并多方法播放表情
· Linux glibc自带哈希表的用例及性能测试
· 深入理解 Mybatis 分库分表执行原理
· 如何打造一个高并发系统?
· .NET Core GC压缩(compact_phase)底层原理浅谈
阅读排行:
· 手把手教你在本地部署DeepSeek R1,搭建web-ui ,建议收藏!
· 新年开篇:在本地部署DeepSeek大模型实现联网增强的AI应用
· 程序员常用高效实用工具推荐,办公效率提升利器!
· Janus Pro:DeepSeek 开源革新,多模态 AI 的未来
· 【译】WinForms:分析一下(我用 Visual Basic 写的)
点击右上角即可分享
微信分享提示