mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Difficulty building project using mingw-cross-env


From: David Bruce
Subject: [Mingw-cross-env-list] Difficulty building project using mingw-cross-env
Date: Fri, 12 Feb 2010 12:00:19 -0600

Hi,

I maintain a couple of OSS projects (tuxmath and tuxtype) and have
been cross-building the Win32 packages on Linux using mingw32 with a
build environment I set up by hand (built all needed libs from
source).

I'm trying to switch to mingw-cross-env as the basis of my crossbuild
setup and have run into an obstacle.  Briefly, "./configure
--host=i686-pc-mingw32" seems to find the crossbuild gcc OK, but
subsequently fails at the first AC_CHECK_LIB test, saying it can't
find SDL_image.  I don't have any build-related environmental
variables set, and I was careful to add the

Thanks for any help or suggestions.  I must be missing some step where
I tell the build process how to locate the needed libraries.  Of note,
in config.log, there are a lot of "undefined reference" errors
originating from libSDL_image.a, indicating (I think) that the
SDL_image library archive itself was found, but the linker doesn't
know where to find the libs that SDL_image depends on.

/usr/local/mingw-cross-env/usr/lib/gcc/i686-pc-mingw32/4.4.0/../../../../i686-pc-mingw32/lib/libSDL_image.a(IMG_tif.o):
In function `IMG_InitTIF':
/usr/local/mingw-cross-env/tmp-sdl_image/SDL_image-1.2.10/IMG_tif.c:107:
undefined reference to `_TIFFClientOpen'

Again, thanks for any suggestions,

David Bruce


Here are some more potentially relevant snippets:

------ $PATH: 
-------------------------------------------------------------------------------------------------
address@hidden:/usr/local/src/git/tuxtype/buildw32$ echo $PATH
/usr/local/mingw-cross-env/usr/bin:/home/dbruce/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games


-----------------------  Command-line output down to where error shows
up: ------------------------

address@hidden:/usr/local/src/git/tuxmath/buildw32$ ../configure
--host=i686-pc-mingw32
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-mingw32-strip... i686-pc-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for i686-pc-mingw32-gcc... i686-pc-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-mingw32-gcc accepts -g... yes
checking for i686-pc-mingw32-gcc option to accept ISO C89... none needed
checking dependency style of i686-pc-mingw32-gcc... gcc3
checking how to run the C preprocessor... i686-pc-mingw32-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i686-pc-mingw32-gcc...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking for BSD- or MS-compatible name lister (nm)...
/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B
checking the name lister
(/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B)
interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
option to reload object files... -r
checking for i686-pc-mingw32-objdump... i686-pc-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86
archive import|^x86 DLL
checking for i686-pc-mingw32-ar... i686-pc-mingw32-ar
checking for i686-pc-mingw32-strip... (cached) i686-pc-mingw32-strip
checking for i686-pc-mingw32-ranlib... i686-pc-mingw32-ranlib
checking command to parse
/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B output from
i686-pc-mingw32-gcc object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-pc-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-pc-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-pc-mingw32-gcc static flag -static works... yes
checking if i686-pc-mingw32-gcc supports -c -o file.o... yes
checking if i686-pc-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-mingw32-gcc linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-mingw32-g++... i686-pc-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-mingw32-g++ accepts -g... yes
checking dependency style of i686-pc-mingw32-g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i686-pc-mingw32-g++ accepts -g... (cached) yes
checking dependency style of i686-pc-mingw32-g++... (cached) gcc3
checking how to run the C++ preprocessor... i686-pc-mingw32-g++ -E
checking for ld used by i686-pc-mingw32-g++...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking whether the i686-pc-mingw32-g++ linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking for i686-pc-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-pc-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-pc-mingw32-g++ static flag -static works... yes
checking if i686-pc-mingw32-g++ supports -c -o file.o... yes
checking if i686-pc-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the i686-pc-mingw32-g++ linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for i686-pc-mingw32-gcc... (cached) i686-pc-mingw32-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-mingw32-gcc accepts -g... (cached) yes
checking for i686-pc-mingw32-gcc option to accept ISO C89... (cached)
none needed
checking dependency style of i686-pc-mingw32-gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) mawk
checking how to run the C preprocessor... i686-pc-mingw32-gcc -E
checking for bison... bison -y
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK...
yes
checking for native Win32... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... no
checking for i686-pc-mingw32-ranlib... (cached) i686-pc-mingw32-ranlib
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... no
checking for pthread_kill in -lc_r... no
checking for multithread API to use... win32
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... no
checking for munmap... no
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... -liconv
checking for iconv declaration... install-shextern size_t iconv
(iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf,
size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... no
checking for bison... bison
checking version of bison... 2.4.1, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... guessing no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... no
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... yes
checking whether _snwprintf is declared... yes
checking whether getc_unlocked is declared... no
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for i686-pc-mingw32-windres... i686-pc-mingw32-windres
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for IMG_Load in -lSDL_image... no
configure: error: SDL_image not found! http://www.libsdl.org/projects/SDL_image


------------------- First part of configure.ac (to point where
configure fails): ----------------------------

#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([Tux Of Math
Command],[1.8.0],address@hidden,[tuxmath])

AC_PREREQ(2.61)
AC_CANONICAL_HOST
AC_CANONICAL_BUILD
AC_CANONICAL_TARGET

AM_INIT_AUTOMAKE(foreign)
AC_CONFIG_SRCDIR([src/tuxmath.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])

NAME_VERSION=$PACKAGE-$VERSION

AC_DEFINE_UNQUOTED([PROGRAM_NAME], "$PACKAGE", [Tux Of Math Command])

AC_SUBST(NAME_VERSION)

AC_GNU_SOURCE

dnl For libtool support to link libt4k-common:
LT_INIT

# ----------------------------------------------------------------------
# Checks for programs.
# ----------------------------------------------------------------------

AC_PROG_CXX
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_AWK
AC_PROG_CPP
AC_PROG_MKDIR_P
AC_PROG_YACC


# -----------------------------------------------------------------------
# Checks for libraries.
# -----------------------------------------------------------------------

# Check for SDL
SDL_VERSION=1.2.0

AM_PATH_SDL($SDL_VERSION, :,
         AC_MSG_ERROR([SDL version $SDL_VERSION not found!
http://www.libsdl.org])
)

CFLAGS="$CFLAGS $SDL_CFLAGS"


# Check platform - see if WinMain needed:
AC_MSG_CHECKING([for native Win32])
case "$host" in
  *-*-mingw*)
    native_win32=yes
    ;;
  *)
    native_win32=no
    ;;
esac
AC_MSG_RESULT([$native_win32])

AM_CONDITIONAL(BUILD_MINGW32, test $native_win32 = yes)

if test $native_win32 = yes; then
  LIBS="$LIBS -lmingw32 -lSDLmain -lSDL"
else
  LIBS="$LIBS $SDL_LIBS"
fi


dnl AM_GNU_GETTXT([external]) is preferred, but we haven't gotten it to
dnl work for win32 crossbuild.  We should work out how to do this conditionally.
# Needed for gettext:
AM_GNU_GETTEXT_VERSION([0.17])
#AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT
AM_GNU_GETTEXT_INTL_SUBDIR



dnl Check for SDL_image:
AC_CHECK_LIB([SDL_image],
             [IMG_Load],
             ,
             [AC_MSG_ERROR([SDL_image not found!
http://www.libsdl.org/projects/SDL_image])])


-----------------------  Command-line output down to where error shows
up: ------------------------

address@hidden:/usr/local/src/git/tuxmath/buildw32$ ../configure
--host=i686-pc-mingw32
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-pc-mingw32-strip... i686-pc-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for i686-pc-mingw32-gcc... i686-pc-mingw32-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-mingw32-gcc accepts -g... yes
checking for i686-pc-mingw32-gcc option to accept ISO C89... none needed
checking dependency style of i686-pc-mingw32-gcc... gcc3
checking how to run the C preprocessor... i686-pc-mingw32-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by i686-pc-mingw32-gcc...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking for BSD- or MS-compatible name lister (nm)...
/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B
checking the name lister
(/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B)
interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
option to reload object files... -r
checking for i686-pc-mingw32-objdump... i686-pc-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86
archive import|^x86 DLL
checking for i686-pc-mingw32-ar... i686-pc-mingw32-ar
checking for i686-pc-mingw32-strip... (cached) i686-pc-mingw32-strip
checking for i686-pc-mingw32-ranlib... i686-pc-mingw32-ranlib
checking command to parse
/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B output from
i686-pc-mingw32-gcc object... ok
checking for dlfcn.h... no
checking for objdir... .libs
checking if i686-pc-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-pc-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-pc-mingw32-gcc static flag -static works... yes
checking if i686-pc-mingw32-gcc supports -c -o file.o... yes
checking if i686-pc-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-pc-mingw32-gcc linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-mingw32-g++... i686-pc-mingw32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-mingw32-g++ accepts -g... yes
checking dependency style of i686-pc-mingw32-g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether i686-pc-mingw32-g++ accepts -g... (cached) yes
checking dependency style of i686-pc-mingw32-g++... (cached) gcc3
checking how to run the C++ preprocessor... i686-pc-mingw32-g++ -E
checking for ld used by i686-pc-mingw32-g++...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking whether the i686-pc-mingw32-g++ linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking for i686-pc-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-pc-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-pc-mingw32-g++ static flag -static works... yes
checking if i686-pc-mingw32-g++ supports -c -o file.o... yes
checking if i686-pc-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the i686-pc-mingw32-g++ linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) supports
shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for i686-pc-mingw32-gcc... (cached) i686-pc-mingw32-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-mingw32-gcc accepts -g... (cached) yes
checking for i686-pc-mingw32-gcc option to accept ISO C89... (cached)
none needed
checking dependency style of i686-pc-mingw32-gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) mawk
checking how to run the C preprocessor... i686-pc-mingw32-gcc -E
checking for bison... bison -y
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.0... cross compiling; assumed OK...
yes
checking for native Win32... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... no
checking for i686-pc-mingw32-ranlib... (cached) i686-pc-mingw32-ranlib
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... no
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether integer division by zero raises SIGFPE... guessing yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC...
/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
checking if the linker
(/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld) is GNU ld...
yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... no
checking for pthread_kill in -lc_r... no
checking for multithread API to use... win32
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for getegid... no
checking for geteuid... no
checking for getgid... no
checking for getuid... no
checking for mempcpy... no
checking for munmap... no
checking for stpcpy... no
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... no
checking for argz_stringify... no
checking for argz_next... no
checking for __fsetlocking... no
checking whether feof_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... -liconv
checking for iconv declaration... install-shextern size_t iconv
(iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf,
size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... no
checking for bison... bison
checking version of bison... 2.4.1, ok
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... guessing no
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... no
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... yes
checking whether _snwprintf is declared... yes
checking whether getc_unlocked is declared... no
checking for nl_langinfo and CODESET... no
checking for LC_MESSAGES... no
checking for i686-pc-mingw32-windres... i686-pc-mingw32-windres
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
checking for IMG_Load in -lSDL_image... no
configure: error: SDL_image not found! http://www.libsdl.org/projects/SDL_image


------------ config.log excerpt from failed test for sdl_image

configure:20956: checking for IMG_Load in -lSDL_image
configure:20981: i686-pc-mingw32-gcc -o conftest.exe -g -O2
-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT   conftest.c
-lSDL_image   -lmingw32 -lSDLmain -lSDL >&5
/usr/local/mingw-cross-env/usr/lib/gcc/i686-pc-mingw32/4.4.0/../../../../i686-pc-mingw32/lib/libSDL_image.a(IMG_tif.o):
In function `IMG_InitTIF':
/usr/local/mingw-cross-env/tmp-sdl_image/SDL_image-1.2.10/IMG_tif.c:107:
undefined reference to `_TIFFClientOpen'
/usr/local/mingw-cross-env/tmp-sdl_image/SDL_image-1.2.10/IMG_tif.c:108:
undefined reference to `_TIFFClose'
/usr/local/mingw-cross-env/tmp-sdl_image/SDL_image-1.2.10/IMG_tif.c:109:
undefined reference to `_TIFFGetField'

...
(lots more undefined references omitted here)
...

/usr/local/mingw-cross-env/tmp-sdl/SDL-1.2.14/./src/cdrom/win32/SDL_syscdrom.c:120:
undefined reference to address@hidden'
collect2: ld returned 1 exit status
configure:20981: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Tux Of Math Command"
| #define PACKAGE_TARNAME "tuxmath"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "Tux Of Math Command 1.8.0"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL ""
| #define PACKAGE "tuxmath"
| #define VERSION "1.8.0"
| #define PROGRAM_NAME "tuxmath"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_WIN32_THREADS 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 1
| #define HAVE_DECL__SNWPRINTF 1
| #define HAVE_DECL_GETC_UNLOCKED 0
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char IMG_Load ();
| int
| main ()
| {
| return IMG_Load ();
|   ;
|   return 0;
| }
configure:20990: result: no
configure:21000: error: SDL_image not found!
http://www.libsdl.org/projects/SDL_image

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_RSVG_CFLAGS_set=
ac_cv_env_RSVG_CFLAGS_value=
ac_cv_env_RSVG_LIBS_set=
ac_cv_env_RSVG_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-mingw32
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func___fsetlocking=no
ac_cv_func_alloca_works=yes
ac_cv_func_argz_count=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_asprintf=no
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=no
ac_cv_func_geteuid=no
ac_cv_func_getgid=no
ac_cv_func_getpagesize=yes
ac_cv_func_getuid=no
ac_cv_func_mempcpy=no
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=no
ac_cv_func_putenv=yes
ac_cv_func_setenv=no
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2=no
ac_cv_gnu_library_2_1=no
ac_cv_have_decl__snprintf=yes
ac_cv_have_decl__snwprintf=yes
ac_cv_have_decl_feof_unlocked=no
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_getc_unlocked=no
ac_cv_header_argz_h=no
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_SDL_image_IMG_Load=no
ac_cv_lib_c_r_pthread_kill=no
ac_cv_lib_pthread_pthread_kill=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=i686-pc-mingw32-ar
ac_cv_prog_AWK=mawk
ac_cv_prog_CC=i686-pc-mingw32-gcc
ac_cv_prog_CPP='i686-pc-mingw32-gcc -E'
ac_cv_prog_CXX=i686-pc-mingw32-g++
ac_cv_prog_CXXCPP='i686-pc-mingw32-g++ -E'
ac_cv_prog_INTLBISON=bison
ac_cv_prog_OBJDUMP=i686-pc-mingw32-objdump
ac_cv_prog_RANLIB=i686-pc-mingw32-ranlib
ac_cv_prog_STRIP=i686-pc-mingw32-strip
ac_cv_prog_WINDRES=i686-pc-mingw32-windres
ac_cv_prog_YACC='bison -y'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_target=i686-pc-mingw32
ac_cv_type_long_long_int=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='-L$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname.dll.a $libname.lib'
acl_cv_path_LD=/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=dll
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works='guessing yes'
am_cv_langinfo_codeset=no
am_cv_lib_iconv=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
gl_cv_cc_visibility=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gl_cv_size_max=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
gt_cv_func_printf_posix='guessing no'
gt_cv_int_divbyzero_sigfpe='guessing yes'
gt_cv_inttypes_pri_broken=no
gt_cv_nl_locale_name=no
gt_cv_val_LC_MESSAGES=no
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
lt_cv_path_LDCXX=/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld
lt_cv_path_NM='/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[  ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1
_\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\)
\([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e
'\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e
'\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *)
\&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2",
(void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern
int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/src/git/tuxmath/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/git/tuxmath/missing --run tar'
AR='i686-pc-mingw32-ar'
AUTOCONF='${SHELL} /usr/local/src/git/tuxmath/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/git/tuxmath/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/git/tuxmath/missing --run automake-1.11'
AWK='mawk'
BUILD_INCLUDED_LIBINTL='yes'
BUILD_MINGW32_FALSE='#'
BUILD_MINGW32_TRUE=''
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CATOBJEXT='.gmo'
CC='i686-pc-mingw32-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
CFLAG_VISIBILITY='-fvisibility=hidden'
CPP='i686-pc-mingw32-gcc -E'
CPPFLAGS=''
CXX='i686-pc-mingw32-g++'
CXXCPP='i686-pc-mingw32-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
FGREP='/bin/grep -F'
GENCAT='gencat'
GETTEXT_MACRO_VERSION='0.17'
GLIBC21='no'
GLIBC2='no'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
HAVE_ASPRINTF='0'
HAVE_POSIX_PRINTF='0'
HAVE_SNPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WPRINTF='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON='bison'
INTLLIBS='${top_builddir}/intl/libintl.a -liconv '
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
LD='/usr/local/mingw-cross-env/usr/i686-pc-mingw32/bin/ld'
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL='${top_builddir}/intl/libintl.a -liconv '
LIBMULTITHREAD=''
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS=' -lmingw32 -lSDLmain -lSDL'
LIBTHREAD=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBC='-lc'
LTLIBICONV='-liconv'
LTLIBINTL='${top_builddir}/intl/libintl.a -liconv '
LTLIBMULTITHREAD=''
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAKEINFO='${SHELL} /usr/local/src/git/tuxmath/missing --run makeinfo'
MINGW32_PACKAGE_DATA_DIR=''
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NAME_VERSION='tuxmath-1.8.0'
NM='/usr/local/mingw-cross-env/usr/bin/i686-pc-mingw32-nm -B'
NMEDIT=''
NSIS=''
NSI_BUILD_FALSE=''
NSI_BUILD_TRUE=''
NSI_DLL_DIR=''
NSI_INSTALL_DIR=''
OBJDUMP='i686-pc-mingw32-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='tuxmath'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='Tux Of Math Command'
PACKAGE_STRING='Tux Of Math Command 1.8.0'
PACKAGE_TARNAME='tuxmath'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POSUB='po'
POW_LIB=''
PRI_MACROS_BROKEN='0'
RANLIB='i686-pc-mingw32-ranlib'
RSVG_CFLAGS=''
RSVG_LIBS=''
SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
SDL_CONFIG='/usr/bin/sdl-config'
SDL_LIBS='-L/usr/lib -lSDL'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='i686-pc-mingw32-strip'
USE_INCLUDED_LIBINTL='yes'
USE_NLS='yes'
VERSION='1.8.0'
WINDRES='i686-pc-mingw32-windres'
WOE32='yes'
WOE32DLL='yes'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
YACC='bison -y'
YFLAGS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-mingw32'
host_alias='i686-pc-mingw32'
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/src/git/tuxmath/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-mingw32'
target_alias=''
target_cpu='i686'
target_os='mingw32'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Tux Of Math Command"
#define PACKAGE_TARNAME "tuxmath"
#define PACKAGE_VERSION "1.8.0"
#define PACKAGE_STRING "Tux Of Math Command 1.8.0"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_URL ""
#define PACKAGE "tuxmath"
#define VERSION "1.8.0"
#define PROGRAM_NAME "tuxmath"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define LT_OBJDIR ".libs/"
#define HAVE_VISIBILITY 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define USE_WIN32_THREADS 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_DECL_FEOF_UNLOCKED 0
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_LONG_LONG_INT 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTMAX_T 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_FWPRINTF 1
#define HAVE_PUTENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_WCSLEN 1
#define HAVE_DECL__SNPRINTF 1
#define HAVE_DECL__SNWPRINTF 1
#define HAVE_DECL_GETC_UNLOCKED 0
#define ENABLE_NLS 1

configure: exit 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]