[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 4.6 does not compile with djgpp
From: |
pascal barbedor |
Subject: |
Re: 4.6 does not compile with djgpp |
Date: |
Mon, 14 Jul 2003 20:34:06 +0200 |
> I never had time to build the pretests, so it doesn't surprise me
> that it fails.
>
> Please look at the file djgpp/config.sed: something there needs to be
> changed to edit _all_ occurences of Makefile.in.in into
> Makefile.in-in. It sounds like it misses one occasion.
>
I cannot find where it is
I have made a copy of Makefile.in-in in to Makefile.in.in while configure is
running and after it erases this file
like this it works
but after that make fails...
and what is the last version that builds posterior to 4.1 ? I have
downloaded the official release 4.6
D:\TEXINF~1.6>make
../lib/libtxi.a(xmalloc.o): In function `memory_error_and_abort':
d:/texinfo-4.6/lib/xmalloc.c:77: undefined reference to `__imp___iob'
../lib/libtxi.a(xexit.o): In function `xexit':
d:/texinfo-4.6/lib/xexit.c:53: undefined reference to `__imp___iob'
d:/texinfo-4.6/lib/xexit.c:55: undefined reference to `__imp___iob'
d:/texinfo-4.6/lib/xexit.c:60: undefined reference to `_libintl_gettext'
d:/texinfo-4.6/lib/xexit.c:58: undefined reference to `__imp___iob'
d:/texinfo-4.6/lib/xexit.c:60: undefined reference to `__imp___iob'
collect2: ld returned 1 exit status
make.exe[2]: *** [makedoc.exe] Error 1
make.exe[1]: *** [all-recursive] Error 1
make.exe: *** [all] Error 2
D:\TEXINF~1.6>