E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
aclocal
关于automake生成makefile的问题
下面的过程如果简单地说来就是:新建三个文件:helloworld.cconfigure.inMakefile.am然后执行:
aclocal
;autoconf;automake--add-missing;
shaoguangleo
·
2011-04-29 18:00
linux
脚本
gcc
library
compiler
makefile
Linux下C语言编程的注意事项(转)
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和
melong100
·
2011-04-06 08:00
安装GD库错误解决方法 configure.ac:64: error: possibly undefined macro: AM_ICONV
&& /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing –run
aclocal
-1.9 -I configaclocal:configure.ac
pavel
·
2011-03-23 22:00
Google
安装GD库错误解决方法 configure.ac:64: error: possibly undefined macro: AM_ICONV
&& /bin/sh /tmp/jpeg-6b/gd-2.0.35/config/missing –run
aclocal
-1.9 -I configaclocal:configure.ac
pavel
·
2011-03-23 22:00
Google
autotools使用总结
autotools包括autoscan、autoconf、automake、
aclocal
、autoheader等,流程图如下:由于strongswan的发布版中中
vividonly
·
2011-03-14 17:00
工具
makefile
2010
autoreconf问题
运行autoreconf-i出现Can'texec"
aclocal
":Nosuchfileordirectoryat/usr/bin/autoreconfline174.Useofuninitializedvalueinpatternmatch
dragon8299
·
2011-03-11 17:00
File
Configure,Makefile.am, Makefile.in, Makefile文件之间关系 (转载)
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acincl
xingfeng2010
·
2011-03-04 11:00
File
input
compiler
makefile
编译器
output
automake搭建项目工程例子讲解
GNUautomake)1.11 Autoconf版本:(GNUAutoconf)2.64 【介绍】虽然上面只提到了automake和autoconf工具,但是在实际使用过程中,还需要autoscan,
aclocal
HuaYuanTech
·
2011-02-24 21:00
linux
脚本
ubuntu
cgi
工具
makefile
make file aotumake 编写
1、准备: 需要工具autoscan
aclocal
autoheader automake autoconf make 等工具.2、测试程序编写: 建立目录:mkdir include src 编写程序
jiagou
·
2011-02-23 17:00
File
make file aotumake 编写
1、准备: 需要工具autoscan
aclocal
autoheader automake autoconf make 等工具.2、测试程序编写: 建立目录:mkdir include src 编写程序
javahigh1
·
2011-02-23 17:00
File
make file aotumake 编写
1、准备: 需要工具autoscan
aclocal
autoheader automake autoconf make 等工具.2、测试程序编写: 建立目录:mkdir include src 编写程序
jiagou
·
2011-02-23 17:00
File
casocklib下载与编译
下载svncheckouthttp://casocklib.googlecode.com/svn/trunk/执行libtoolize,产生ltmain.sh执行
aclocal
,autoconf执行automake-Wno-portability
海屋
·
2011-01-30 13:00
MSYS下automake使用,以及configure.in和Makefile.am的修改
1)运行autoscan命令,产生configure.scan文件; 2)将configure.scan文件重命名为configure.in,并修改configure.in文件; 3)运行
aclocal
海屋
·
2011-01-18 10:00
configure.scan的修改
autoscan以后会生成configure.scan,然而下一级
aclocal
需要的是configure.in因此,mv configure.scan configure.in然后修改:在其中添加如下黑色部分
QIBAOYUAN
·
2011-01-08 15:00
新手学堂:Linux下C语言编程的注意事项
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
arkor
·
2011-01-03 18:02
c
linux
职场
休闲
linux系统
新手学堂:Linux下C语言编程的注意事项
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
arkor
·
2011-01-03 18:02
linux
职场
linux系统
Linux社区
RTEMS 的 AT91SAM9260 移植(3): 时钟驱动
遵循我们上次的步骤,1.将c/src/lib/libbsp/arm/csb337复制为c/src/lib/libbsp/arm/at9260;at9260│
aclocal
.m4│bsp_specs│ChangeLog
coolbacon
·
2010-12-24 22:00
RTEMS 的 AT91SAM9260 移植(3): 时钟驱动
遵循我们上次的步骤,1.将c/src/lib/libbsp/arm/csb337复制为c/src/lib/libbsp/arm/at9260;at9260│
aclocal
.m4│bsp_specs│ChangeLog
coolbacon
·
2010-12-24 22:00
c
timer
vector
System
NetWork
include
fedora 14 下源码安装mysql5.5
安装命令:sudoyuminstallgccgcc-c++*
aclocal
2.安装cmake。
黑桃
·
2010-12-18 17:00
源码
linux
fedora
mysql5.5
使用autotools建立Makefile简单实例解析
autotools工具主要有:
aclocal
、
anzhu_111
·
2010-11-08 22:00
一个 autoconf / automake 例子 --- 静态库、动态库 多源文件
HelloWorld"主要步骤是-准备工程目录结构和程序-autoscan生成configure.scan-编辑修改configure.scan,重命名为configure.ac或configure.in-
aclocal
newman0708
·
2010-11-03 13:00
header
include
library
compiler
makefile
output
Linux下使用automake autoconf autoscan
aclocal
简单介绍
最近又开始玩起了Linux,Linux下的软件也越来越多了,桌面应用能力不必Windows差了,很多很好的软件都在Linux有相应的版本,比如浏览器Chrome,飞信openfeition,播放器VLC,输入法Sunpinyin等等,言归正传,对于Linux下做开发,最棘手的莫过于Makefile文件,一方面Makefile文件对于我们编译文件确实非常方便,但是里面的规则我们看的也非常头大,所以G
lxmky
·
2010-10-28 22:00
linux 的make命令
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acincl
james23dier
·
2010-10-09 18:00
C++
c
linux
cache
C#
在Ubuntu中安装工具Autotools
autotools是个系列工具,首先确认你的系统是否安装了以下工具(可以通过which命令查看):
aclocal
autoscan
cqfly
·
2010-09-12 12:00
ubuntu
Makefile.am, Makefile.in 与 Makefile的关系
:http://blog.mcuol.com/User/wangguangdong/Article/17384_1.htm Makefile.am,Makefile.in,Makefile之间关系以及
aclocal
ixidof
·
2010-08-24 00:00
File
工具
include
library
makefile
output
转Configure,Makefile.am, Makefile.in, Makefile文件之间关系
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acinc
ren911
·
2010-08-21 19:00
autoconf&&automake sample
一般流程为1.运行autoscan进行目录的扫描声称configure.scan.2.修改后缀为configure.in,同时修改部分内容保存3.运行
aclocal
依赖2的文件生成
aclocal
.m44
goodluckyxl
·
2010-08-16 13:00
header
library
compiler
makefile
nested
output
centos服务器配置日记(五)
prefix=/usr/local/gd2--mandir=/usr/share/man--with-png--with-freetype--with-jpeg#make#makeinstall居然出错了
aclocal
熊二傻
·
2010-07-20 20:00
Configure,Makefile.am, Makefile.in, Makefile文件之间关系
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acincl
topasstem8
·
2010-07-20 18:00
File
header
input
compiler
makefile
output
图解autoscan、
aclocal
、autoheader、automake、autoconf、configure、make
原文地址:http://hi.baidu.com/yzkuang/blog/item/557e4f24423d8136c9955908.html 1.autoscan (autoconf): 扫描源代码以搜寻普通的可移植性问题,比如检查编译器,库,头文件等,生成文件configure.scan,它是configure.ac的一个雏形。 your source files
andylin02
·
2010-07-16 10:00
html
cache
Blog
脚本
perl
Configure,Makefile.am, Makefile.in, Makefile文件之间关系
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acincl
merry3688
·
2010-06-02 10:00
File
header
input
compiler
makefile
output
Configure,Makefile.am, Makefile.in, Makefile文件之间关系
yoursourcefiles-->[autoscan*]-->[configure.scan]-->configure.ac2.
aclocal
(automake):根据已经安装的宏,用户定义宏和acinc
jaguar13
·
2010-03-12 18:00
C++
c
cache
C#
脚本
Linux下学C语言开发要学些什么
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
yubowei
·
2010-03-11 21:07
linux
开发
职场
C语言
休闲
Linux下学C语言开发要学些什么
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
yubowei
·
2010-03-11 21:07
linux
开发
职场
C语言
休闲
自动化生成Makefile的方法
install autoconf 用autoscan描源代码目录生成configure.scan文件 修改configure.scan 将configure.scan改名为configure.in 用
aclocal
v5qqbrowser
·
2010-03-09 21:00
makefile
automake编译方式
| |edit VMakefile.am configure.ac --
aclocal
点滴
·
2010-02-23 10:00
Anjuta官方文档 Using Autotools翻译
library.gnome.org/users/anjuta-build-tutorial/2.26/create-autotools.html.en UsingAutotools Autotools主要包括以下几个工具:
aclocal
socol
·
2010-01-21 16:00
C++
c
gcc
C#
F#
tomcat-connectors 异常
/buildconf.sh: line 27:
aclocal
: command not f
xxtianxiaxing
·
2010-01-16 13:00
tomcat
cache
Linux环境下学C语言开发要学些什么
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用
tzsky
·
2009-12-27 21:20
linux
开发
职场
C语言
休闲
Linux环境下学C语言开发要学些什么
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用
tzsky
·
2009-12-27 21:20
linux
开发
职场
C语言
休闲
automake之hello例子[转]
一,主要过程新建三个文件:helloworld.cconfigure.inMakefile.am然后执行:
aclocal
;autoconf;automake--add-missing;.
lgb571
·
2009-08-23 16:00
从源码编译skyeye的mmi_branch
经过一番探索,总结出了以下的经验:1、使用
aclocal
,autoconf,automake生成一些自动生成的文件,目前还只能是在我自己的这个编译平台去运行生成。
michael_kang
·
2009-07-17 12:00
SVN
UP
平台
branch
linux c语言开发学习攻略
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。 3、掌握gcc
yylklshmyt20090217
·
2009-04-28 11:00
数据结构
c
linux
unix
语言
makefile
图解autoscan、
aclocal
、autoheader、automake、autoconf、configure、make
图解autoscan、
aclocal
、autoheader、automake、autoconf、configure、make2008年05月13日星期二16:421.autoscan(autoconf)
cherishzzz
·
2009-04-27 10:49
职场
休闲
Linux操作系统下C语言编程注意事项
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
qingdaoxuelei
·
2009-04-11 17:00
Makefile.am, Makefile.in, Makefile文件之间关系
Makefile.am,Makefile.in,Makefile文件之间关系以及
aclocal
,automake,autoconf等命令作用的探究
aclocal
#产生
aclocal
.m4libtoolize
dawnstar_hoo
·
2009-04-02 09:00
automake 项目管理
autotools工具主要有:
aclocal
、
inter999
·
2008-06-17 14:00
object
项目管理
gcc
header
compiler
makefile
Linux操作系统下C语言编程的注意事项
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文
freedom0203
·
2008-04-30 16:00
Linux下C语言编程的注意事项
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf
litao1102
·
2008-03-27 19:00
linux
编程
语言
c
makefile
数据结构
Linux环境下学C语言开发要学些什么
2、学会makefile文件的编写规则,并结合使用工具
aclocal
、autoconf和automake生成makefile文件。3、掌握gcc和gdb的基本用法。掌握gcc的用法对于
kingwords
·
2008-03-11 14:03
linux
开发
职场
C语言
休闲
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他