aclocal时出错! 出错信息: $ aclocal configure.ac:36: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS ../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... ../../lib/autoconf/functions.m4:1656: AC_FUNC_STRNLEN is expanded from... configure.ac:36: the top level configure.ac:36: warning: AC_RUN_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS config...
by pascal4123 - Linux环境编程 - 2008-08-04 07:06:41 阅读(1592) 回复(0)
aclocal not found? freebsd 4.9 ports方式安装 mod_php后,现在又想安装一个eaccelator. 使用 phpize 后,提示 aclocal not found? baidu了一下,有人说需要装一个 php_devel。我想那个人的环境应该是linux才对。 在freebsd下应该如何做呢? 重新安装apache and php?
我刚安装了aclocal,但是提示aclocal:not found 我找了一下aclocal能找到。 >whereis alcocal /usr/bin/aclocal 请教大家这是什么问题?
我刚安装了aclocal,但是提示aclocal:not found\r\n我找了一下aclocal能找到。\r\n>whereis alcocal\r\n/usr/bin/aclocal\r\n请教大家这是什么问题?
在FreeBSD下安装php+iMagick时,按照提示安装出现: aclocal Not Found。 在狗狗上看了一下,似乎和automake有关。 哪位大虾指点指点。 //bow
我在网上看的autotools的资料,先autoscan,然后修改configure.scan为configure.ac. 再aclocal,但是这时没有aclocal.m4文件产生
1.autoscan (autoconf): 扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 2.aclocal (automake):根据已经安装的宏,用户定义宏和acinclude.m4文件中的宏将configure.ac文件所需要的宏集中定义到文件 aclocal.m4中。aclocal是一个perl 脚本程序,它的定义是:“aclocal - create aclocal.m4 by scanning configure.ac” user input files optional in...
It's 2:30 here now and I've got to get up in the early morning today to work :(..... Anyway, I've summarised 2 tips today while install bbtools in blackbox....... which is good for newbies like me :) 1. if you got error messages saying that it couldn't find x11 libraries (that is -lX11 not found on my debian box), try to apt-get install libx11-6 and libx11-dev. This solved my problem and it ...