And using Markmail:
http://markmail.org/message/ltwouh6cai7qmsem
However, as Mark Twain might have said, my claims to have completely solved the install problems on Ubuntu were greatly exaggerated ;-)
MT pp Jim
>
> 2) BASIC -v ETC.BP KZM.1
> jcompile -FETC.BP -v -c BASIC_1000.b > BASIC_1000.x 2>&1
> KZM.1
> /bin/ksh: No such file or directory
> ** Unable to compile source KZM.1 **
>
> solution:
> sudo ln /bin/sh /bin/ksh
This isn't a good idea as while the simple script used by jcompile works in sh mode, almost nothing else will. So anything that asks for ksh will get sh and fail. You will forget that you did this. Instead install the freeware ksh or the AT&T enhance ksh that was flying around for a while.
And of course, you will still get the core dumps every now and again, which makes it very difficult to use :-(
Jim
> -----Original Message-----
> From: jb...@googlegroups.com [mailto:jb...@googlegroups.com] On Behalf
> Of Dhilip_kumar
> Sent: Tuesday, November 03, 2009 10:40 PM
> To: jBASE
> Subject: Re: jbase Installation in Ubuntu 8.10
>
>
> Will packages made after 'make'ing jBASE on Ubuntu solve these
> problems?
Generally, yes.
> Could see a lot of home users switching from Windows to
> Ubuntu in the recent times.
I cannot see this at all - even with my best Linux loving head on, the desktop is useless compared to Windows and Ubuntu doubly so :-(
> This would give them a chance to try
> jBASE.
But so does a Virtual Machine :-)
Jim