[csw-devel] SF.net SVN: gar:[20146] csw/mgar/pkg/guile/branches/2.0.7/Makefile

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Wed Jan 16 11:40:46 CET 2013


Revision: 20146
          http://gar.svn.sourceforge.net/gar/?rev=20146&view=rev
Author:   pfelecan
Date:     2013-01-16 10:40:45 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
guile/branches/2.0.7: configure without threading to avoid missing
symbols in libgc

Modified Paths:
--------------
    csw/mgar/pkg/guile/branches/2.0.7/Makefile

Modified: csw/mgar/pkg/guile/branches/2.0.7/Makefile
===================================================================
--- csw/mgar/pkg/guile/branches/2.0.7/Makefile	2013-01-15 15:39:19 UTC (rev 20145)
+++ csw/mgar/pkg/guile/branches/2.0.7/Makefile	2013-01-16 10:40:45 UTC (rev 20146)
@@ -23,6 +23,13 @@
 
 CONFIGURE_ARGS	=	$(DIRPATHS)
 CONFIGURE_ARGS	+=	--disable-silent-rules
+# this is necessary because libgc is not correctly built: at least the
+# following symbols are not defined:
+#    GC_unregister_my_thread
+#    GC_register_my_thread
+#    GC_pthread_create
+#    GC_pthread_detach
+CONFIGURE_ARGS	+=	--without-threads
 #GARFLAVOR	=	DBG
 
 # runtime dependencies as explicited in the project's README file:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list