Path: news.cs.au.dk!not-for-mail From: Flemming Gram Christensen Newsgroups: daimi.dprog2,daimi.beta,daimi.dsa Subject: Beta Installation Upgraded Date: Fri, 28 Jan 2000 13:20:46 +0100 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 70 Message-ID: <3891899E.25455969@mjolner.dk> NNTP-Posting-Host: odin.mjolner.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: xinwen.cs.au.dk 949062047 11339468 255.255.255.255 (28 Jan 2000 12:20:47 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 28 Jan 2000 12:20:47 GMT X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 sun4m) X-Accept-Language: en Xref: news.cs.au.dk daimi.dprog2:11399 daimi.beta:10447 daimi.dsa:10732 The installation has been upgraded to version R5.1. This includes the BETA compiler and the mjolner integrated development environment. Please notice that the mjolnertool does not write any compiler output in the console. This is now shown in a log-window. Open this window by choosing Windows->Log->Show Log Window from the menubar. 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, -- /Flemming Gram Christensen ------------------------------------------------------------------------ Mjolner Informatics ApS Phone: +45 86 20 20 00 Science Park Aarhus Fax: +45 86 20 12 22 Gustav Wieds Vej 10 DK-8000 Aarhus C Denmark E-mail: gram@mjolner.dk ------------------------------------------------------------------------