hi,

this tcl version is a little stubborn because it tires to run ranlib on a
shared library ( as far as i remember this is done only on static things
but..who am i to argue). anyway, the attached patch fixes tcl and allows
the dam thing to compile for desktop x86. i am sure you will find mystical
ways to include it in other architectures if required.

Enjoy,

Iulian
--- tcl8.6.0/pkgs/tdbc1.0.0/Makefile.in.vanilla	2013-10-23 23:39:18.354936811 +0000
+++ tcl8.6.0/pkgs/tdbc1.0.0/Makefile.in	2013-10-23 23:40:14.663216028 +0000
@@ -268,7 +268,7 @@
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
 	$(ADD_MANIFEST)
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
 	-rm -f $(PKG_STUB_LIB_FILE)
--- tcl8.6.0/pkgs/sqlite3.7.15.1/Makefile.in.vanilla	2013-10-23 23:37:52.834512738 +0000
+++ tcl8.6.0/pkgs/sqlite3.7.15.1/Makefile.in	2013-10-23 23:38:47.574784180 +0000
@@ -260,7 +260,7 @@
 $(PKG_LIB_FILE): $(PKG_OBJECTS)
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
 	-rm -f $(PKG_STUB_LIB_FILE)
--- tcl8.6.0/pkgs/tdbcpostgres1.0.0/Makefile.in.vanilla	2013-10-23 23:42:33.631905137 +0000
+++ tcl8.6.0/pkgs/tdbcpostgres1.0.0/Makefile.in	2013-10-23 23:43:04.920060286 +0000
@@ -265,7 +265,7 @@
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
 	$(ADD_MANIFEST)
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 #========================================================================
 # We need to enumerate the list of .c to .o lines here.
--- tcl8.6.0/pkgs/tdbcmysql1.0.0/Makefile.in.vanilla	2013-10-23 23:40:34.739315580 +0000
+++ tcl8.6.0/pkgs/tdbcmysql1.0.0/Makefile.in	2013-10-23 23:41:08.087480945 +0000
@@ -277,7 +277,7 @@
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
 	$(ADD_MANIFEST)
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 #========================================================================
 # We need to enumerate the list of .c to .o lines here.
--- tcl8.6.0/pkgs/tdbcodbc1.0.0/Makefile.in.vanilla	2013-10-23 23:41:45.607666997 +0000
+++ tcl8.6.0/pkgs/tdbcodbc1.0.0/Makefile.in	2013-10-23 23:42:08.027778173 +0000
@@ -294,7 +294,7 @@
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
 	$(ADD_MANIFEST)
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 #========================================================================
 # We need to enumerate the list of .c to .o lines here.
--- tcl8.6.0/pkgs/thread2.7.0/Makefile.in.vanilla	2013-10-23 23:44:55.708609657 +0000
+++ tcl8.6.0/pkgs/thread2.7.0/Makefile.in	2013-10-23 23:45:18.276721566 +0000
@@ -241,7 +241,7 @@
 $(PKG_LIB_FILE): $(PKG_OBJECTS)
 	-rm -f $(PKG_LIB_FILE)
 	${MAKE_LIB}
-	$(RANLIB) $(PKG_LIB_FILE)
+
 
 $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
 	-rm -f $(PKG_STUB_LIB_FILE)
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to