The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
SDL_mixer C compiler cannot create executables under msys (m
James Barrett
Guest

Hi, many months ago I successfully compiled SDL_mixer under msys on
windows XP. I need to compile it again because I just compiled the
vorbisfile.
So, here I am recompiling something that I had compiled before... and
./configure is failing. I *know* I solved this error before, but I
can't figure it out this time. I searched the archives and I thought I
had posted a fix for this.. but can't find it. I know it is a simple
fix because I remember getting past this before. But for the life of
me I can not remember how I did it.

when I run ./configure, I get this error:

$ ./configure
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for gcc... gcc
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
See `config.log' for more details.



Here is my config.log.


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = ded00120044xp
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /usr/bin
PATH: /local/bin
PATH: /mingw/bin
PATH: /mingw/mingw32/bin
PATH: "C
PATH: /Program Files/Java/jdk1.5.0_12/bin"
PATH: /c/Program Files/DST/AWDView/
PATH: /c/WINDOWS/SYSTEM32
PATH: /c/WINDOWS
PATH: /c/usr/bin
PATH: /c/Serena/CHANGE~1/DIMENS~1/9.1/PROG
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Program Files/ATI Technologies/ATI Control Panel
PATH: /c/Program Files/ATI Technologies/ATI.ACE/
PATH: /c/Program Files/DST/ICU/
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
PATH: /c/Program Files/Common Files/Compuware
PATH: /c/AWDWIN/BIN
PATH: /c/Program Files/SlickEdit/win


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1581: checking build system type
configure:1599: result: i686-pc-mingw32
configure:1607: checking host system type
configure:1621: result: i686-pc-mingw32
configure:1644: checking for a BSD-compatible install
configure:1699: result: /bin/install -c
configure:1710: checking whether build environment is sane
configure:1753: result: yes
configure:1818: checking for gawk
configure:1834: found /bin/gawk
configure:1844: result: gawk
configure:1854: checking whether make sets $(MAKE)
configure:1874: result: yes
configure:2130: checking for style of include used by make
configure:2158: result: GNU
configure:2229: checking for gcc
configure:2245: found /mingw/bin/gcc
configure:2255: result: gcc
configure:2499: checking for C compiler version
configure:2502: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.2 (mingw-special)

Copyright (C) 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



configure:2505: $? = 0
configure:2507: gcc -v </dev/null >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs

Configured with: ../gcc/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug

Thread model: win32

gcc version 3.4.2 (mingw-special)

configure:2510: $? = 0
configure:2512: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument

configure:2515: $? = 1
configure:2538: checking for C compiler default output file name
configure:2541: gcc conftest.c >&5
configure:2544: $? = 0
configure:2590: result: a.exe
configure:2595: checking whether the C compiler works
configure:2601: ./a.exe
configure:2604: $? = 0
configure:2621: result: yes
configure:2628: checking whether we are cross compiling
configure:2630: result: no
configure:2633: checking for suffix of executables
configure:2635: gcc -o conftest.exe conftest.c >&5
configure:2638: $? = 0
configure:2663: result: .exe
configure:2669: checking for suffix of object files
configure:2690: gcc -c conftest.c >&5
configure:2693: $? = 0
configure:2715: result: o
configure:2719: checking whether we are using the GNU C compiler
configure:2743: gcc -c conftest.c >&5
configure:2749: $? = 0
configure:2753: test -z
|| test ! -s conftest.err
configure:2756: $? = 0
configure:2759: test -s conftest.o
configure:2762: $? = 0
configure:2775: result: yes
configure:2781: checking whether gcc accepts -g
configure:2802: gcc -c -g conftest.c >&5
configure:2808: $? = 0
configure:2812: test -z
|| test ! -s conftest.err
configure:2815: $? = 0
configure:2818: test -s conftest.o
configure:2821: $? = 0
configure:2832: result: yes
configure:2849: checking for gcc option to accept ANSI C
configure:2919: gcc -c -g -O2 conftest.c >&5
configure:2925: $? = 0
configure:2929: test -z
|| test ! -s conftest.err
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2956: result: none needed
configure:2974: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2980: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3115: checking dependency style of gcc
configure:3205: result: gcc3
configure:3222: checking for a sed that does not truncate output
configure:3276: result: /bin/sed
configure:3279: checking for egrep
configure:3289: result: grep -E
configure:3305: checking for ld used by gcc
configure:3372: result: c:/MinGW/mingw32/bin/ld.exe
configure:3381: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:3396: result: yes
configure:3401: checking for c:/MinGW/mingw32/bin/ld.exe option to
reload object files
configure:3408: result: -r
configure:3426: checking for BSD-compatible nm
configure:3475: result: /mingw/bin/nm
configure:3479: checking whether ln -s works
configure:3483: result: yes
configure:3490: checking how to recognise dependent libraries
configure:3668: result: pass_all
configure:3936: checking for dlltool
configure:3952: found /mingw/bin/dlltool
configure:3963: result: dlltool
configure:4016: checking for as
configure:4032: found /mingw/bin/as
configure:4043: result: as
configure:4096: checking for objdump
configure:4112: found /mingw/bin/objdump
configure:4123: result: objdump
configure:4147: checking how to run the C preprocessor
configure:4182: gcc -E conftest.c
configure:4188: $? = 0
configure:4220: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4226: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4265: result: gcc -E
configure:4289: gcc -E conftest.c
configure:4295: $? = 0
configure:4327: gcc -E conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4333: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4377: checking for ANSI C header files
configure:4402: gcc -c -g -O2 conftest.c >&5
configure:4408: $? = 0
configure:4412: test -z
|| test ! -s conftest.err
configure:4415: $? = 0
configure:4418: test -s conftest.o
configure:4421: $? = 0
configure:4507: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:4510: $? = 0
configure:4512: ./conftest.exe
configure:4515: $? = 0
configure:4530: result: yes
configure:4554: checking for sys/types.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for sys/stat.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for stdlib.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for string.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for memory.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for strings.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for inttypes.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for stdint.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4554: checking for unistd.h
configure:4570: gcc -c -g -O2 conftest.c >&5
configure:4576: $? = 0
configure:4580: test -z
|| test ! -s conftest.err
configure:4583: $? = 0
configure:4586: test -s conftest.o
configure:4589: $? = 0
configure:4600: result: yes
configure:4626: checking dlfcn.h usability
configure:4638: gcc -c -g -O2 conftest.c >&5
conftest.c:55:19: dlfcn.h: No such file or directory
configure:4644: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dlfcn.h>
configure:4667: result: no
configure:4671: checking dlfcn.h presence
configure:4681: gcc -E conftest.c
conftest.c:21:19: dlfcn.h: No such file or directory
configure:4687: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:4707: result: no
configure:4742: checking for dlfcn.h
configure:4749: result: no
configure:4814: checking for g++
configure:4830: found /mingw/bin/g++
configure:4840: result: g++
configure:4856: checking for C++ compiler version
configure:4859: g++ --version </dev/null >&5
g++.exe (GCC) 3.4.2 (mingw-special)

Copyright (C) 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



configure:4862: $? = 0
configure:4864: g++ -v </dev/null >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs

Configured with: ../gcc/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug

Thread model: win32

gcc version 3.4.2 (mingw-special)

configure:4867: $? = 0
configure:4869: g++ -V </dev/null >&5
g++.exe: `-V' option must have argument

configure:4872: $? = 1
configure:4875: checking whether we are using the GNU C++ compiler
configure:4899: g++ -c conftest.cc >&5
configure:4905: $? = 0
configure:4909: test -z
|| test ! -s conftest.err
configure:4912: $? = 0
configure:4915: test -s conftest.o
configure:4918: $? = 0
configure:4931: result: yes
configure:4937: checking whether g++ accepts -g
configure:4958: g++ -c -g conftest.cc >&5
configure:4964: $? = 0
configure:4968: test -z
|| test ! -s conftest.err
configure:4971: $? = 0
configure:4974: test -s conftest.o
configure:4977: $? = 0
configure:4988: result: yes
configure:5030: g++ -c -g -O2 conftest.cc >&5
configure:5036: $? = 0
configure:5040: test -z
|| test ! -s conftest.err
configure:5043: $? = 0
configure:5046: test -s conftest.o
configure:5049: $? = 0
configure:5075: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:25: error: `exit' undeclared (first use this function)
conftest.cc:25: error: (Each undeclared identifier is reported only
once for each function it appears in.)
configure:5081: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| #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
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:5030: g++ -c -g -O2 conftest.cc >&5
configure:5036: $? = 0
configure:5040: test -z
|| test ! -s conftest.err
configure:5043: $? = 0
configure:5046: test -s conftest.o
configure:5049: $? = 0
configure:5075: g++ -c -g -O2 conftest.cc >&5
configure:5081: $? = 0
configure:5085: test -z
|| test ! -s conftest.err
configure:5088: $? = 0
configure:5091: test -s conftest.o
configure:5094: $? = 0
configure:5119: checking dependency style of g++
configure:5209: result: gcc3
configure:5236: checking how to run the C++ preprocessor
configure:5267: g++ -E conftest.cc
configure:5273: $? = 0
configure:5305: g++ -E conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:5311: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5350: result: g++ -E
configure:5374: g++ -E conftest.cc
configure:5380: $? = 0
configure:5412: g++ -E conftest.cc
conftest.cc:24:28: ac_nonexistent.h: No such file or directory
configure:5418: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "SDL_image"
| #define VERSION "1.2.5"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5515: checking for g77
configure:5544: result: no
configure:5515: checking for f77
configure:5544: result: no
configure:5515: checking for xlf
configure:5544: result: no
configure:5515: checking for frt
configure:5544: result: no
configure:5515: checking for pgf77
configure:5544: result: no
configure:5515: checking for fort77
configure:5544: result: no
configure:5515: checking for fl32
configure:5544: result: no
configure:5515: checking for af77
configure:5544: result: no
configure:5515: checking for f90
configure:5544: result: no
configure:5515: checking for xlf90
configure:5544: result: no
configure:5515: checking for pgf90
configure:5544: result: no
configure:5515: checking for epcf90
configure:5544: result: no
configure:5515: checking for f95
configure:5544: result: no
configure:5515: checking for fort
configure:5544: result: no
configure:5515: checking for xlf95
configure:5544: result: no
configure:5515: checking for ifc
configure:5544: result: no
configure:5515: checking for efc
configure:5544: result: no
configure:5515: checking for pgf95
configure:5544: result: no
configure:5515: checking for lf95
configure:5544: result: no
configure:5515: checking for gfortran
configure:5544: result: no
configure:5559: checking for Fortran 77 compiler version
configure:5559: --version </dev/null >&5
./configure: --version: command not found
configure:5562: $? = 127
configure:5564: -v </dev/null >&5
./configure: -v: command not found
configure:5567: $? = 127
configure:5569: -V </dev/null >&5
./configure: -V: command not found
configure:5572: $? = 127
configure:5580: checking whether we are using the GNU Fortran 77 compiler
configure:5594: -c conftest.F >&5
./configure: -c: command not found
configure:5600: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5626: result: no
configure:5632: checking whether accepts -g
configure:5644: -c -g conftest.f >&5
./configure: -c: command not found
configure:5650: $? = 127
configure: failed program was:
| program main
|
| end
configure:5675: result: no
configure:5705: checking the maximum length of command line arguments
configure:5820: result: 8192
configure:5831: checking command to parse /mingw/bin/nm output from gcc object
configure:5936: gcc -c -g -O2 conftest.c >&5
configure:5939: $? = 0
configure:5943: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm
configure:5946: $? = 0
cannot find nm_test_var in conftest.nm
configure:5936: gcc -c -g -O2 conftest.c >&5
configure:5939: $? = 0
configure:5943: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm
configure:5946: $? = 0
configure:5998: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:6001: $? = 0
configure:6039: result: ok
configure:6043: checking for objdir
configure:6058: result: .libs
configure:6148: checking for ar
configure:6164: found /mingw/bin/ar
configure:6175: result: ar
configure:6228: checking for ranlib
configure:6244: found /mingw/bin/ranlib
configure:6255: result: ranlib
configure:6308: checking for strip
configure:6324: found /mingw/bin/strip
configure:6335: result: strip
configure:6611: checking if gcc supports -fno-rtti -fno-exceptions
configure:6632: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option "-fno-rtti" is valid for
C++/ObjC++ but not for C

configure:6636: $? = 0
configure:6646: result: no
configure:6661: checking for gcc option to produce PIC
configure:6871: result: -DDLL_EXPORT
configure:6879: checking if gcc PIC flag -DDLL_EXPORT works
configure:6900: gcc -c -g -O2 -DDLL_EXPORT -DPIC conftest.c >&5
configure:6904: $? = 0
configure:6914: result: yes
configure:6942: checking if gcc static flag -static works
configure:6970: result: yes
configure:6980: checking if gcc supports -c -o file.o
configure:7004: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7008: $? = 0
configure:7027: result: yes
configure:7053: checking whether the gcc linker
(c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:8011: result: yes
configure:8032: checking whether -lc should be explicitly linked in
configure:8037: gcc -c -g -O2 conftest.c >&5
configure:8040: $? = 0
configure:8055: gcc -shared conftest.o -v -o ./conftest
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest
2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8058: $? = 1
configure:8070: result: yes
configure:8078: checking dynamic linker characteristics
configure:8668: result: Win32 ld.exe
configure:8677: checking how to hardcode library paths into programs
configure:8702: result: immediate
configure:8716: checking whether stripping libraries is possible
configure:8721: result: yes
configure:9555: checking if libtool supports shared libraries
configure:9557: result: yes
configure:9560: checking whether to build shared libraries
configure:9581: result: yes
configure:9584: checking whether to build static libraries
configure:9588: result: yes
configure:9680: creating libtool
configure:10268: checking for ld used by g++
configure:10335: result: c:/MinGW/mingw32/bin/ld.exe
configure:10344: checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld
configure:10359: result: yes
configure:10410: checking whether the g++ linker
(c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:11348: result: yes
configure:11370: g++ -c -g -O2 conftest.cpp >&5
configure:11373: $? = 0
configure:11492: checking for g++ option to produce PIC
configure:11766: result: -DDLL_EXPORT
configure:11774: checking if g++ PIC flag -DDLL_EXPORT works
configure:11795: g++ -c -g -O2 -DDLL_EXPORT -DPIC conftest.cpp >&5
configure:11799: $? = 0
configure:11809: result: yes
configure:11837: checking if g++ static flag -static works
configure:11865: result: yes
configure:11875: checking if g++ supports -c -o file.o
configure:11899: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:11903: $? = 0
configure:11922: result: yes
configure:11948: checking whether the g++ linker
(c:/MinGW/mingw32/bin/ld.exe) supports shared libraries
configure:11973: result: yes
configure:12040: checking dynamic linker characteristics
configure:12630: result: Win32 ld.exe
configure:12639: checking how to hardcode library paths into programs
configure:12664: result: immediate
configure:18822: checking whether make sets $(MAKE)
configure:18842: result: yes
configure:18897: checking for gcc
configure:18923: result: gcc
configure:19167: checking for C compiler version
configure:19170: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.2 (mingw-special)

Copyright (C) 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



configure:19173: $? = 0
configure:19175: gcc -v </dev/null >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs

Configured with: ../gcc/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug

Thread model: win32

gcc version 3.4.2 (mingw-special)

configure:19178: $? = 0
configure:19180: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument

configure:19183: $? = 1
configure:19186: checking whether we are using the GNU C compiler
configure:19242: result: yes
configure:19248: checking whether gcc accepts -g
configure:19299: result: yes
configure:19316: checking for gcc option to accept ANSI C
configure:19423: result: none needed
configure:19441: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:19447: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:19582: checking dependency style of gcc
configure:19672: result: gcc3
configure:19689: checking for inline
configure:19710: gcc -c -g -O2 conftest.c >&5
configure:19716: $? = 0
configure:19720: test -z
|| test ! -s conftest.err
configure:19723: $? = 0
configure:19726: test -s conftest.o
configure:19729: $? = 0
configure:19741: result: inline
configure:19773: checking for a BSD-compatible install
configure:19828: result: /bin/install -c
configure:19903: checking for sdl-config
configure:19921: found /usr/local/bin/sdl-config
configure:19934: result: /usr/local/bin/sdl-config
configure:19942: checking for SDL - version >= 1.2.10
configure:20034: gcc -o conftest.exe -g -O2 -I/usr/local/include/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main conftest.c -L/usr/local/lib
-lmingw32 -lSDLmain -lSDL -mwindows >&5
configure:20037: $? = 0
configure:20039: ./conftest.exe
configure:20042: $? = 0
configure:20061: result: yes
configure:20272: checking for uncompress in -lz
configure:20302: gcc -o conftest.exe -g -O2 -I/usr/local/include/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main conftest.c -lz -L/usr/local/lib
-lmingw32 -lSDLmain -lSDL -mwindows >&5
configure:20308: $? = 0
configure:20312: test -z
|| test ! -s conftest.err
configure:20315: $? = 0
configure:20318: test -s conftest.exe
configure:20321: $? = 0
configure:20334: result: yes
configure:20345: checking for jpeg_CreateDecompress in -ljpeg
configure:20375: gcc -o conftest.exe -g -O2 -I/usr/local/include/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main conftest.c -ljpeg -lz
-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows >&5
configure:20381: $? = 0
configure:20385: test -z
|| test ! -s conftest.err
configure:20388: $? = 0
configure:20391: test -s conftest.exe
configure:20394: $? = 0
configure:20407: result: yes
configure:20446: checking for png_create_read_struct in -lpng
configure:20476: gcc -o conftest.exe -g -O2 -I/usr/local/include/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main conftest.c -lpng -ljpeg -lz
-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows >&5
configure:20482: $? = 0
configure:20486: test -z
|| test ! -s conftest.err
configure:20489: $? = 0
configure:20492: test -s conftest.exe
configure:20495: $? = 0
configure:20508: result: yes
configure:20544: checking for TIFFClientOpen in -ltiff
configure:20574: gcc -o conftest.exe -g -O2 -I/usr/local/include/SDL
-D_GNU_SOURCE=1 -Dmain=SDL_main conftest.c -ltiff -ljpeg -lz
-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows >&5
configure:20580: $? = 0
configure:20584: test -z
|| test ! -s conftest.err
configure:20587: $? = 0
configure:20590: test -s conftest.exe
configure:20593: $? = 0
configure:20606: result: yes
configure:20903: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on ded00120044xp

config.status:727: creating Makefile
config.status:727: creating SDL_image.spec
config.status:727: creating SDL_image.qpg
config.status:910: executing depfiles commands

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

ac_cv_build=i686-pc-mingw32
ac_cv_build_alias=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_host_alias=i686-pc-mingw32
ac_cv_lib_jpeg_jpeg_CreateDecompress=yes
ac_cv_lib_png_png_create_read_struct=yes
ac_cv_lib_tiff_TIFFClientOpen=yes
ac_cv_lib_z_uncompress=yes
ac_cv_objext=o
ac_cv_path_SDL_CONFIG=/usr/local/bin/sdl-config
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_LDCXX=c:/MinGW/mingw32/bin/ld.exe
lt_cv_path_NM=/mingw/bin/nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
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]*\)
\{0,1\}$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\)
\([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern
int \1;/p'\'''
lt_cv_sys_max_cmd_len=8192
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][
]*_\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
\\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST]
\\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run autoconf'
AUTOHEADER='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run
autoheader'
AUTOMAKE='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run
automake-1.9'
AWK='gawk'
BINARY_AGE='5'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -I/usr/local/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"SDL_image\" -DVERSION=\"1.2.5\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLOAD_JPG=1
-DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1
-DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1
-DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.dll\"
-DLOAD_JPG_DYNAMIC=\"jpeg.dll\" -DLOAD_PNG_DYNAMIC=\"libpng13.dll\" '
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT='.exe'
F77=''
FFLAGS=''
IMG_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTERFACE_AGE='4'
LDFLAGS=''
LIBOBJS=''
LIBS=' -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='1'
LT_CURRENT='1'
LT_RELEASE='1.2'
LT_REVISION='4'
MAJOR_VERSION='1'
MAKEINFO='${SHELL} /c/LIB_SDL.src/src/SDL_image-1.2.5/missing --run makeinfo'
MICRO_VERSION='5'
MINOR_VERSION='2'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='SDL_image'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SDL_CFLAGS='-I/usr/local/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main'
SDL_CONFIG='/usr/local/bin/sdl-config'
SDL_LIBS='-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mwindows'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.2.5'
ac_ct_AR='ar'
ac_ct_AS='as'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL='dlltool'
ac_ct_F77=''
ac_ct_OBJDUMP='objdump'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/c/LIB_SDL.src/src/SDL_image-1.2.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define LOAD_BMP 1
#define LOAD_GIF 1
#define LOAD_JPG 1
#define LOAD_JPG_DYNAMIC "jpeg.dll"
#define LOAD_LBM 1
#define LOAD_PCX 1
#define LOAD_PNG 1
#define LOAD_PNG_DYNAMIC "libpng13.dll"
#define LOAD_PNM 1
#define LOAD_TGA 1
#define LOAD_TIF 1
#define LOAD_TIF_DYNAMIC "libtiff.dll"
#define LOAD_XCF 1
#define LOAD_XPM 1
#define LOAD_XV 1
#define PACKAGE "SDL_image"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.2.5"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
SDL_mixer C compiler cannot create executables under msys (m
James Barrett
Guest

in my haste, I opened the wrong config.log. I apologize. Here is the
correct log.


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = ded00120044xp
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/Program Files/PHP/
PATH: /c/Program Files/Serena/Dimensions 10.1/CM/prog
PATH: /c/Program Files/DST/DSTDataSetGenerator
PATH: /usr/bin
PATH: /local/bin
PATH: /mingw/bin
PATH: /mingw/mingw32/bin
PATH: "C
PATH: /Program Files/Java/jdk1.5.0_12/bin"
PATH: /c/Program Files/DST/AWDView/
PATH: /c/WINDOWS/SYSTEM32
PATH: /c/WINDOWS
PATH: /c/usr/bin
PATH: /c/Serena/CHANGE~1/DIMENS~1/9.1/PROG
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Program Files/ATI Technologies/ATI Control Panel
PATH: /c/Program Files/ATI Technologies/ATI.ACE/
PATH: /c/Program Files/DST/ICU/
PATH: /c/Program Files/Microsoft SQL Server/90/Tools/binn/
PATH: /c/Program Files/Common Files/Compuware
PATH: /c/AWDWIN/BIN
PATH: /c/Program Files/SlickEdit/win
PATH: .


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1582: checking build system type
configure:1600: result: i686-pc-mingw32
configure:1608: checking host system type
configure:1622: result: i686-pc-mingw32
configure:1778: checking for gcc
configure:1794: found /mingw/bin/gcc
configure:1804: result: gcc
configure:2048: checking for C compiler version
configure:2051: gcc --version </dev/null >&5
gcc.exe (GCC) 3.4.2 (mingw-special)

Copyright (C) 2004 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



configure:2054: $? = 0
configure:2056: gcc -v </dev/null >&5
Reading specs from c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/specs

Configured with: ../gcc/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw
--enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry
--disable-shared --enable-sjlj-exceptions --enable-libgcj
--disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-libstdcxx-debug

Thread model: win32

gcc version 3.4.2 (mingw-special)

configure:2059: $? = 0
configure:2061: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument

configure:2064: $? = 1
configure:2087: checking for C compiler default output file name
configure:2090: gcc /usr/local/include:/usr/include:/mingw/include
-D_GNU_SOURCE=1 -I/usr/local/include
/usr/local/include:/usr/include:/mingw/include -D_GNU_SOURCE=1
-I/usr/local/include -L/usr/local/lib conftest.c >&5
gcc.exe: C:\msys\1.0\local\include;C:\msys\1.0\include;c:\MinGW\include:
Invalid argument

gcc.exe: C:\msys\1.0\local\include;C:\msys\1.0\include;c:\MinGW\include:
Invalid argument

configure:2093: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2132: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_build=i686-pc-mingw32
ac_cv_build_alias=i686-pc-mingw32
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i686-pc-mingw32
ac_cv_host_alias=i686-pc-mingw32
ac_cv_prog_ac_ct_CC=gcc

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

AR=''
AS=''
BINARY_AGE='7'
BUILD_CFLAGS=' '
BUILD_LDFLAGS=''
CC='gcc'
CFLAGS=' /usr/local/include:/usr/include:/mingw/include
-D_GNU_SOURCE=1 -I/usr/local/include'
CPP=''
CPPFLAGS=' /usr/local/include:/usr/include:/mingw/include
-D_GNU_SOURCE=1 -I/usr/local/include'
CXX=''
CXXCPP=''
CXXFLAGS=''
DEFS=''
DLLTOOL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXE=''
EXEEXT=''
EXTRA_CFLAGS='/usr/local/include:/usr/include:/mingw/include
-D_GNU_SOURCE=1 -I/usr/local/include'
EXTRA_LDFLAGS=' -L/usr/local/lib'
F77=''
FFLAGS=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
INTERFACE_AGE='5'
LDFLAGS=' -L/usr/local/lib'
LIBMIKMOD_CONFIG=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LT_AGE='2'
LT_CURRENT='2'
LT_RELEASE='1.2'
LT_REVISION='5'
MAJOR_VERSION='1'
MICRO_VERSION='7'
MINOR_VERSION='2'
OBJDUMP=''
OBJECTS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SMPEG_CFLAGS=''
SMPEG_CONFIG=''
SMPEG_LIBS=''
SOURCES=''
STRIP=''
VERSION='1.2.7'
ac_aux_dir='./build-scripts'
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 77
SDL_mixer C compiler cannot create executables under msys (m
James Barrett
Guest

I figured it out. I had to blank out the INCLUDE and LIB environment variables





On Dec 27, 2007 12:43 PM, James Barrett <xucaen at gmail.com> wrote:
Quote:
in my haste, I opened the wrong config.log. I apologize. Here is the
correct log.