ChinaUnix.net
相关文章推荐:

g gstabs

:o :o 我用solaris8安装mysql可是系统提示 libncurses.so.5 找不到 我安装了gcc3.x.x. 在sunfreeware.com上下载的 c++的lib在哪里呢

by 风长风 - Solaris - 2003-06-16 10:32:55 阅读(704) 回复(1)

相关讨论

写了段代码,专门crash C++编译器的:mrgreen: ,已经成功Crash了g++ [code] int foo() { return 0; } extern "C" int _Z3foov() { return 0; } int main (int c,char ** argv) { return 0; } [/code] 编译器的输出 [code] reiase@localhost ~ $ g++ -c a.cpp /tmp/cc8pHUXO.s: Assembler messages: /tmp/cc8pHUXO.s:21: Error: symbol `_Z3foov' is already defined [/code]

by reiase - C/C++ - 2008-02-26 11:36:01 阅读(1860) 回复(6)

sed 's/\// /g这是什么意思

by dingjsblog - Shell - 2007-06-11 17:54:32 阅读(1116) 回复(3)

svmon -g size inuse free pin virtual memory 4194304 3846572 347732 990335 2820704 pg space 1572864 48691 work pers clnt lpage pin 990335 0 0 0 in use 2803347 0 1043225 0 看了MAN对clnt还是不大了解,哪位兄弟帮详细解释一下。

by 舒风星 - AIX - 2007-02-24 20:25:03 阅读(2343) 回复(5)

[root@dbserver etc]# named -g May 11 13:58:37.232 starting BIND 9.2.4 -g May 11 13:58:37.233 using 1 CPU May 11 13:58:37.319 loading configuration from '/etc/named.conf' May 11 13:58:37.332 no IPv6 interfaces found May 11 13:58:37.405 listening on IPv4 interface lo, 127.0.0.1#53 May 11 13:58:37.406 binding TCP socket: address in use May 11 13:58:37.448 listening on IPv4 interface eth0, 10.4.9.38#5...

by liudan - 服务器架设 - 2006-05-11 15:45:36 阅读(1444) 回复(2)