Here's a better description.  Does parallel make work for mozilla on Linux?

I used the configurator script tool at
http://webtools.mozilla.org/build/config.cgi, and added the following to
~/.mozconfig:
mk_add_options MOZ_MAKE_FLAGS=-j4
ac_add_options --disable-debug
ac_add_options --enable-idltool
ac_add_options --disable-dtd-debug

Here is the compilation error:

cd config; /usr/bin/gmake export
gmake[3]: Entering directory '~/mozilla/nsprpub/config'
gcc -o
Linux2.2.14_x86_PTH_OPT.OBJ/now.o -c  -O2 -fPIC -ansi -Wall -pipe -DLINUX -D
linux -Di386 -D_POSIX_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DHAVE_STRERROR -D
FORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -DXP_UNIX -UDEBUG -DNDE
BUG -D_REENTRANT   now.c
mkdir: cannot create directory `Linux2.2.14_x86_PTH_OPT.OBJ': File exists
gmake[3]: *** [Linux2.2.14_x86_PTH_OPT.OBJ/nsinstall.o] Error 255
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `~/mozilla/nsprpub/config'

"Jon Leven" <[EMAIL PROTECTED]> wrote in message
97vl0g$[EMAIL PROTECTED]">news:97vl0g$[EMAIL PROTECTED]...
> hi,
> Are there any special switches I need to pass to configure to allow for
> parallel make?  I am compiling on Linux, using make -j 4, and I
consistently
> get errors... here's an example.
>
> /bin/sh: Linux2.2.14_x86_PTH_DBG.OBJ/_pl_bld.h: No such file or directory
> gmake[4]: *** [Linux2.2.14_x86_PTH_DBG.OBJ/_pl_bld.h] Error 1
> gmake[4]: *** Waiting for unfinished jobs....
>
> thanks!
> -jl
>
>



Reply via email to