+++ /dev/null
-#!/bin/bash -noprofile
-
-####################################################################################
-# File : gcc-3.2.sh
-# Created : Thu Dec 18 12:01:00 2002
-# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
-# Project : SALOME
-# Module : Installation Wizard
-# Copyright : 2002-2007 CEA
-#
-# This script is the part of the SALOME installation procedure.
-#
-####################################################################################
-
-export GCC_VERSION="3.2"
-./gcc-common.sh $*
+++ /dev/null
-#!/bin/bash -noprofile
-
-####################################################################################
-# File : gcc-3.3.5.sh
-# Created : Thu Dec 18 12:01:00 2002
-# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
-# Project : SALOME
-# Module : Installation Wizard
-# Copyright : 2002-2007 CEA
-#
-# This script is the part of the SALOME installation procedure.
-#
-####################################################################################
-
-export GCC_VERSION="3.3.5"
-./gcc-common.sh $*
+++ /dev/null
-#!/bin/bash -noprofile
-
-####################################################################################
-# File : gcc-3.4.sh
-# Created : Thu Dec 18 12:01:00 2002
-# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
-# Project : SALOME
-# Module : Installation Wizard
-# Copyright : 2002-2007 CEA
-#
-# This script is the part of the SALOME installation procedure.
-#
-####################################################################################
-
-export GCC_VERSION="3.4.1"
-./gcc-common.sh $*
+++ /dev/null
-#!/bin/bash -noprofile
-
-####################################################################################
-# File : gcc-4.0.0.sh
-# Created : Thu Dec 18 12:01:00 2002
-# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
-# Project : SALOME
-# Module : Installation Wizard
-# Copyright : 2002-2007 CEA
-#
-# This script is the part of the SALOME installation procedure.
-#
-####################################################################################
-
-export GCC_VERSION="4.0.0"
-./gcc-common.sh $*
+++ /dev/null
-#!/bin/bash -noprofile
-
-####################################################################################
-# File : gcc-4.0.1.sh
-# Created : Thu Dec 18 12:01:00 2002
-# Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
-# Project : SALOME
-# Module : Installation Wizard
-# Copyright : 2002-2007 CEA
-#
-# This script is the part of the SALOME installation procedure.
-#
-####################################################################################
-
-export GCC_VERSION="4.0.1"
-./gcc-common.sh $*