Ok, I looked inside of

gforth-0.6.2.bin.i386-pc-linux-gnu.tar.gz

and could not find the real gforth.fi in there.

I do have a copy of a file named that because
I played around with gforth on my windows machine
several months ago ( i think ).  Will the Win32
gforth.fi work with the unix gforth as well as 
the Windows gforth.exe?  Suppose I could just
try it. 

also, what is the difference between gforth
and gforth-fast? 

I noticed that gforth.exe won't run on my windows
machine, but that gforth-fast.exe will.

Jason


--- Anton Ertl <[EMAIL PROTECTED]>
wrote:

> 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



                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

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

Reply via email to