]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Update for Scientific 5.1 64 bit
authormaintenance team <salome-mnt@opencascade.com>
Mon, 26 May 2008 07:47:16 +0000 (07:47 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Mon, 26 May 2008 07:47:16 +0000 (07:47 +0000)
config_files/tcltk-8.4.5.sh

index 52f2d47a3dd2b92e2dbc6dd165a28934d232371e..890bf428f57bc5ddedf8e250a398b414a6ef294e 100755 (executable)
@@ -108,9 +108,18 @@ export CFLAGS=-m64
 fi
 
 makedir ${PRODUCT_DIR}
+
 check_jb tar xfz ${SOURCE_DIR}/tcl8.4.5.tar.gz -C ${INSTALL_WORK}
 cd ${INSTALL_WORK}/tcl8.4.5/unix
+
+#INV - bug in a tclx configure 
+#INV - bug in a tclx configure 
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
 cat >> ${PRODUCT_DIR}/CONFIGURE.LOG <<EOF
+
 -------------------
 Configuring tcl...
 -------------------
@@ -138,6 +147,12 @@ check_job ${PRODUCT_DIR}/MAKEINSTALL.LOG make install
 
 check_jb tar xfz ${SOURCE_DIR}/tk8.4.5.tar.gz -C ${INSTALL_WORK}
 cd ${INSTALL_WORK}/tk8.4.5/unix
+
+#INV - bug in a tclx configure 
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
 cat >> ${PRODUCT_DIR}/CONFIGURE.LOG <<EOF
 -------------------
 Configuring tk...
@@ -176,6 +191,11 @@ mv tkxConfig.sh.in tkxConfig.sh.in.orig
 sed -e 's/@DEFS@/ -DSTDC_HEADERS=1 -DNDEBUG=1 -DRETSIGTYPE=void /g' tkxConfig.sh.in.orig > tkxConfig.sh.in
 
 cd ${INSTALL_WORK}/tclx8.3.5/unix
+#INV - bug in a tclx configure 
+chmod +w ./configure
+cp configure configure.orig && sed "s/relid'/relid/" configure.orig > configure
+chmod -w ./configure
+
 #VRV - bug in a tclx configure 
 chmod +w ./configure
 echo -e '/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1\ns/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 1/test "$no_create" = yes || ${CONFIG_SHELL-\/bin\/sh} $CONFIG_STATUS || exit 0\nwq' | ed - configure