From: inv Date: Fri, 20 Apr 2012 12:29:04 +0000 (+0000) Subject: SALOME 6.5.0 preparation: fox a bug for 64bit platforms: int64_t is not supported X-Git-Tag: V6_5_0b1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=86897b426d2cc4262fe608d33b9e69598c067305;p=tools%2Finstall.git SALOME 6.5.0 preparation: fox a bug for 64bit platforms: int64_t is not supported --- diff --git a/config_files/scotch.sh b/config_files/scotch.sh index d5d43e6..fdd6d04 100755 --- a/config_files/scotch.sh +++ b/config_files/scotch.sh @@ -74,8 +74,8 @@ cd src if test `uname -m` = "x86_64" ; then # create Makefile for Linux 64bit platforms - sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC -pg \3%g" \ - Make.inc/Makefile.inc.x86-64_pc_linux2 > Make.inc/Makefile.inc.x86-64_pc_linux2.prof + sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC \3%g" \ + Make.inc/Makefile.inc.i686_pc_linux2.prof > Make.inc/Makefile.inc.x86-64_pc_linux2.prof ln -sf Make.inc/Makefile.inc.x86-64_pc_linux2.prof Makefile.inc else ln -sf Make.inc/Makefile.inc.i686_pc_linux2.prof Makefile.inc