How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:
系统相关 时间:
2014-06-07 01:23:47
阅读次数:
317
一:在软件中心输入codeblocks,然后点击安装,等着装完就行了。
再按ctrl+alt+t 打开终端 输入 sudo apt-get install gcc
而后再输入sudo apt-get install g++
最后打开codeblocks写个 helloworld 试试吧。
二:helloworld小程序写完后,也编译通过了...
分类:
系统相关 时间:
2014-06-05 07:37:11
阅读次数:
391
Arm 2009q1-203下载---arm-none-linux-gnueabi-gcc-4.3.3交叉编译链下载...
分类:
系统相关 时间:
2014-06-05 07:14:09
阅读次数:
1592
使用的是Philip Hazel的Perl-Compatible Regular
Expression库,参考:http://see.xidian.edu.cn/cpp/html/1428.html执行匹配的时:gcc
myreg.cip.pat 内容:ip.*[0-9]+\.[0-9]+\.[0-...
分类:
其他好文 时间:
2014-06-03 14:07:42
阅读次数:
473
0、libxml2的安装libxml是一个用来解析XML文档的函数库。a)检查可用软件包终端输入命令:zypperselibxml2出现Abort,retry,ignore?[a/r/i/?](a):输入i,选择忽视即可b)安装libxml2
终端输入命令:zypperinstalllibxml2出...
分类:
其他好文 时间:
2014-06-03 13:52:44
阅读次数:
586
详细请参考这篇博文http://blog.csdn.net/dbzhang800/article/details/7540905运行字符编码就是指,当你源代码写下const
char* p = "我";的时候(不管源文件保存为什么编码格式,但标准规定源文件带bom utf8),编到二进制模块内的常量...
分类:
编程语言 时间:
2014-05-31 12:57:00
阅读次数:
367
run: /usr/lib/libstdc++.so.6: version
`GLIBCXX_3.4.15"" not found
解决错误 呈现该错误的原因是当前的GCC版本中,没有GLIBCXX_3.4.15,须要安装更高版本。 我们可以输入:strings
/usr/lib/libstdc+....
分类:
其他好文 时间:
2014-05-31 12:51:48
阅读次数:
348
from:http://www.oschina.net/news/51084/gcc-4-9-0GCC
4.9.0 公布,此版本号是个主要版本号更新,包含了 GCC 4.8.x 系列和之前的 GCC
版本号都没有的新特性,新特性很之多。下载地址:http://gcc.gnu.org/mirrors....
分类:
编程语言 时间:
2014-05-31 05:14:06
阅读次数:
555
环境:1、Mac OS X 10.9.22、xcode 5.1.13、gcc
4.84、redsn0w 0.9.15b3前提:1、获取 iOS 4.3.3 的kernelcache,并解密操作步骤:1、修改
datautils0/sandbox.S 的19行,将“movs r2, #19”改为“mo...
分类:
移动开发 时间:
2014-05-31 01:29:56
阅读次数:
290
解决办法:vi
/xx/database/install/oraparam.ini找到【Certified
Versions】Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可。如图:
分类:
数据库 时间:
2014-05-30 14:16:05
阅读次数:
320