QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1409|回复: 7

使用autoscan出现的问题:

[复制链接]
发表于 2004-12-7 16:43:57 | 显示全部楼层 |阅读模式
我想使用automake自动产生makefile文件,就按照网上的方法:
% mkdir devel;cd devel;mkdir hello;cd hello
用编辑器写一个hello.c文件,

#include <stdio.h>
int main(int argc, char** argv)
{
printf(“Hello, GNU!n”);
return 0;
}

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


可是我执行autoscan并没有出现作者所说的情况,
而是:
autom4te: configure.ac: no such file or directory
autoscan: /usr/bin/autom4te failed with exit status: 1

我找了好多资料都没有找到线索,请各位帮帮忙啊。急啊,谢谢了。

系统平台:slackware10  2.4.26kernel
autoconf (GNU Autoconf) 2.59  (version)
automake version (GNU automake) 1.85
autoscan (GNU Autoconf) 2.59
发表于 2004-12-7 17:43:30 | 显示全部楼层
缺少m4包吧
google一下
回复

使用道具 举报

 楼主| 发表于 2004-12-7 18:02:42 | 显示全部楼层
应该不少吧,
我的autom4te都能运行啊
回复

使用道具 举报

 楼主| 发表于 2004-12-8 09:23:46 | 显示全部楼层
谢谢了,我是还没装m4包
回复

使用道具 举报

 楼主| 发表于 2004-12-8 16:41:21 | 显示全部楼层
不对啊,
m4包装系统时已经装了
回复

使用道具 举报

发表于 2004-12-10 13:41:42 | 显示全部楼层
我也有这个问题。

错误上说的是没有configure.ac,不能继续执行。但configure.in已经生成。


我估计那个教程是按照以前的autoscan的版本写得。
回复

使用道具 举报

 楼主| 发表于 2004-12-10 16:07:35 | 显示全部楼层

我的只生成了configure.scan

可能那个教程针对的老版本,不过我不确定,
因为我也懒得装来卸去的
回复

使用道具 举报

发表于 2004-12-10 22:38:15 | 显示全部楼层
有没有人有这方面的经验,讲一下。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 23:25 , Processed in 0.050354 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表