gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gforth] unable to build gforth from sources on linux x64


From: Arkady Rost
Subject: [gforth] unable to build gforth from sources on linux x64
Date: Thu, 19 Jun 2014 21:59:30 +0400

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

[Prev in Thread] Current Thread [Next in Thread]