gforth  

Re: [gforth] C calls on cygwin

Anton Ertl
Sat, 03 Jan 2009 09:39:51 -0800

druf...@att.net wrote:
> Well, there's the problem:
> 
> see compile-wrapper-function1
> : compile-wrapper-function1
>   lib-handle 0=
>   IF     c-source-file close-file throw 0 c-source-file-id ! s\" libtool 
> --sile
>          nt --mode=compile gcc -I /home/bernd/gforth/include" s\"  -O -c " s+
> 
> Now, to figure out how bernd got in there. ;)

That's a bug in the gforth-0.7.0 package for Windows that Bernd
created (he fixed it in the latest snapshot).  So at least the image
you are using seems to be from that package, not the one you installed
yourself.  You can see the image file you use with

gforth --debug --no-dynamic -e bye

and look at the second line of the output.  If you use bash, you can
find out which engine you are using with

type gforth

- anton


---------------------------------------------------------------------
To unsubscribe, e-mail: gforth-unsubscr...@chaossolutions.org
For additional commands, e-mail: gforth-h...@chaossolutions.org