On Monday 14 January 2013 23:35:36 Lindsay Mathieson wrote: > On Mon, 14 Jan 2013 01:54:35 PM Osztrogonac Csaba wrote: > > You need a 64 bit machine with 64 bit system and a 32 bit chroot with > > a 64 bit statically linked linker to solve this problem. And at least > > 8-10 Gb memory. (Or wait, wait and wait for swapping.) > > I'm trying: > > Tools/Scripts/build-webkit --qt --debug --no-webkit2 --qmakearg="CONFIG += > force_static_libs_as_shared"
Try this: --qmakearg="QMAKE_LFLAGS+=-Wl,--no-keep-memory" Also very helpful: --no-svg --no-svg-fonts Especially the latter drastically reduces the required memory during linking in my experience. Cheers -- Milian Wolff | [email protected] | Software Engineer KDAB (Deutschland) GmbH&Co KG, a KDAB Group company Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-independent software solutions
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
