Path: news.cs.au.dk!Morten.Grouleff.Mjolner.Informatics From: Morten Grouleff Newsgroups: daimi.beta,daimi.dprog2 Subject: The Mjolner System upgraded to release 5.0 on Sep. 2. Date: 02 Sep 1999 11:59:30 +0200 Organization: Mjolner Informatics Lines: 54 Message-ID: NNTP-Posting-Host: frey.mjolner.dk Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: xinwen.cs.au.dk 936266371 7760360 255.255.255.255 (2 Sep 1999 09:59:31 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 2 Sep 1999 09:59:31 GMT X-Newsreader: Gnus v5.5/Emacs 19.34 Xref: news.cs.au.dk daimi.beta:10439 daimi.dprog2:11252 The installation has been upgraded. This includes the BETA compiler and the mjolner integrated development environment. Please remove all .ast files you have and recompile. You may use find . -name '*.ast' -print to check the list, then find . -name '*.ast' -print | xargs rm -f to remove them. (Repeat for '*.astL' if you use Linux) Users of daimi-setup system can get the correct setup for the system simply by executing: daimi-setup --addon=/usr/local/lib/beta/daimi-setup/beta If you have already done so, the addon is still valid. The rest of you will have to do something similar to the following: [tcsh] setenv BETALIB /usr/local/lib/beta set path = ( $path ${BETALIB}/bin ) switch("$OP_TYPE") case "IRIX*": if ($?LD_LIBRARY_PATH) then setenv LD_LIBRARY_PATH $BETALIB/lib/sgi:$LD_LIBRARY_PATH else setenv LD_LIBRARY_PATH $BETALIB/lib/sgi endif breaksw default: breaksw endsw Eller for bash: export BETALIB=/usr/local/lib/beta export PATH=$PATH:${BETALIB}/bin case $OP_TYPE in IRIX*) export LD_LIBRARY_PATH=$BETALIB/lib/sgi:./sgi:$LD_LIBRARY_PATH ;; *) ;; esac Regards, -- ** Morten Grouleff: ** ** Earthworm Jim PC: ** ** Mjølner Informatics: **