>From http://www.gnu.org/software/gnulib/manual/html_node/mremap.html
This function is missing on many platforms: Mac OS X 10.5, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS. DaR -----Original Message----- From: Bernd Paysan [mailto:[email protected]] Sent: Tuesday, March 12, 2013 1:56 PM To: [email protected] Cc: Dennis Ruffer Subject: Re: [gforth] Bug in install from new git repository? 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:mma > p.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/
