[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [6238] Avoid virtual-memory exhaustion building wxPdfDoc u
From: |
Greg Chicares |
Subject: |
[lmi-commits] [6238] Avoid virtual-memory exhaustion building wxPdfDoc under 32-bit msw |
Date: |
Mon, 10 Aug 2015 16:08:34 +0000 |
Revision: 6238
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6238
Author: chicares
Date: 2015-08-10 16:08:33 +0000 (Mon, 10 Aug 2015)
Log Message:
-----------
Avoid virtual-memory exhaustion building wxPdfDoc under 32-bit msw
Modified Paths:
--------------
lmi/trunk/install_msw.sh
Modified: lmi/trunk/install_msw.sh
===================================================================
--- lmi/trunk/install_msw.sh 2015-08-07 00:37:15 UTC (rev 6237)
+++ lmi/trunk/install_msw.sh 2015-08-10 16:08:33 UTC (rev 6238)
@@ -134,8 +134,11 @@
make $coefficiency -f install_libxml2_libxslt.make
make $coefficiency -f install_wx.make
-make $coefficiency -f install_wxpdfdoc.make
+# Avoid msw virtual-memory exhaustion--see:
+# http://lists.nongnu.org/archive/html/lmi/2015-08/msg00020.html
+make ggc_flags= -f install_wxpdfdoc.make
+
find /cache_for_lmi/downloads -type f | xargs md5sum
export PATH=/opt/lmi/local/bin:/opt/lmi/local/lib:$PATH
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [6238] Avoid virtual-memory exhaustion building wxPdfDoc under 32-bit msw,
Greg Chicares <=