Hi Nguyen,

On Thursday, 2008-09-04 12:17:58 +0900, Nguyen Vu Hung wrote:

> >> unxlngi6 folder is 6GB big and it takes a long time.
> >
> > It should't be that big. All unxlngi* folders together shouldn't be that 
> > big.
> > You really shouldn't try a debug build at first attempt...
> I didn't try to debug.

Well, for DEV300_m29 my */unxlngi6 folders (without solver) total up to
3.7G, that's with --disable-binfilter and several other --disable-...
and --without-..., but with --enable-dbgutil. So 6GB may not be totally
off the road, especially if you included binfilter and built mozilla and
maybe others from source. You may save some diskspace by delivering hard
links to the solver, add option  --dlv_switch -link  to the build
command, which needs using

cd $SRC_ROOT/instsetoo_native
build --all --dlv_switch -link

instead of calling dmake in $SRC_ROOT though. The root makefile.mk is
just a wrapper around that.

> My question, for dmake, is what is equivalent to GNU make clean
> for a *fresh* build?

cd $SRC_ROOT
dmake clean

(surprise ;-)

There's also  dmake distclean  that additionally clears config.cache


> I've specified --with-lang=en vi ja but it turned out that only en_Us
> is built. Why?
> How to enable vi and ja?

Looks like you omitted quotes: --with-lang="en-US vi ja"

Note also that it is not en but en-US, as opposed to en-GB.

  Eike

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 SunSign   0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't send personal mail to the [EMAIL PROTECTED] account, which I use 
for
 mailing lists only and don't read from outside Sun. Use [EMAIL PROTECTED] 
Thanks.

Attachment: pgpfcUpG278r0.pgp
Description: PGP signature

Reply via email to