Re: ttf-arphic-newsung not recognized by KDE applications

2006-12-08 文章 Stefan Müller
Hi, I tried installing this font. The log file complained about a missing libgnome2-perl. Do I need this? Installing it would require a lot of other packages too, and I try to keep the number of packages as small as possible, since everything has to fit on a CD rom. Interestingly, java 1.5 works

Re: ttf-arphic-newsung not recognized by KDE applications

2006-12-08 文章 Ming Hua
On Fri, Dec 08, 2006 at 03:23:00PM +0100, Stefan Müller wrote: > Hi, Hi Stefan, > Starting from a Knoppix 5.01 distribution I entered the following in > /etc/apt/sources.list > > deb http://apt.debian.org.tw unstable main > deb-src http://apt.debian.org.tw unstable main > > and did: > > apt-ge

ttf-arphic-newsung not recognized by KDE applications

2006-12-08 文章 Stefan Müller
Hi, Starting from a Knoppix 5.01 distribution I entered the following in /etc/apt/sources.list deb http://apt.debian.org.tw unstable main deb-src http://apt.debian.org.tw unstable main and did: apt-get update apt-get install ttf-arphic-newsung I have now one application + emacs that seem to di

Re: 请教个问题,编译程序的时候,单核或双核CPU的性能差别大吗?

2006-12-08 文章 LI Daobing
make -j2 绝对快 On 12/8/06, jun yu <[EMAIL PROTECTED]> wrote: 不知道应该是单核高频更快呢 还是双核快。 -- LI Daobing

Re: 请教个问题,编译程序的时候,单核或双核CPU的性能差别大吗?

2006-12-08 文章 李凌
在06-12-8,jun yu <[EMAIL PROTECTED]> 写道: 不知道应该是单核高频更快呢 还是双核快。 如果是要跑虚拟机,肯定是用双核比较好。

Re: 请教个问题,编译程序的时候,单核或双核CPU的性能差别大吗?

2006-12-08 文章 Quinn Li
要看编译器有没有针对双核的优化了。如果没有,应该是单核高频更快。 如果同一台机器在编译的同时还进行别的工作,如数据库应用之类的,那双核更有优势了。 On 12/8/06, jun yu <[EMAIL PROTECTED]> wrote: 不知道应该是单核高频更快呢 还是双核快。

请教个问题,编译程序的时候,单核或双核CPU的性能差别大吗?

2006-12-08 文章 jun yu
不知道应该是单核高频更快呢 还是双核快。