bug-gnustep
[Top][All Lists]
Advanced

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

[bug #35557] Cannot configure the base extensions for apple-apple-apple


From: Graham Lee
Subject: [bug #35557] Cannot configure the base extensions for apple-apple-apple in 10.7.3
Date: Tue, 21 Feb 2012 10:46:48 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko) Version/5.1.3 Safari/534.53.10

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/




reply via email to

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