On 2005-09-18 12:47:55 -0600 Vikram Vyas <[EMAIL PROTECTED]> wrote:

Hi,
I can install the make and base using gnustep-startup but gui fails to be installed.
I am including the log file.

Can you see if this patch fixes this. Just put it in the sources directory under gnustep-startup and re-run InstallGNUstep (but make sure you either remove the previous installation or say yes when you are asked if you want to upgrade).

<make-ldflags.patch>
Index: target.make
===================================================================
RCS file: /cvsroot/gnustep/gnustep/core/make/target.make,v
retrieving revision 1.170
diff -u -r1.170 target.make
--- target.make	13 Jul 2005 14:56:18 -0000	1.170
+++ target.make	16 Sep 2005 16:52:04 -0000
@@ -301,7 +301,7 @@
 
 INTERNAL_LDFLAGS += -flat_namespace -undefined warning
 
-SHARED_LD_PREFLAGS += -Wl,-noall_load -read_only_relocs warning
+SHARED_LD_PREFLAGS += -Wl,-noall_load -read_only_relocs warning $(RUNTIME_FLAG)
 # Useful flag: -Wl,-single_module.  This flag only
 # works starting with 10.3. libs w/ffcall don't link on darwin/ix86 without it.
 ifeq ($(findstring darwin7, $(GNUSTEP_TARGET_OS)), darwin7)
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to