]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
SALOME 6.5.0 preparation: fox a bug for 64bit platforms: int64_t is not supported
authorinv <inv@opencascade.com>
Fri, 20 Apr 2012 12:29:04 +0000 (12:29 +0000)
committerinv <inv@opencascade.com>
Fri, 20 Apr 2012 12:29:04 +0000 (12:29 +0000)
config_files/scotch.sh

index d5d43e6e61c38ab62e57bfbbde0071dbcb3f5d8b..fdd6d04b44109964c83db1e87df35ff81e140a8f 100755 (executable)
@@ -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