I had to apply the following patch to get things compiling under Solaris
2.5.1 and EGCS 1.1.1:
1999-01-11 Damon Lipparelli <lipp(a)primus.com>
* Makefile.in.in: use ellcc (not ellc) everywhere
--- Makefile.in.in 1999/01/12 01:37:59 1.36.2.4
+++ Makefile.in.in 1999/01/12 08:37:59
@@ -76,9 +76,9 @@
INSTALLABLE_SCRIPTS = rcs-checkin pstogif gnudoit gnuattach
#ifdef HAVE_SHLIB
#ifdef HAVE_MS_WINDOWS
-INSTALLABLES = $(INSTALLABLES_BASE) runxemacs rungnuclient ellc
+INSTALLABLES = $(INSTALLABLES_BASE) runxemacs rungnuclient ellcc
#else
-INSTALLABLES = $(INSTALLABLES_BASE) ellc
+INSTALLABLES = $(INSTALLABLES_BASE) ellcc
#endif
#else
#ifdef HAVE_MS_WINDOWS
@@ -240,7 +240,7 @@
clean: mostlyclean
$(RM) ${INSTALLABLES} ${UTILITIES} *.exe
distclean: clean
- $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS ellc.h
+ $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS ellcc.h
$(RM) GNUmakefile Makefile Makefile.in blessmail config.values
realclean: distclean
extraclean: distclean