r14741 - gnucash/trunk/packaging/win32 - On win32, LDFLAGS need to contain -no-undefined to get DLLs built.

Christian Stimming cstim at cvs.gnucash.org
Sun Aug 27 15:49:13 EDT 2006


Author: cstim
Date: 2006-08-27 15:49:12 -0400 (Sun, 27 Aug 2006)
New Revision: 14741
Trac: http://svn.gnucash.org/trac/changeset/14741

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
On win32, LDFLAGS need to contain -no-undefined to get DLLs built.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-08-27 12:45:37 UTC (rev 14740)
+++ gnucash/trunk/packaging/win32/install.sh	2006-08-27 19:49:12 UTC (rev 14741)
@@ -603,7 +603,7 @@
 	--enable-debug \
 	CPPFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS}" \
 	CFLAGS="${AUTOTOOLS_CPPFLAGS} ${REGEX_CPPFLAGS}" \
-	LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS}" \
+	LDFLAGS="-no-undefined ${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS}" \
 	PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" \
 	PATH="${PATH}"
 #    make



More information about the gnucash-changes mailing list