r14859 - gnucash/trunk/packaging/win32 - Forgot one step necessary for guile and cross-compiling.

Christian Stimming cstim at cvs.gnucash.org
Mon Sep 18 12:16:24 EDT 2006


Author: cstim
Date: 2006-09-18 12:16:23 -0400 (Mon, 18 Sep 2006)
New Revision: 14859
Trac: http://svn.gnucash.org/trac/changeset/14859

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Forgot one step necessary for guile and cross-compiling.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-18 16:11:18 UTC (rev 14858)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-18 16:16:23 UTC (rev 14859)
@@ -326,7 +326,14 @@
 (define software-type (lambda () '"'"'ms-dos))' guile.init.bak > guile.init
 	qpopd
     fi
-    if test x$cross_compile != xyes ; then
+    if test x$cross_compile = xyes ; then
+	qpushd $GUILE_DIR/bin
+	# The cross-compiling guile expects these program names
+	# for the build-time guile
+	ln -sf /usr/bin/guile-config mingw32-guile-config
+	ln -sf /usr/bin/guile mingw32-build-guile
+	qpopd
+    else
 	add_to_env "-I $_GUILE_UDIR/share/aclocal" ACLOCAL_FLAGS
     fi
     guile -c '(use-modules (srfi srfi-39))' &&



More information about the gnucash-changes mailing list