Re: [Ubuntu-zh] 非管理员make install

2011-07-14 Thread Weida Zhang
一种方法是 configure 的时候指定 --prefix=/home/YOURNAME/SOMEPLACE On Fri, Jul 15, 2011 at 2:16 PM, alswl wrote: > 在一台服务器上安装lrzsz,但是没有管理员权限,make install时候就无法写入到/usr/local/lib等目录 > > 请问有办法在非管理员权限下面安装软件么? > > -- > - > alswl > Blog: http://dddspace.com > Mail: alswlx[a]

Re: [Ubuntu-zh] 懂GCC的老师们,求求您们了,一个鬼问题,这倒底是什么原因,先谢谢了!!

2011-07-12 Thread Weida Zhang
试一下改成以下? static inline void atomic_incl(volatile int *indx) { asm volatile("lock;" "incl %0" : "+m" (*indx)); /* 加个星号 */ } 2011/7/12 Peng潇湘竹影 > static inline void atomic_incl(volatile int *indx) > { > asm volatile("lock;" "incl %0" > : "+m" (indx)); > } > --

Re: [Ubuntu-zh] Ubuntu下的密码保管程序

2011-05-27 Thread Weida Zhang
seahorse 2011/5/27 Xhacker Liu > KeePassX > > 在 2011年5月27日 下午4:25,芝麻花 <9451...@qq.com>写道: > > > 请教,Ubuntu下用什么软件保存一堆的密码比较好? > > > > -- > > ubuntu-zh mailing list > > ubuntu-zh@lists.ubuntu.com > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh > > > > > > -- > 柳东原 / LIU Dongyuan > hcc.im/x /

Re: [Ubuntu-zh] 如何使用cscope?

2011-03-30 Thread Weida Zhang
看看man cscope就好了, 例如可以:cscope -l -0 main > 大家好,我有一个问题请教一下大家。 > > 如何在命令行条件下使用cscope?我google了半天,都是教我如何在vim/emacs中使用cscope的,但我想在命令行中使用,我直接在命令行中输入cscope,打开的是这样的交互界面: > [image: Selection_015.png] > > 但我也不想要这样的交互界面,因此我是要在脚本中调用它的。 > 请问有朋友知道如何直接在输入cscope中就得到上述交互界面的返回结果吗?? > > 谢谢! > 吴亮 > -- 下一部