On Monday 26 Nov 2001 3:05 pm, Nicola Pero wrote: > Hi, > > which gnustep-make version are you using ? > which gnustep-objc version are you using ? > > > This is because libobjc installs in > > /usr/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu, > > it should always install into > > /usr/GNUstep/System/Libraries/ix86/linux-gnu/ > > whatever gnustep-make you're using ...
I'm using the latest checked out versions of libobjc (via dev-apps/libobjc), and gnustep-make. libobjc/GNUmakefile claims: PACKAGE_NAME = gnustep-objc VERSION=1.1.0 It also talks about: # make sure we don't install in a library-combo dir # (this is only for gnustep-make 1, newer gnustep-makes use # clibrary.make so these settings will be ignored) ifeq ($(GNUSTEP_FLATTENED),) LIBRARY_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT)/$(GNUSTEP_TARGET_DIR) else LIBRARY_INSTALL_DIR = $(GNUSTEP_LIBRARIES_ROOT) endif Later on it forces use of clibrary.make, which it claims overrides LIBRARY_INSTALL_DIR. I haven't checked this thoroughly. Hope this helps, Stephen Brandon _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
