由买买提看人间百态

topics

全部话题 - 话题: aclocal
(共0页)
x*********s
发帖数: 5554
1
来自主题: Apple版 - 第一次遇到ports不好使:(
autom4te: /opt/local/bin/gm4 failed with exit status: 1
aclocal: /opt/local/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Error: Target org.macports.configure returned: autoreconf failure: shell
command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_
rsync.macports.org_release_ports_science_opendx/work/dx-4.4.4" && autoreconf
--install -fv " returned error 1
DEBUG: Backtrace: autoreconf failure: shell command " cd "/opt/local/var/
mac
c********l
发帖数: 8138
2
【 以下文字转载自 Programming 讨论区 】
发信人: coupondeal (Coupon Deal), 信区: Programming
标 题: 求教:Linux下的一个编译配置问题
发信站: BBS 未名空间站 (Thu Feb 6 21:35:37 2014, 美东)
在Linux下需要编译一个比较旧的project
该project需要在编译之前运行
aclocal && autoconf && automake -a
但是在运行aclocal时,提示:需要将configure.in改名为configure.ac
于是照做
但在automake -a时,又提示“需要Makefiles.am,但是找不到”
于是将Makefiles.in改名为Makefiles.am,显然,格式不对
这个问题怎么解决?
c********l
发帖数: 8138
3
来自主题: Programming版 - 求教:Linux下的一个编译配置问题
在Linux下需要编译一个比较旧的project
该project需要在编译之前运行
aclocal && autoconf && automake -a
但是在运行aclocal时,提示:需要将configure.in改名为configure.ac
于是照做
但在automake -a时,又提示“需要Makefiles.am,但是找不到”
于是将Makefiles.in改名为Makefiles.am,显然,格式不对
这个问题怎么解决?
f*********u
发帖数: 455
4
来自主题: Linux版 - Installing Autoconf Problem
I want to install autoconf-2.66 into my computer. However, to install
autoconf-2.66 requires autoconf-2.60 or higher.
How should i do that?
I have m4-1.4.14 installed already.
Thanks
[wliu3@dove1 autoconf-2.66]$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/wliu3/autoconf-2.66/
build-aux/missing --run autoconf
aclocal.m4:20: warning: this file was generated for autoconf 2.66.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may ne
W*****x
发帖数: 684
5
$ cd geoip-api-c-master
$ libtoolize
$ aclocal
$ autoconf
$ automake --add-missing
$./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
... 阅读全帖
c********l
发帖数: 8138
6
来自主题: Programming版 - 求教:Linux下的一个编译配置问题
不是,
./configure是后面的一步,我说的问题是前面几卡
附:instruction上写的顺序是:
5) aclocal
6) autoconf
7) automake -a
8) ./configure
9) make & make install
(共0页)