>>>> "Martin" == Martin Buchholz
<martin(a)xemacs.org> writes:
Martin> +Alternatively, you can link using the Sun version of ld, which is
Martin> +normally held in /usr/ccs/bin. This can be done by one of:
Martin> +
Martin> +- building gcc with the --with-gnu-ld=no configure flag
Martin> +
Martin> +- adding -B/usr/ccs/bin/ to CFLAGS used to configure XEmacs
Martin> + (Note: The trailing '/' there is significant.)
I just tried configuring with -B/usr/ccs/bin/. I think this works
UNLESS you also installed/configured gcc with GNU gas. Then gcc
generates assembly code that the Sun assembler doesn't like.
The workaround is to remove temacs and manually run "make CC=gcc
-B/usr/ccs/bin/" to make temacs correctly.
Bottom line: Trash GNU binutils as suggested by the FAQ.
Ray