Golang编程语言知识介绍


  • 首页

  • todo

  • 思考

  • life

  • food

  • OS

  • lua

  • redis

  • Golang

  • C

  • TCP/IP

  • ebpf

  • p4

  • OpenVPN

  • IPSec

  • L2TP

  • DNS

  • distributed

  • web

  • OpenWRT

  • 运维

  • Git

  • 鸟哥的私房菜

  • IT杂谈

  • 投资

  • About Me

  • 友情链接

  • FTP

  • 搜索
close

Ubuntu linux编译alsa-lib报错 automake-1.16: command not found 的解决方案

时间: 2022-09-29   |   分类: 运维     |   阅读: 285 字 ~1分钟

在编译alsa的时候报错,config完毕后,make错误如下: line 81: automake-1.16: command not found

而我的automke的版本为1.15

于是卸载了这个automake后,http://ftp.gnu.org/gnu/automake/下载了最新的1.16,然后安装,然后继续编译alsa,报错:

error: version mismatch. This is Automake 1.16,

解决方案是:

  • autoscan 用 autoscan 产生一个 configure.in 的原型,执行autoscan 后会产生一个configure.scan 的文件,可以用它作为 configure.in文件的蓝本。

  • 执行 aclocal 和 autoconf ,分別会产生 aclocal.m4 及 configure 两个文件

  • 然后执行: automake –add-missing

  • 最后执行: ./configure

其实不要重新安装automake,在此记录一下,后面学习alsa会用到!

#运维#
CentOS8上安装 Samba
Gitlib部署简介
shankusu2017@gmail.com

shankusu2017@gmail.com

日志
分类
标签
GitHub
© 2009 - 2025
粤ICP备2021068940号-1 粤公网安备44011302003059
0%