Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!sri-unix!sri-spam!ames!ucbcad!ucbvax!hplabs!hplabsc!daemon From: asp@sundc.UUCP (Andrew S. Partan) Newsgroups: comp.mail.elm Subject: Compiling Elm on a Sun Message-ID: <1803@hplabsc.HP.COM> Date: Wed, 13-May-87 00:31:04 EDT Article-I.D.: hplabsc.1803 Posted: Wed May 13 00:31:04 1987 Date-Received: Sat, 16-May-87 02:38:58 EDT Sender: daemon@hplabsc.HP.COM Reply-To: sundc!cos!asp@seismo.CSS.GOV (Andrew S. Partan) Organization: Corporation for Open Systems, McLean, VA Lines: 34 Approved: taylor@hplabs (with 'postmail') 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