0.7.8 doesn't compile with GNOME support on Linux (Red Hat Linux pre-6.2), because it doesn't link with gtk. I've attached a patch that fixes it - shouldn't break anything else. LLaP bero -- The first time Microsoft makes something that doesn't suck is when they start making vacuum cleaners.
--- abi-0.7.8/src/config/abi_defs.mk.gtk Wed Feb 2 11:34:40 2000 +++ abi-0.7.8/src/config/abi_defs.mk Wed Feb 2 11:35:29 2000 @@ -353,8 +353,8 @@ ifeq ($(ABI_NATIVE),unix) ifdef ABI_OPT_GNOME -CFLAGS += `$(GNOME_CONFIG) --cflags gnorba gnomeui` -DHAVE_GNOME -EXTRA_LIBS += `$(GNOME_CONFIG) --libs gnorba gnomeui` +CFLAGS += `$(GNOME_CONFIG) --cflags gnorba gnomeui gtk` +-DHAVE_GNOME +EXTRA_LIBS += `$(GNOME_CONFIG) --libs gnorba gnomeui gtk` ABI_GNOME_DIR = gnome ABI_GNOME_PREFIX = Gnome ABI_OPTIONS+=Gnome:On
