According to Tim LaDuca <[EMAIL PROTECTED]>:
> Building on cygwin with automake yeilds the following errors when I run
> ./autogen.sh:
>
> src/wp/main/mac/GNUmakefile.am:31: variable `ABI_LIBS' not defined
> src/wp/main/mac/GNUmakefile.am:31: variable `ABI_LIBS' not defined
> src/wp/main/mac/GNUmakefile.am:33: variable `OTHER_LIBS' not defined
>
> and many others as such. It just quits at creating
> src/bindings/perl/GNUmakefile.in. Anyone have an idea? Does anyone else out
> there still build with cygwin?
autoconf build is NOT supported on Win32. Use the "classic" Makefile system
instead.
However, feel free to provide patches to make it work :-) Win32 would only
be the 3rd platform to be supported :-))
Hub