由买买提看人间百态

topics

全部话题 - 话题: autotools
1 (共1页)
b******n
发帖数: 592
1
来自主题: Programming版 - eclipse的autotools插件不工作
最近写了一个小程序,想开源。因为用到了另外一个软件包,所以想用autoconf。之前
没有用过这个,make都是自己写,看到eclipse上面有autotools的插件,下载下来。怎么
都搞不定。根本不编译,说没有configure。ac。不是应该插件自己生成么。
b******n
发帖数: 592
2
来自主题: Programming版 - eclipse的autotools插件不工作
看它的网页说只要Convert Project to Autotools Project就可以,我convert之后都
不能
build。默认的应该工具写了,具体的我再添了。结果默认的都不能build。我还是
google了。gnu的manual都比较烂。呵呵
u****a
发帖数: 568
3
you can buy a one man bleeder kit do it yourself
ex: http://www.canadiantire.ca/AST/browse/4/Auto/AutoTools/AutoBrakeTools/PRD~0256224P/One-man%252BBrake%252BBleeder%252BKit/CROSSSELL~0253220%20Powerbuilt%2BVacuum%2BPump%2BSet.jsp
or ask another person to help you to pump brake pedal. Don't let the fluid
level drop below min line
f**********8
发帖数: 6
4
Please send your resume to a***[email protected] if interested.
Position: Software Engineer, Platform
Cyphort develops appliance and cloud based solutions that protect cloud
infrastructure against targeted attacks, corporate espionage and IP theft.
Our innovative approach detects armored malware, performs behavioral
clustering, and correlation algorithms for contextual threat prevention. We
are looking for smart people who collaborate, innovate and make great
security products. Whatever your role, y... 阅读全帖
a*********9
发帖数: 523
5
来自主题: JobHunting版 - 大牛推荐一本GNU Autotools的书吧
RT. 工作里需要用到,之前基本没接触过。AMAZON上的资源好像也很少,不知如何入手
c******n
发帖数: 4965
6
来自主题: JobHunting版 - 大牛推荐一本GNU Autotools的书吧
check online docs, all gnu software have very good docs
but honestly you should stay away from such old tools, if u use java,
should stay with maven.
j********3
发帖数: 27
7
来自主题: JobHunting版 - SDE Opening-- Distributed (Startup in MTV)
Hey guys,
My company is looking for C/C++ developers. It's a big data start up and the
company is located in MTV. Company sponsors H1B/Green card.
Here's the job description:
As a Member of Technical Staff, Core Distributed Systems, you will design
and implement cutting-edge distributed, scale-out data infrastructure
software systems, which is a pillar for the growing cloud infrastructure.
Especially, you will bring Unix systems and server tech kung-fu to the team.
You will be part of a developm... 阅读全帖
f**********8
发帖数: 6
8
Please send your resume to a***[email protected] if interested.
Position: Software Engineer, Platform
Cyphort develops appliance and cloud based solutions that protect cloud
infrastructure against targeted attacks, corporate espionage and IP theft.
Our innovative approach detects armored malware, performs behavioral
clustering, and correlation algorithms for contextual threat prevention. We
are looking for smart people who collaborate, innovate and make great
security products. Whatever your role, y... 阅读全帖
v***n
发帖数: 5085
9
gnu autotools
E*V
发帖数: 17544
10
对。或者不要自己些makefile
要autotools。
r****t
发帖数: 10904
11
,,
I**********e
发帖数: 62
12
来自主题: Linux版 - 大家用什么build tool?
make\autotools
cmake
waf
其他的?
我最近试了试tup,好像不错。不知道有没有其他人用?
r****t
发帖数: 10904
13
来自主题: Linux版 - 大家用什么build tool?
make and autotools
r****t
发帖数: 10904
14
来自主题: Linux版 - 问个自动安装软件的问题
migrate to autotools
F*******i
发帖数: 190
15
来自主题: Linux版 - 哪个build environment?
SSA,
any insights for autotools?
thanks
r****t
发帖数: 10904
16
来自主题: Linux版 - 哪个build environment?
autotools 还好啊,正规点的都得用这个, 要不没法 port
你有啥血泪史说说看?
r****t
发帖数: 10904
17
可能是库/gcc版本问题,用的库版本和 gcc 版本文档里面有说么。
以后要求你的学生用 autotools。
L***n
发帖数: 6727
18
来自主题: Programming版 - eclipse的autotools插件不工作
configure.ac, makefile.ac 要自己写的, 网上找个tutorial看一下即可

怎么
r****t
发帖数: 10904
19
来自主题: Programming版 - eclipse的autotools插件不工作
Makefile 后缀是 .am
L***n
发帖数: 6727
20
来自主题: Programming版 - eclipse的autotools插件不工作
hehe, 写错了, 谢谢改正
b******n
发帖数: 592
21
来自主题: Programming版 - eclipse的autotools插件不工作
就是不想写才用插件的。。。
t****t
发帖数: 6806
22
来自主题: Programming版 - eclipse的autotools插件不工作
你总不能什么都不写叫工具给你猜吧.
d*******r
发帖数: 3299
23
来自主题: Programming版 - makefile 问题请教
我由于害怕写复杂的 makefile,找到过一个叫 scons 的东西。
下面的链接是别人的评论。
http://sourceforge.net/apps/mediawiki/epm/index.php?title=%E4%B
这个说为啥 makefile 难用
http://hi.baidu.com/jzinfo/item/9caf89d4cb27ade6b3f77736
跨平台的编译工具,其中最有名的两个是 cmake 和 scons,cmake 之所以出名估计是
因为 KDE 4 从 autotools 转向用 cmake 来编译。而 scons 则是 lighttpd 原来用的
编译工具,它现在也转向 Python 了。cmake 和 python 大概代表了新一代跨平台编译
工具的两种方向。第一种 (cmake) 是延续并改良传统 automake, autoconf 工具链,
将之合为一体,但最终仍然生成 Makefile, Visual Studio 的 .sln,Xcode 的 .
xcodebuild 文件,依赖现有编译工具 (make, nmake, vcbuild... 阅读全帖
1 (共1页)