From: Kristian K. <kri...@gm...> - 2007-03-12 16:28:48
|
On 3/12/07, Sebastian Auriol <sp...@sy...> wrote: > > Perhaps it got confused about which version of zaptel to use: > > [seb@IVRA1 astlinux-0.4]$ ls build_i586/zaptel* -l -d > lrwxrwxrwx 1 seb asterisk 48 Jan 18 18:02 build_i586/zaptel -> > /home/seb/astlinux-0.4/build_i586/zaptel-1.2.9.1 > drwxr-xr-x 9 seb asterisk 4096 Mar 9 19:42 build_i586/zaptel-1.2.15 > drwxr-xr-x 8 seb asterisk 8192 Mar 9 19:41 build_i586/zaptel-1.2.9.1 > [seb@IVRA1 astlinux-0.4]$ > > I did a make clean before a svn update, but not a make distclean (to save > time - I thought I could get away with not rebuilding the toolchain)... > > Also, with a single processor machine, are there benefits to running two > simultaneous jobs? > > Kind regards, > > Sebastian > Sebastian, That is possible. Manually remove your zaptel directories and try again. The rule of thumb for parallel compiles is to use N CPUs + 1. So on a uni machine you would use -j2. That is why it is the default. :) I have a few eight way machines that I run anywhere from -j10 to -j12 on. -- Kristian Kielhofner |