Per Andersson wrote: > > Hello everybody > > I just installed gforth 0.7.0 from source on my Slackware 12.0 system (with= > out errors). Then: > > bash-3.1$ gforth --version > gforth 0.7.0 > bash-3.1$ gforth > Primitive 160a, 10 of group 11 used in this image at $b79bf8c0 (offset $62= > 2) is > not implemented by this > engine (0.7.0); executing this code will crash.
Looks like you have a gforth.fi for an old gforth version in "." or elsewhere in your GFORTHPATH. As an alternative to using strace, you can also see which image is loaded by doing gcc-4.1/install/bin/gforth --debug --no-dynamic --die-on-signal and looking at the first line. If I run the 0.7.0 engine with the Debian 0.6.2 image, I get very similar output. - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
