From df789f2114d5719901e3ee53c2a9cd1933f6589f Mon Sep 17 00:00:00 2001 From: maintenance team Date: Wed, 3 Dec 2008 12:13:44 +0000 Subject: [PATCH] Fix linkage problem: add missing -l option --- src/FILTER/Makefile.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/FILTER/Makefile.in b/src/FILTER/Makefile.in index b0c8f21..d13c6b2 100644 --- a/src/FILTER/Makefile.in +++ b/src/FILTER/Makefile.in @@ -61,11 +61,15 @@ CPPFLAGS += $(OCC_INCLUDES) $(MED2_INCLUDES) $(HDF5_INCLUDES) ${KERNEL_CXXFLAGS CXXFLAGS += $(OCC_CXXFLAGS) ${KERNEL_CXXFLAGS} LDFLAGS += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ - -lSalomeContainer -lSalomeHDFPersist -lSalomeDS -lSalomeNS -lRegistry -lOpUtil \ - ${MED_LDFLAGS} -lMEDMEMImpl -lmedmem -lmed_V2_1 + -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS \ + -lRegistry -lOpUtil -lDF -lSalomeGenericObj -lSalomeLifeCycleCORBA -lSALOMEBasics -lSalomeCommunication \ + -lResourcesManager -lSalomeResourcesManager -lSALOMELocalTrace -lSalomeNotification \ + ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase LDFLAGSFORBIN += $(OCC_LIBS) $(HDF5_LIBS) ${KERNEL_LDFLAGS} \ - -lSalomeContainer -lSalomeHDFPersist -lSalomeDS -lSalomeNS -lRegistry -lOpUtil \ - ${MED_LDFLAGS} -lMEDMEMImpl -lmedmem -lmed_V2_1 + -lSalomeIDLKernel -lSalomeContainer -lSalomeHDFPersist -lSalomeDSImpl -lSalomeDS -lSalomeNS \ + -lRegistry -lOpUtil -lDF -lSalomeGenericObj -lSalomeLifeCycleCORBA -lSALOMEBasics -lSalomeCommunication \ + -lResourcesManager -lSalomeResourcesManager -lSALOMELocalTrace -lSalomeNotification \ + ${MED_LDFLAGS} -lSalomeIDLMED -lMEDMEMImpl -lmedmem -lmed_V2_1 -lMEDWrapperBase @CONCLUDE@ -- 2.39.2