I had problems compiling the latest gnome-client, here is what I did to resolve the problems: (make gave errors about dmalloc) change lines 156-157 in Makefile from: gnome-cfclient: $(GNOME_OBJS) $(CC) -o gnome-cfclient $(GNOME_OBJS) $(GNOME_LIBS) $(LDFLAGS) $(LIBS) into: gnome-cfclient: $(GNOME_OBJS) $(CC) -o gnome-cfclient $(GNOME_OBJS) $(GNOME_LIBS) $(LDFLAGS) $(LIBS) $(DMALLOC_LIB) Now the client compiles... Joris Bontje / mids