现象:运行gcc静态编译程序时报错:/usr/bin/ld: cannot find -lccollect2: ld returned 1 exit statusmake: *** [gcc_dry2] Error 1(或者调用Makefile编译时报错)原因:程序链接须要静态库,系统没有安装静态库...
分类:
其他好文 时间:
2015-04-01 13:10:58
阅读次数:
124
今天用tar解压缩失败了,信息如下: tar (child): lbzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not reco...
分类:
其他好文 时间:
2015-03-31 13:09:34
阅读次数:
175
1、问题描述安装openssh-server时,检测到系统中安装有vsftpd,两者不兼容,需要将vsftpd卸载。在卸载时出现Sub-process /usr/bin/dpkg returned an error code (1)2、解决方案由于之前在安装 vsftpd 时,新建了一个临时的 ft...
分类:
其他好文 时间:
2015-03-17 19:43:14
阅读次数:
117
之前装的eclipse是32位中文版的,但是功能不太全,所以今天到官网下载了eclipse ide for java EE developer 64位版本,结果出现了下面的提示:后来找到了下面这一篇博客:http://blog.sina.com.cn/s/blog_970b728a0101bm6x....
分类:
编程语言 时间:
2015-03-17 00:40:33
阅读次数:
213
http://zhidao.baidu.com/question/1367307106041927459.htmlhttp://zhidao.baidu.com/question/570567914.html机器重启后,启动不了eclipse。搜了RC13出错就是JDK 32位跟ECLIPSE 64...
分类:
编程语言 时间:
2015-03-11 12:11:32
阅读次数:
164
Python中的getattr()函数详解: getattr(object, name[, default]) -> value Get a named attribute from an object; getattr(x, ‘y‘) is equivalent to x.y.? When a default argument is given, it is returned...
分类:
编程语言 时间:
2015-03-10 12:20:32
阅读次数:
1027
近日,在项目的一个类中如果碰上想要将子类强制转换成父类,然后再调用其父类版本的virtual虚函数。就会出现gcc编译错误提示:error: ld returned 1 exit statusgcc提示原因:在link过程中,发现了无法找到的reference symbol, 该reference ...
分类:
编程语言 时间:
2015-03-06 16:30:24
阅读次数:
183
The dialog result of a form is the value that is returned from the form when it is displayed as a modal dialog box.If the form is displayed as a dialo...
分类:
其他好文 时间:
2015-02-27 16:56:01
阅读次数:
160
安装GD库的时候ibz.a: could not read symbols: Bad valuecollect2: ld returned 1 exit statusmake[2]: *** [libgd.la] Error 1make[2]: Leaving directory `/lamp/gd...
分类:
其他好文 时间:
2015-02-19 21:53:23
阅读次数:
171
微信公众平台,使用Ruby On Rails + Win7 在取得OpenID时,如果简单的使用http.get方法,会出现如下SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate ver....
分类:
微信 时间:
2015-02-12 17:50:14
阅读次数:
584