[comp.mail.elm] Compiling Elm on a Sun

asp@sundc.UUCP (Andrew S. Partan) (05/13/87)

When I tried to get Elm to compile on my Sun (running Sun OS 3.2), I
found that Configure.sh did not say that a Sun had a BSD operating
system.  I had to make the following change to Configure.sh:

*** Configure.sh.orig	Tue May  5 13:13:39 1987
--- Configure.sh	Tue May  5 20:21:59 1987
***************
*** 132,138 ****
      vaxen)	NAME="BSD"; OS_FLAG="BSD";  	;;
      bsd)	NAME="BSD"; OS_FLAG="BSD";  	;;
      uts)	NAME="UTS"; OS_FLAG="UTS";  	;;
!     sun)	NAME="BSD"; OS_FLAG="";		;;
      pyramid|osx*)NAME="Pyramid BSD"; OS_FLAG="PYRAMID";	;;
      amdahl)	NAME="UTS"; OS_FLAG="UTS";  	;;
      sv_*)	NAME="System V"; OS_FLAG="";		;;
--- 132,138 ----
      vaxen)	NAME="BSD"; OS_FLAG="BSD";  	;;
      bsd)	NAME="BSD"; OS_FLAG="BSD";  	;;
      uts)	NAME="UTS"; OS_FLAG="UTS";  	;;
!     sun)	NAME="BSD"; OS_FLAG="BSD";		;;
      pyramid|osx*)NAME="Pyramid BSD"; OS_FLAG="PYRAMID";	;;
      amdahl)	NAME="UTS"; OS_FLAG="UTS";  	;;
      sv_*)	NAME="System V"; OS_FLAG="";		;;

At this point, Elm seems to be working just fine on my system.

	--asp (Andrew Partan @ Corporation for Open Systems)
	-- asp@cos.com
	-- {seismo!sundc, hadron, hqda-ai}!cos!asp
-- 
	--asp (Andrew Partan @ Corporation for Open Systems)
	-- asp@cos.com
	-- {seismo!sundc, hadron, hqda-ai}!cos!asp