Re: EUPHORIA in FreeBSD
- Posted by "C. K. Lester" <cklester at yahoo.com> Jan 12, 2003
- 458 views
On Sunday 12 January 2003 10:02 am, you wrote: > > Now add the following lines to the .profile file: > > EUDIR=3D$HOME/apps/euphoria > export EUDIR > > PATH=3D$EUDIR/bin:$PATH > export PATH > > Logout completely and then log back in again. Try running exu again by > just typing: > > exu > > Any luck? Yep! 'which exu' showed me the euphoria/bin directory! I ran 'exu qsort' and it worked! although it crashed with the following: before sorting: {182,118,27,199,167,127,205,88,96,126,233,190,80,153,33,170,188,78, 122,70,191,226,215,86,98,243,67,179,71,1,152,47,98,86,93,79,156,94, 192,49,250,142,227,218,234,23,105,37,102,62} qsort.exu:37 c_proc/c_func: bad routine number (-1) --> see ex.err THANKS, Andy!!!!