emacs-pretest-bug
[Top][All Lists]
Advanced

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

defining LD_SWITCH_SYSTEM_TEMACS for Solaris


From: John Paul Wallington
Subject: defining LD_SWITCH_SYSTEM_TEMACS for Solaris
Date: Wed, 10 Mar 2004 04:04:35 +0000

On sparc-sun-solaris2.7 make spews loads of these warnings:

s/sol2-6.h:14: warning: `LD_SWITCH_SYSTEM_TEMACS' redefined
s/sol2-4.h:29: warning: this is the location of the previous
definition

It's easy to avoid the warnings:
--- sol2-6.h.~1.5.~     Sun Mar  7 20:47:22 2004
+++ sol2-6.h    Wed Mar 10 03:30:18 2004
@@ -10,6 +10,7 @@
 /* "Dennis McRitchie" <address@hidden> reported failures
    with GNU ld without this.  */
 
+#undef LD_SWITCH_SYSTEM_TEMACS
 #define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
 
 /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca

But, more importantly, is it okay to disregard the definitions in
s/sol2-4.h ?




reply via email to

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