Am Dienstag, 12. März 2013, 07:26:22 schrieb Dennis Ruffer: > Ok, I've figured out a few things on cygwin and got my older version > (0.7.9-20121007) working as good as it ever has. I've never resolved the > following error: > cd doc; texi2dvi gforth.texi > Makefile:1042: recipe for target `doc/gforth.dvi' failed > make: *** [doc/gforth.dvi] Error 1
Install texi2dvi... should be part of the LaTeX packages. > After doing a "make clean" and uninstalling ffcall, at least it gets that > far again. If I install ffcall, I get libffi also, which appears to be > bad. libffi works fine here (on Linux). > /usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/mmap.c: In function > 'libgfmmap_LTX_gforth_c_mremap_annn_a': > /usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/mmap.c:43:3: warning: > implicit declaration of function 'mremap' > /usr/src/gforth/lib/gforth/0.7.9_20130214/libcc-named/.libs/mmap.o:mmap.c:( > .text+0x233): undefined reference to `_mremap' collect2: ld returned 1 exit > status Ok, mremap isn't avaiable on Cygwin. So I should check for Linux or so... Fortunately, mremap is not much needed. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://bernd-paysan.de/
signature.asc
Description: This is a digitally signed message part.
