码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
lamp环境编译错误
GD 编译出错解决方法 编译最新的2.0.35版本,用默认的 ./configure编译 当make的时候,出现以下错误 configure.ac:64: error: possibly undefined macro: AM_ICONV If this token and...
分类:其他好文   时间:2015-09-05 19:18:04    阅读次数:155
4.7.5 Efficient Construction of LALR Parsing Tables
4.7.5 Efficient Construction of LALR Parsing TablesThere are several modifications we can make to Algorithm 4.59 to avoid constructing the full collec...
分类:其他好文   时间:2015-09-05 15:01:59    阅读次数:184
make
configure 配置Makefile中的参数,比如编译器,库路径…………make 它从Makefile中读取指令,编译源码make install 编译后的处理,比如把文件移动到指定目录函数库(Library)在Linux里面,有2种基本的库的形式:Static: 静态的库,一般称为archiv...
分类:其他好文   时间:2015-09-05 12:30:24    阅读次数:151
Make a Strong Business Case
?Make a Strong Business CaseYi ZhouAS A SoFTWARE ARCHiTECT, have you had a hard time getting your archi- tecture project well funded? The benefits of software architecture are obvious for architects, b...
分类:其他好文   时间:2015-09-05 09:54:33    阅读次数:220
std::map
map m_mapTest; m_mapTest.insert(make_pair(1,"kong")); m_mapTest.insert(make_pair(2,"yang")); m_mapTest.insert(make_pair(1,"hello1")); m_mapTest.inser....
分类:其他好文   时间:2015-09-05 09:52:55    阅读次数:144
High accuracy voltage regulator
High accuracy voltage regulatorGood morning everybody,I want to make a accurate voltage regulator based on the Basic Stamp.Total range 0-10 V and a re...
分类:其他好文   时间:2015-09-04 17:04:19    阅读次数:185
php-5.6.3编译时出错解决方法
[root@lrj-centos6php-5.6.3]#make/bin/sh/usr/local/src/php-5.6.3/libtool--silent--preserve-dup-deps--mode=compilecc-I/usr/local/src/php-5.6.3/ext/gd/libgd-DHAVE_LIBPNG-DHAVE_LIBVPX-DHAVE_LIBJPEG-DHAVE_XPM-DHAVE_LIBFREETYPE-DENABLE_GD_TTF-Iext/gd/-I/usr/local..
分类:Web程序   时间:2015-09-04 12:45:33    阅读次数:589
centos6安装bt工具transmission
centos6installtransmission1. 安装所需的组件:yum -y install gcc gcc-c++ m4 make automake libtool gettextopenssl-devel pkgconfig perl-libwww-perl perl-XML-Pars...
分类:其他好文   时间:2015-09-04 12:22:14    阅读次数:310
MinGW and Cygwin – An Introduction and Differences
If you are using Linux and your are a big fan of shell and its other utilities like grep, ls, make and its compilers gcc and g++, and if you want thes...
分类:Windows程序   时间:2015-09-04 07:16:38    阅读次数:321
Effective Java 英文 第二版 读书笔记 Item 3:Enforce the singleton property with a private constructor or an enum type.
Making a class a singleton can make it difficult to test clients.package singletonProperty;//ingleton with public final field public class ElvisField ...
分类:编程语言   时间:2015-09-04 07:14:41    阅读次数:146
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!