Hi all,

I'm trying to build gforth from repository on gentoo x64, but some errors
appear during make.

Running: make
if test -r version && test x'0.7.9_20140402' = x`cat version` ; then true ;
else echo 0.7.9_20140402 > version ; fi
GFORTH="./preforth -p ".:~+:."" ./gfgen
Makefile:901: recipe for target 'engine/prim_lab.i' failed

I have been suggested to install gforth 0.7.0 from tarball. So I've tried
to install gforth-0.7.0 from http://www.complang.tuwien.ac.at/forth/gforth/ but
got the following issue.

Binary files - and ./test/coretest.out differ
Makefile:669: recipe for target 'checkone' failed
make[3]: *** [checkone] Error 2
make[3]: Leaving directory '/home/ark/Downloads/gforth-0.7.0'
Makefile:815: recipe for target 'gforth-noll' failed
make[2]: *** [gforth-noll] Error 2
make[2]: Leaving directory '/home/ark/Downloads/gforth-0.7.0'
Makefile:826: recipe for target 'optgforth' failed
make[1]: *** [optgforth] Error 2
make[1]: Leaving directory '/home/ark/Downloads/gforth-0.7.0'
Makefile:815: recipe for target 'gforth' failed
make: *** [gforth] Error 2

Help me please. What can be wrong?

Best wishes,
Arkadii Rost

Reply via email to