From 531ffb383045fd7d36855809c37e724e745ea9e9 Mon Sep 17 00:00:00 2001 From: rahuel Date: Wed, 8 Dec 2004 12:22:22 +0000 Subject: [PATCH] CasCatch is no longer used. The previous signal handler in Container_i.cxx was disabled by that handler ===> Control of Execution of the SuperVisionEngine cannot run. Now the signal handler become active again. --- src/Container/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Container/Makefile.in b/src/Container/Makefile.in index 308814390..e29f79edf 100644 --- a/src/Container/Makefile.in +++ b/src/Container/Makefile.in @@ -48,7 +48,7 @@ LIB_SERVER_IDL = SALOME_Registry.idl SALOME_Component.idl # Executables targets BIN = SALOME_Container -BIN_SRC = SALOME_Container_SignalsHandler.cxx +#BIN_SRC = SALOME_Container_SignalsHandler.cxx BIN_SERVER_IDL = SALOME_Component.idl CPPFLAGS+= $(PYTHON_INCLUDES) $(MPI_INCLUDE) $(OCC_INCLUDES) @@ -56,6 +56,7 @@ CXXFLAGS+=$(OCC_CXXFLAGS) LDFLAGS+= -lSalomeNS -lRegistry -lOpUtil -lSalomeNotification -lSALOMELocalTrace -LIBS += @LDEXPDYNFLAGS@ $(PYTHON_LIBS) $(MPI_LIBS) -lCASCatch +#LIBS += @LDEXPDYNFLAGS@ $(PYTHON_LIBS) $(MPI_LIBS) -lCASCatch +LIBS += @LDEXPDYNFLAGS@ $(PYTHON_LIBS) $(MPI_LIBS) @CONCLUDE@ -- 2.39.2