gpt4 book ai didi

configure - 自动生成错误

转载 作者:行者123 更新时间:2023-12-02 22:04:17 24 4
gpt4 key购买 nike

我正在尝试为 hello world 示例 C 程序创建安装包。

我已经完成了以下步骤。

自动扫描

mv 配置.扫描配置.ac编辑configure.ac以添加一些宏。

aclocal

中创建 Makefile.am
bin_PROGRAMS = hello
hello_SOURCES = hello.c

最后我做了 automake 。

然后我收到了以下消息。 .

configure.ac:12: error: required file './compile' not found
configure.ac:12: 'automake --add-missing' can install 'compile'
configure.ac:6: error: required file './missing' not found
configure.ac:6: 'automake --add-missing' can install 'missing'
Makefile.am: error: required file './INSTALL' not found
Makefile.am: 'automake --add-missing' can install 'INSTALL'
Makefile.am: error: required file './NEWS' not found
Makefile.am: error: required file './README' not found
Makefile.am: error: required file './AUTHORS' not found
Makefile.am: error: required file './ChangeLog' not found
Makefile.am: error: required file './COPYING' not found
Makefile.am: 'automake --add-missing' can install 'COPYING'
Makefile.am: error: required file './depcomp' not found
Makefile.am: 'automake --add-missing' can install 'depcomp'

没有任何字符串,包括 compilemissingNEWREADME 或消息所说的Makefile.am 中需要一个configure.ac 文件。

我应该做什么?

这些是有关某些产品版本的信息。

CentOS 6.4 版本

autocomf-2.69

automake-1.14

m4-1.4

最佳答案

这些文件需要存在才能符合标准的“automake/autoconf”文件集。

按照它为您提供的说明进行操作:“automake --add-missing”,丢失的文件将使用虚拟信息创建,您将(在完美的世界中)适当填写这些信息。

尝试仔细阅读 autotools tutorial ,或者可能是 autobook 。另请参阅StackOverflow: Getting started with autotools .

此外,请阅读手册页,尝试 automake --help,阅读实用程序输出的内容来帮助您?

关于configure - 自动生成错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21773003/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com