--- Ice-1.0.0/config/Make.rules.orig Thu Feb 20 10:00:25 2003 +++ Ice-1.0.0/config/Make.rules Fri Feb 21 21:38:57 2003 @@ -114,16 +114,16 @@ DB_FLAGS = -I$(DB_HOME)/include DB_LIBS = -L$(DB_HOME)/lib -ldb else - DB_FLAGS = - DB_LIBS = -ldb + DB_FLAGS = -I/usr/local/include/db4 + DB_LIBS = -ldb4 endif ifneq ($(XERCESC_HOME),) XERCESC_FLAGS = -I$(XERCESC_HOME)/include - XERCESC_LIBS = -L$(XERCESC_HOME)/lib -lxerces-c + XERCESC_LIBS = -L$(XERCESC_HOME)/lib -lxerces-c else XERCESC_FLAGS = - XERCESC_LIBS = -lxerces-c + XERCESC_LIBS = -lxerces-c -liconv endif CXX = c++ @@ -134,17 +134,17 @@ CXXFLAGS := -g $(CXXFLAGS) endif -CPPFLAGS = -I$(includedir) $(STLPORT_FLAGS) +CPPFLAGS = -I$(includedir) -I/usr/local/include $(STLPORT_FLAGS) ICECPPFLAGS = -I$(slicedir) SLICE2CPPFLAGS = $(ICECPPFLAGS) -LDFLAGS = -L$(libdir) +LDFLAGS = -L$(libdir) -L/usr/local/lib SHLIB_LDFLAGS = -shared -Xlinker -soname -Xlinker $(@F) LIBEXT = so -BASELIBS = -lIceUtil -lpthread -luuid $(STLPORT_LIBS) -LIBS = -lIce -ldl -lbz2 $(BASELIBS) +BASELIBS = -lIceUtil -pthread -luuid $(STLPORT_LIBS) +LIBS = -lIce -lbz2 $(BASELIBS) SLICE2CPP = $(bindir)/slice2cpp SLICE2XSD = $(bindir)/slice2xsd