I am building xemacs under i386-pc-cygwin32 with success!! But remember
reading something about needing a certain version of makeinfo to generate
info files. Does such a version exist somewhere?
Thanks,
-Dan
cd /openSource/xemacs-20/man && make --unix CC='gcc'
CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' info
makeinfo cl.texi -o ../info/cl.info
makeinfo: permission denied
make[1]: [../info/cl.info] Error 2 (ignored)
makeinfo custom.texi -o ../info/custom.info
makeinfo: permission denied
make[1]: [../info/custom.info] Error 2 (ignored)
...
[etc etc chomp]
...
/bin/install -c -m 644 *.info* /usr/local/lib/xemacs-21.0-b40/info/*.info*
/bin/install: *.info*: No such file or directory
chmod: /usr/local/lib/xemacs-21.0-b40/info/*.info*: No such file or
directory
make: *** [install-arch-indep] Error 1
make: Target `install' not remade because of errors.
bash.exe-2.01$ makeinfo --version
true (GNU sh-utils) 1.16
bash.exe-2.01$