Follow-up Comment #2, bug #35557 (project gnustep):

I ended up constructing this patch (below) for library-combo.make. It was
ignoring config.make's OBJC_LIB_FLAG in the apple-apple-apple combo, but in
fact it's necessary to supply a runtime library in that configuration.

Index: library-combo.make
===================================================================
--- library-combo.make  (revision 34801)
+++ library-combo.make  (working copy)
@@ -126,9 +126,7 @@
 ifeq ($(OBJC_RUNTIME_LIB), apple)
   RUNTIME_FLAG = -fnext-runtime
   RUNTIME_DEFINE = -DNeXT_RUNTIME=1
-  ifeq ($(FOUNDATION_LIB), gnu)
-    OBJC_LIBS = $(OBJC_LIB_FLAG)
-  endif
+  OBJC_LIBS = $(OBJC_LIB_FLAG)
 endif
 
 FND_LDFLAGS =


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35557>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to