The following patch is needed for Solaris to make latest 21.2 cvs.
I'm bad at configure, so I don't know why the patch has an effect. :-p
--- configure.in~ Mon Apr 24 21:55:20 2000
+++ configure.in Thu Apr 27 13:18:30 2000
@@ -1801,7 +1801,7 @@
configure___ ordinary_ld=ORDINARY_LD
#ifdef ORDINARY_LINK
-#define LD "\$(ORDINARY_LD)"
+#define LD ORDINARY_LD
#else /* no ORDINARY LINK */
#ifdef COFF_ENCAPSULATE
#define LD "\$(CC) -nostdlib"
--
Katsumi Yamaoka <yamaoka(a)jpl.org>