Jason Damisch wrote:
> Question:  Is it reasonable to be able to install
> gforth manually.

Sure.

However, note that if Gforth was built for another location, you may
have to set the GFORTHPATH environment variable or use the --path
option.

> Here is what I have done for my
> first attempt. I copied gforth to a directory
> which I *think* it will run from.  Then I moved a
> .fi file to a directory that it is looking for.
> Then I renamed the file which was kernl32l.fi to 
> gforth.fi.

Why?  kernl32l.fi is incomplete.  Better use the real gforth.fi.

Anyway, from your description it is unclear what you have done.

>   Then I wrote my hello world program
> and gave it the path to the gforth.  All the while
> making sure of the file permissions.
> 
> I was able to get past error message
>  "500 Internal Server Error"
> and instead get a blank page when I run the script
> hello.f.  Maybe that means something is happening.
> In the error logs I get an error -13 for every
> time I tried to run hello.f

-13 means "undefined word" (you can see that with "-13 throw" with the
full gforth.fi image, or better use gforth.fi instead of kernl32l.fi,
which will not only give you the error message, but also better error
reporting in other respects.

> Are there other support files that need to be 
> uploaded?  

The gforth binary and gforth.fi are sufficient.

- anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to