Mail Archives: djgpp/2009/08/21/09:46:51
08/20/2009 11:42 PM, Rugxulo kirjoitti:
>
> P.S. If anybody wants to test, here's latest ZILE sources (and I can
> send my lame-o tweaks if needed). Basically, I'm just trying to get "./
> configure" to not crash (comment out all "return $ac...") and then
> eventually actually work (not done, might need patching Bash). I
> actually just used Cygwin's old AutoConf 2.63 (grrr, stupid setup.exe
> is hard to tell to get an older version) to regenerate it as a
> temporary workaround. But obviously that's not an ideal solution
> looking forward. Any hints are highly appreciated. (And no, DJGPP's
> 2.59 doesn't work, no flock support, among other issues.)
>
>
You do not need to run DJGPP port of autoconf. Try corresponding
version for Linux (under Linux of course) or one for Cygwin or Mingw
to regenerate configuration related files.
For example gcc-4.4.X requires specified autoconf version (2.59).
For me the first step to build a DJGPP port of GCC is to build
Linux-to-DJGPP cross-compiler RPMs: the sources are patched so
that I require to run autoconf, automake, etc. So I'm doing it
under Linux.
Also: do not use autoconf-2.63 if configure is supposed to be run with
DJGPP port of bash. It has bug which broke configure for
DJGPP. Bug should be fixed in autoconf-2.64, but I have not tested it.
Andris
- Raw text -