discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep on OpenBSD 3.3?


From: Adam Fedor
Subject: Re: GNUstep on OpenBSD 3.3?
Date: Sun, 18 May 2003 22:05:22 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905



Zachary Hamm wrote:
gmake[2]: *** No rule to make target 
`Additions/static_obj/ix86/openbsd3.3/gnu-gnu-gnu/subproject.o', needed by 
`static_obj/ix86/openbsd3.3/gnu-gnu-gnu/libgnustep-base_s.a'.  Stop.
gmake[1]: *** [libgnustep-base.all.library.variables] Error 2
gmake[1]: Leaving directory `/home/zsh/download/GNUstep/core/base/Source'
gmake: *** [internal-all] Error 2

I tried it on the stable release of base and got the same error. I've
got System/Makefiles/GNUstep.sh sourced and the environment looks
good. What gives? I'd be willing to hack up the makefiles for OpenBSD
if I had some pointers on where to begin...

OpenBSD doesn't have an OBJ_MERGE_CMD defined in make/target.make. Try adding this the the OpenBSD section and see if it works:

OBJ_MERGE_CMD           = \
        $(CC) -nostdlib -r -o $(GNUSTEP_OBJ_DIR)/$(SUBPROJECT_PRODUCT) $^ ;


Perhaps you could also try enabling SHARED_LIBS?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]