HI All: Just now I can't use m4-1.4.8 in Mingw in Windows XP( I can compile it,but can't be used)
from m4-1.4.2 ~ 1.4.8 , m4 compiled with gcc-3.4.XXX can't be used in Mingw, from 1.4.2 ~ 1.4.5 compiled with gcc-2.95.3 can be used in Mingw. I have tested that m4-1.4.7 ~1.4.8 can't be used in Mingw (compiled with gcc-2.95.3 and gcc-3.4.5)
When I compiled m4-1.4.8 with gcc-2.95.3, It occur many warning.(m4-1.4.5 don't occur warning)
Does anybody test it in Mingw ?
I have ported autoconf-2.60 automake-1.9.6 and m4-1.4.5(compiled with gcc-2.95.3) to Mingw (http://sourceforge.net/projects/mingw-install)
But I can't port autoconf-2.61 automake-1.10 and m4-1.4.8 to mingw. when I use these tools to compile my source code, It ocurred error, I found it maybe cut some information in compile path.
Anybody can help me to port these tool to Mingw.
Regards
The following line is
error:
./bootstrap.sh configure.ac:32: warning: AM_PROG_MKDIR_P is m4_require'd but not m4_defun'd m4/po.m4:207: AM_PO_SUBDIRS is expanded from... m4/gettext.m4:347: AM_GNU_GETTEXT is expanded from... configure.ac:32: the top level autoheader: error: AC_CONFIG_HEADERS not found in configure.ac configure.ac:32: warning: AM_PROG_MKDIR_P is m4_require'd but not m4_defun'd m4/po.m4:207: AM_PO_SUBDIRS is expanded from... m4/gettext.m4:347: AM_GNU_GETTEXT is expanded from... configure.ac:32: the top level configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:10: error: possibly undefined macro: AM_CONFIG_HEADER configure.ac:29: error: possibly undefined macro: AM_PROG_CC_STDC configure.ac:36: error: possibly undefined macro:
AC_LIBTOOL_WIN32_DLL configure.ac:37: error: possibly undefined macro: AC_PROG_LIBTOOL configure.ac:60: error: possibly undefined macro: AM_CONDITIONAL configure:3490: error: possibly undefined macro: AM_PROG_MKDIR_P configure.ac:32: warning: AM_PROG_MKDIR_P is m4_require'd but not m4_defun'd m4/po.m4:207: AM_PO_SUBDIRS is expanded from... m4/gettext.m4:347: AM_GNU_GETTEXT is expanded from... configure.ac:32: the top level configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal). src/Makefile.am:4: MINGW32 does not appear in AM_CONDITIONAL src/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined src/Makefile.am:14: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL' src/Makefile.am:14: to `configure.ac' and run `aclocal' and `autoconf' again. src/Makefile.am:14: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure src/Makefile.am:14: its definition is in aclocal's search path. /mingw/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /mingw/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC' /mingw/share/automake-1.10/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again. /mingw/share/automake-1.10/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /mingw/share/automake-1.10/am/depend2.am: The usual way to define `AMDEP' is to add one of the compiler tests /mingw/share/automake-1.10/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX,
AC_PROG_OBJC, /mingw/share/automake-1.10/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC /mingw/share/automake-1.10/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again. /mingw/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /mingw/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX' /mingw/share/automake-1.10/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again. test/Makefile.am:3: MINGW32 does not appear in AM_CONDITIONAL Makefile.am:4: CPPUNIT does not appear in AM_CONDITIONAL