>>>> "Robert" == Robert Pluim
<rpluim(a)bigfoot.com> writes:
Robert> Martin Buchholz writes:
> Robert, thanks for the contribution.
>
> Being an incorrigible fiddler, I modified your patch as below:
Robert> I agree with the reformatting, however:
> +- building gcc with the --with-gnu-ld=no configure flag
Robert> This did not make a difference for me. This is one of those options
Robert> that doesn't seem to have a negative, since my with-gnu-ld=no gcc uses
Robert> the first ld it finds, and it tends to find the gnu one in my
Robert> installation. (Hmm, I'm sure that's against the GNU configure
Robert> standards, but I don't have time to check at the moment).
configure --help says:
--enable and --with options recognized:
--with-gnu-ld arrange to work with GNU ld.
--with-ld arrange to use the specified ld (full pathname).
--with-gnu-as arrange to work with GNU as.
--with-as arrange to use the specified as (full pathname).
So based on that, I'll change the comment to use --with-ld=/usr/ccs/ld
but I'm too lazy to test it.
Index: ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.155.2.233
diff -u -w -U0 -r1.155.2.233 ChangeLog
--- ChangeLog 2001/01/17 12:11:05 1.155.2.233
+++ ChangeLog 2001/01/17 13:23:16
@@ -0,0 +1,5 @@
+2001-01-17 Martin Buchholz <martin(a)xemacs.org>
+
+ * PROBLEMS (Sun/Solaris): Replace --with-gnu-ld=no with
+ --with-ld=/usr/ccs/bin/ld
+
@@ -74 +79 @@
-2000-11-26 Björn Torkelsson <torkel(a)hpc2n.umu.se>
+2000-11-26 Bjrn Torkelsson <torkel(a)hpc2n.umu.se>
@@ -1415 +1420 @@
-1998-07-12 Björn Torkelsson <torkel(a)hpc2n.umu.se>
+1998-07-12 Bjrn Torkelsson <torkel(a)hpc2n.umu.se>
Index: PROBLEMS
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/PROBLEMS,v
retrieving revision 1.26.2.23
diff -u -w -r1.26.2.23 PROBLEMS
--- PROBLEMS 2001/01/17 12:11:05 1.26.2.23
+++ PROBLEMS 2001/01/17 13:23:22
@@ -204,7 +204,7 @@
Alternatively, you can link using the Sun version of ld, which is
normally held in /usr/ccs/bin. This can be done by one of:
-- building gcc with the --with-gnu-ld=no configure flag
+- building gcc with the --with-ld=/usr/ccs/bin/ld configure flag
- adding -B/usr/ccs/bin/ to CFLAGS used to configure XEmacs
(Note: The trailing '/' there is significant.)