[csw-devel] SF.net SVN: gar:[17853] csw/mgar/pkg/tcl85/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 24 15:55:11 CEST 2012


Revision: 17853
          http://gar.svn.sourceforge.net/gar/?rev=17853&view=rev
Author:   dmichelsen
Date:     2012-04-24 13:55:11 +0000 (Tue, 24 Apr 2012)
Log Message:
-----------
tcl85/trunk: Disable DTrace due to problems for now

Modified Paths:
--------------
    csw/mgar/pkg/tcl85/trunk/Makefile

Modified: csw/mgar/pkg/tcl85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcl85/trunk/Makefile	2012-04-24 12:51:13 UTC (rev 17852)
+++ csw/mgar/pkg/tcl85/trunk/Makefile	2012-04-24 13:55:11 UTC (rev 17853)
@@ -72,8 +72,14 @@
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --enable-threads
-CONFIGURE_ARGS += --enable-dtrace
 
+# DTrace support is currently broken, disable for now
+#  Text relocation remains                         referenced
+#      against symbol                  offset      in file
+#  st                                  0x634       tclDTrace.o
+#  ld: fatal: relocations remain against allocatable but non-writable sections
+#CONFIGURE_ARGS += --enable-dtrace
+
 INSTALL_ARGS = install install-private-headers install-tzdata install-msgs
 
 # tk need the static tclstub library for some reason

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