[GtkGLExt] cannot specify -o with -c or -S and multiple compilations



Hi all
Im trying to install the gtkglextmm 1.1.0 in windows using mingw 3.3.1
with msys. I have all the required libraries installed. I run many
variants of ./configure and all finish succesfully. I have no
pathnames with white spaces. But when I run make I always get the
following error:
-----------------------------------------------------------------------------------------
$ make    
make  all-recursive
make[1]: Entering directory `/c/gtkglextmm-1.1.0'
Making all in tools
make[2]: Entering directory `/c/gtkglextmm-1.1.0/tools'
Making all in extra_defs_gen
make[3]: Entering directory `/c/gtkglextmm-1.1.0/tools/extra_defs_gen'
if g++ -march=pentium -DHAVE_CONFIG_H -I. -I. -I../..
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/gdkmm-2.4 -Ic:/Dev-Cpp/lib/gdkmm-2.4/include
-Ic:/Dev-Cpp/include/glibmm-2.4 -Ic:/Dev-Cpp/lib/glibmm-2.4/include
-Ic:/Dev-Cpp/include/pangomm-1.4 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include -Ic:/Dev-Cpp/include/atk-1.0
-Ic:/Dev-Cpp/include/gtkmm-2.4 -Ic:/Dev-Cpp/lib/gtkmm-2.4/include
-Ic:/Dev-Cpp/include/atkmm-1.6         -g -O2 -Wall -mms-bitfields -MT
generate_defs_gtkglext.o -MD -MP -MF
".deps/generate_defs_gtkglext.Tpo" \
  -c -o generate_defs_gtkglext.o `test -f 'generate_defs_gtkglext.cc'
|| echo './'`generate_defs_gtkglext.cc; \
then mv -f ".deps/generate_defs_gtkglext.Tpo"
".deps/generate_defs_gtkglext.Po"; \
else rm -f ".deps/generate_defs_gtkglext.Tpo"; exit 1; \
fi
g++.exe: cannot specify -o with -c or -S and multiple compilations
make[3]: *** [generate_defs_gtkglext.o] Error 1
make[3]: Leaving directory `/c/gtkglextmm-1.1.0/tools/extra_defs_gen'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/gtkglextmm-1.1.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/gtkglextmm-1.1.0'
make: *** [all] Error 2
--------------------------------------------------------------------------------------

Here is the config.log and the makefile file if someone can help me.
Thanks in Advance
Daniel

-----------------------------------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 gtkglextmm configure 1.1.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --build=i386-pc-mingw32 --disable-static

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

hostname = visit47
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.0
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: /c/Dev-Cpp/bin
PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /usr/bin
PATH: /c/texmf/miktex/bin
PATH: /c/WINNT/system32
PATH: /c/WINNT
PATH: /c/WINNT/System32/Wbem
PATH: /c/mingw/bin
PATH: /c/Qt/3.2.1/lib
PATH: /c/Qt/3.2.1/bin
PATH: /c/gs/gs8.13
PATH: /c/matlabr12/bin/win32
PATH: /usr/bin
PATH: /c/doxygen/bin
PATH: /c/ATT/Graphviz/bin
PATH: /c/ATT/Graphviz/bin/tools


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

configure:1567: checking for a BSD-compatible install
configure:1622: result: /c/Dev-Cpp/bin/install -c
configure:1633: checking whether build environment is sane
configure:1676: result: yes
configure:1709: checking for gawk
configure:1725: found /c/Dev-Cpp/bin/gawk
configure:1735: result: gawk
configure:1745: checking whether make sets $(MAKE)
configure:1765: result: yes
configure:1925: checking whether to enable maintainer-specific
portions of Makefiles
configure:1934: result: no
configure:1956: checking build system type
configure:1974: result: i386-pc-mingw32
configure:1982: checking host system type
configure:1996: result: i386-pc-mingw32
configure:2095: checking for gcc
configure:2111: found /c/Dev-Cpp/bin/gcc
configure:2121: result: gcc
configure:2365: checking for C compiler version
configure:2368: gcc --version </dev/null >&5
gcc.exe (GCC) 3.3.1 (mingw special 20030804-1)
Copyright (C) 2003 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:2371: $? = 0
configure:2373: gcc -v </dev/null >&5
Reading specs from c:/Dev-Cpp/bin/../lib/gcc-lib/mingw32/3.3.1/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,objc,ada,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
Thread model: win32
gcc version 3.3.1 (mingw special 20030804-1)
configure:2376: $? = 0
configure:2378: gcc -V </dev/null >&5
gcc.exe: `-V' option must have argument
configure:2381: $? = 1
configure:2404: checking for C compiler default output file name
configure:2407: gcc    conftest.c  >&5
configure:2410: $? = 0
configure:2456: result: a.exe
configure:2461: checking whether the C compiler works
configure:2467: ./a.exe
configure:2470: $? = 0
configure:2487: result: yes
configure:2494: checking whether we are cross compiling
configure:2496: result: no
configure:2499: checking for suffix of executables
configure:2501: gcc -o conftest.exe    conftest.c  >&5
configure:2504: $? = 0
configure:2529: result: .exe
configure:2535: checking for suffix of object files
configure:2556: gcc -c   conftest.c >&5
configure:2559: $? = 0
configure:2581: result: o
configure:2585: checking whether we are using the GNU C compiler
configure:2609: gcc -c   conftest.c >&5
configure:2615: $? = 0
configure:2619: test -z 
			 || test ! -s conftest.err
configure:2622: $? = 0
configure:2625: test -s conftest.o
configure:2628: $? = 0
configure:2641: result: yes
configure:2647: checking whether gcc accepts -g
configure:2668: gcc -c -g  conftest.c >&5
configure:2674: $? = 0
configure:2678: test -z 
			 || test ! -s conftest.err
configure:2681: $? = 0
configure:2684: test -s conftest.o
configure:2687: $? = 0
configure:2698: result: yes
configure:2715: checking for gcc option to accept ANSI C
configure:2785: gcc  -c -g -O2  conftest.c >&5
configure:2791: $? = 0
configure:2795: test -z 
			 || test ! -s conftest.err
configure:2798: $? = 0
configure:2801: test -s conftest.o
configure:2804: $? = 0
configure:2822: result: none needed
configure:2840: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2846: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2990: checking for style of include used by make
configure:3018: result: GNU
configure:3046: checking dependency style of gcc
configure:3129: result: gcc3
configure:3151: checking how to run the C preprocessor
configure:3186: gcc -E  conftest.c
configure:3192: $? = 0
configure:3224: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3230: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3269: result: gcc -E
configure:3293: gcc -E  conftest.c
configure:3299: $? = 0
configure:3331: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3337: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3474: checking for C++ compiler version
configure:3477: g++ -march=pentium --version </dev/null >&5
g++.exe (GCC) 3.3.1 (mingw special 20030804-1)
Copyright (C) 2003 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:3480: $? = 0
configure:3482: g++ -march=pentium -v </dev/null >&5
Reading specs from c:/Dev-Cpp/bin/../lib/gcc-lib/mingw32/3.3.1/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,objc,ada,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
Thread model: win32
gcc version 3.3.1 (mingw special 20030804-1)
g++.exe: no input files
configure:3485: $? = 1
configure:3487: g++ -march=pentium -V </dev/null >&5
g++.exe: argument to `-V' missing

configure:3490: $? = 1
configure:3493: checking whether we are using the GNU C++ compiler
configure:3517: g++ -march=pentium -c   conftest.cc >&5
configure:3523: $? = 0
configure:3527: test -z 
			 || test ! -s conftest.err
configure:3530: $? = 0
configure:3533: test -s conftest.o
configure:3536: $? = 0
configure:3549: result: yes
configure:3555: checking whether g++ -march=pentium accepts -g
configure:3576: g++ -march=pentium -c -g  conftest.cc >&5
configure:3582: $? = 0
configure:3586: test -z 
			 || test ! -s conftest.err
configure:3589: $? = 0
configure:3592: test -s conftest.o
configure:3595: $? = 0
configure:3606: result: yes
configure:3648: g++ -march=pentium -c -g -O2  conftest.cc >&5
configure:3654: $? = 0
configure:3658: test -z 
			 || test ! -s conftest.err
configure:3661: $? = 0
configure:3664: test -s conftest.o
configure:3667: $? = 0
configure:3693: g++ -march=pentium -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:13: error: `exit' undeclared (first use this function)
conftest.cc:13: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:3699: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3648: g++ -march=pentium -c -g -O2  conftest.cc >&5
configure:3654: $? = 0
configure:3658: test -z 
			 || test ! -s conftest.err
configure:3661: $? = 0
configure:3664: test -s conftest.o
configure:3667: $? = 0
configure:3693: g++ -march=pentium -c -g -O2  conftest.cc >&5
configure:3699: $? = 0
configure:3703: test -z 
			 || test ! -s conftest.err
configure:3706: $? = 0
configure:3709: test -s conftest.o
configure:3712: $? = 0
configure:3737: checking dependency style of g++ -march=pentium
configure:3820: result: gcc3
configure:3842: checking how to run the C++ preprocessor
configure:3873: g++ -march=pentium -E  conftest.cc
configure:3879: $? = 0
configure:3911: g++ -march=pentium -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:3917: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3956: result: g++ -march=pentium -E
configure:3980: g++ -march=pentium -E  conftest.cc
configure:3986: $? = 0
configure:4018: g++ -march=pentium -E  conftest.cc
conftest.cc:12:28: ac_nonexistent.h: No such file or directory
configure:4024: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4069: checking for strerror in -lcposix
configure:4099: gcc -o conftest.exe -g -O2   conftest.c -lcposix   >&5
c:\Dev-Cpp\bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe:
cannot find -lcposix
configure:4105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:4131: result: no
configure:4214: checking for a sed that does not truncate output
configure:4268: result: /c/Dev-Cpp/bin/sed
configure:4271: checking for egrep
configure:4281: result: grep -E
configure:4297: checking for ld used by gcc
configure:4364: result: c:/Dev-Cpp/mingw32/bin/ld.exe
configure:4373: checking if the linker (c:/Dev-Cpp/mingw32/bin/ld.exe) is GNU ld
configure:4388: result: yes
configure:4393: checking for c:/Dev-Cpp/mingw32/bin/ld.exe option to
reload object files
configure:4400: result: -r
configure:4409: checking for BSD-compatible nm
configure:4451: result: /c/Dev-Cpp/bin/nm
configure:4455: checking whether ln -s works
configure:4459: result: yes
configure:4466: checking how to recognise dependent libraries
configure:4649: result: file_magic file format pei*-i386(.*architecture: i386)?
configure:4893: checking for dlltool
configure:4909: found /c/Dev-Cpp/bin/dlltool
configure:4920: result: dlltool
configure:4973: checking for as
configure:4989: found /c/Dev-Cpp/bin/as
configure:5000: result: as
configure:5053: checking for objdump
configure:5069: found /c/Dev-Cpp/bin/objdump
configure:5080: result: objdump
configure:5100: checking for ANSI C header files
configure:5125: gcc -c -g -O2  conftest.c >&5
configure:5131: $? = 0
configure:5135: test -z 
			 || test ! -s conftest.err
configure:5138: $? = 0
configure:5141: test -s conftest.o
configure:5144: $? = 0
configure:5230: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:5233: $? = 0
configure:5235: ./conftest.exe
configure:5238: $? = 0
configure:5253: result: yes
configure:5277: checking for sys/types.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for sys/stat.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for stdlib.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for string.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for memory.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for strings.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for inttypes.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for stdint.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5277: checking for unistd.h
configure:5293: gcc -c -g -O2  conftest.c >&5
configure:5299: $? = 0
configure:5303: test -z 
			 || test ! -s conftest.err
configure:5306: $? = 0
configure:5309: test -s conftest.o
configure:5312: $? = 0
configure:5323: result: yes
configure:5349: checking dlfcn.h usability
configure:5361: gcc -c -g -O2  conftest.c >&5
conftest.c:56:19: dlfcn.h: No such file or directory
configure:5367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5390: result: no
configure:5394: checking dlfcn.h presence
configure:5404: gcc -E  conftest.c
conftest.c:22:19: dlfcn.h: No such file or directory
configure:5410: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtkglextmm"
| #define PACKAGE_TARNAME "gtkglextmm"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "gtkglextmm 1.1.0"
| #define PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5430: result: no
configure:5465: checking for dlfcn.h
configure:5472: result: no
configure:5537: checking for g77
configure:5566: result: no
configure:5537: checking for f77
configure:5566: result: no
configure:5537: checking for xlf
configure:5566: result: no
configure:5537: checking for frt
configure:5566: result: no
configure:5537: checking for pgf77
configure:5566: result: no
configure:5537: checking for fort77
configure:5566: result: no
configure:5537: checking for fl32
configure:5566: result: no
configure:5537: checking for af77
configure:5566: result: no
configure:5537: checking for f90
configure:5566: result: no
configure:5537: checking for xlf90
configure:5566: result: no
configure:5537: checking for pgf90
configure:5566: result: no
configure:5537: checking for epcf90
configure:5566: result: no
configure:5537: checking for f95
configure:5566: result: no
configure:5537: checking for fort
configure:5566: result: no
configure:5537: checking for xlf95
configure:5566: result: no
configure:5537: checking for ifc
configure:5566: result: no
configure:5537: checking for efc
configure:5566: result: no
configure:5537: checking for pgf95
configure:5566: result: no
configure:5537: checking for lf95
configure:5566: result: no
configure:5537: checking for gfortran
configure:5566: result: no
configure:5581: checking for Fortran 77 compiler version
configure:5581:  --version </dev/null >&5
./configure: --version: command not found
configure:5584: $? = 127
configure:5586:  -v </dev/null >&5
./configure: -v: command not found
configure:5589: $? = 127
configure:5591:  -V </dev/null >&5
./configure: -V: command not found
configure:5594: $? = 127
configure:5602: checking whether we are using the GNU Fortran 77 compiler
configure:5616:  -c  conftest.F >&5
./configure: -c: command not found
configure:5622: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5648: result: no
configure:5654: checking whether  accepts -g
configure:5666:  -c -g conftest.f >&5
./configure: -c: command not found
configure:5672: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5697: result: no
configure:5727: checking the maximum length of command line arguments
configure:5792: result: 8192
configure:5803: checking command to parse /c/Dev-Cpp/bin/nm output
from gcc object
configure:5892: gcc -c -g -O2  conftest.c >&5
configure:5895: $? = 0
configure:5899: /c/Dev-Cpp/bin/nm conftest.o \| sed -n -e 's/^.*[
	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][
	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \> conftest.nm
configure:5902: $? = 0
cannot find nm_test_var in conftest.nm
configure:5892: gcc -c -g -O2  conftest.c >&5
configure:5895: $? = 0
configure:5899: /c/Dev-Cpp/bin/nm conftest.o \| sed -n -e 's/^.*[
	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][
	]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2\3 \3/p' \>
conftest.nm
configure:5902: $? = 0
configure:5954: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
configure:5957: $? = 0
configure:5995: result: ok
configure:5999: checking for objdir
configure:6014: result: .libs
configure:6104: checking for ar
configure:6131: result: /c/Dev-Cpp/mingw32/bin
configure:6184: checking for ranlib
configure:6200: found /c/Dev-Cpp/bin/ranlib
configure:6211: result: ranlib
configure:6264: checking for strip
configure:6280: found /c/Dev-Cpp/bin/strip
configure:6291: result: strip
configure:6553: checking if gcc static flag  works
configure:6576: result: yes
configure:6594: checking if gcc supports -fno-rtti -fno-exceptions
configure:6615: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6619: $? = 0
configure:6627: result: no
configure:6642: checking for gcc option to produce PIC
configure:6819: result: -DDLL_EXPORT
configure:6827: checking if gcc PIC flag -DDLL_EXPORT works
configure:6848: gcc -c -g -O2  -DDLL_EXPORT -DPIC conftest.c >&5
configure:6852: $? = 0
configure:6860: result: yes
configure:6884: checking if gcc supports -c -o file.o
configure:6908: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6912: $? = 0
configure:6929: result: yes
configure:6955: checking whether the gcc linker
(c:/Dev-Cpp/mingw32/bin/ld.exe) supports shared libraries
configure:7803: result: yes
configure:7829: checking whether -lc should be explicitly linked in
configure:7834: gcc -c -g -O2  conftest.c >&5
configure:7837: $? = 0
configure:7851: gcc -shared conftest.o  -v -o ./conftest
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep 
-lc  \>/dev/null 2\>\&1
configure:7854: $? = 1
configure:7866: result: yes
configure:7874: checking dynamic linker characteristics
configure:8414: result: Win32 ld.exe
configure:8418: checking how to hardcode library paths into programs
configure:8443: result: immediate
configure:8457: checking whether stripping libraries is possible
configure:8462: result: yes
configure:9292: checking if libtool supports shared libraries
configure:9294: result: yes
configure:9297: checking whether to build shared libraries
configure:9355: result: yes
configure:9358: checking whether to build static libraries
configure:9362: result: no
configure:9454: creating libtool
configure:10001: checking for ld used by g++ -march=pentium
configure:10068: result: c:/Dev-Cpp/mingw32/bin/ld.exe
configure:10077: checking if the linker
(c:/Dev-Cpp/mingw32/bin/ld.exe) is GNU ld
configure:10092: result: yes
configure:10143: checking whether the g++ -march=pentium linker
(c:/Dev-Cpp/mingw32/bin/ld.exe) supports shared libraries
configure:10971: result: yes
configure:10989: g++ -march=pentium -c -g -O2  conftest.cc >&5
configure:10992: $? = 0
configure:11088: checking for g++ -march=pentium option to produce PIC
configure:11340: result: -DDLL_EXPORT
configure:11348: checking if g++ -march=pentium PIC flag -DDLL_EXPORT works
configure:11369: g++ -march=pentium -c -g -O2  -DDLL_EXPORT -DPIC
conftest.cc >&5
configure:11373: $? = 0
configure:11381: result: yes
configure:11405: checking if g++ -march=pentium supports -c -o file.o
configure:11429: g++ -march=pentium -c -g -O2  -o out/conftest2.o
conftest.cc >&5
configure:11433: $? = 0
configure:11450: result: yes
configure:11476: checking whether the g++ -march=pentium linker
(c:/Dev-Cpp/mingw32/bin/ld.exe) supports shared libraries
configure:11501: result: yes
configure:11572: checking dynamic linker characteristics
configure:12112: result: Win32 ld.exe
configure:12116: checking how to hardcode library paths into programs
configure:12141: result: immediate
configure:12155: checking whether stripping libraries is possible
configure:12160: result: yes
configure:19397: checking for some Win32 platform
configure:19406: result: yes
configure:19421: checking for native Win32
configure:19431: result: yes
configure:19473: checking whether build environment is sane
configure:19516: result: yes
configure:19523: checking for gcc option to accept ANSI C
configure:19586: gcc  -c -g -O2  conftest.c >&5
configure:19592: $? = 0
configure:19596: test -z 
			 || test ! -s conftest.err
configure:19599: $? = 0
configure:19602: test -s conftest.o
configure:19605: $? = 0
configure:19620: result: none needed
configure:19644: checking for a BSD-compatible install
configure:19699: result: /c/Dev-Cpp/bin/install -c
configure:19710: checking whether make sets $(MAKE)
configure:19730: result: yes
configure:19739: checking whether ln -s works
configure:19743: result: yes
configure:19754: checking for gawk
configure:19780: result: gawk
configure:19796: checking for gm4
configure:19825: result: no
configure:19796: checking for m4
configure:19812: found /c/Dev-Cpp/bin/m4
configure:19822: result: m4
configure:19835: checking whether m4 is GNU m4
configure:19838: result: yes
configure:19855: checking whether make is GNU Make
configure:19858: result: yes
configure:19883: checking for compiler warning flags to use
configure:19928: result: -Wall
configure:19939: checking how to get MSVC-compatible struct packing
configure:19965: result: -mms-bitfields
configure:19974: checking whether ld accepts --export-all-symbols
configure:19978: result: yes
configure:20002: checking for pkg-config
configure:20020: found /c/Dev-Cpp/bin/pkg-config
configure:20033: result: /c/Dev-Cpp/bin/pkg-config
configure:20050: checking for gtkglext-1.0 >= 1.0.0 gdkglext-1.0 >=
1.0.0 gtkmm-2.4 >= 2.4.0 gdkmm-2.4 >= 2.4.0 pangomm-1.4 >= 2.4.0
configure:20054: result: yes
configure:20058: checking BASE_DEPENDENCIES_CFLAGS
configure:20061: result: -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include
configure:20064: checking BASE_DEPENDENCIES_LIBS
configure:20067: result: -Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -latk-1.0 -lgdkmm-2.4
-lgdk-win32-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpangomm-1.4 -lglibmm-2.4 -lpango-1.0 -lsigc-2.0 -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl -liconv
configure:20121: checking for pkg-config
configure:20152: result: /c/Dev-Cpp/bin/pkg-config
configure:20173: checking for GtkGLExt - version >= 1.0.0
configure:20297: gcc -o conftest.exe -g -O2
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0     conftest.c -Lc:/Dev-Cpp/lib
-lgtkglext-win32-1.0 -lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32
-lkernel32 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv    >&5
configure:20300: $? = 0
configure:20302: ./conftest.exe
configure:20305: $? = 0
configure:20323: result: yes (version 1.0.6)
configure:20418: checking whether GtkGLExt supports multihead
configure:20439: gcc -o conftest.exe -g -O2 
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0    conftest.c  -Lc:/Dev-Cpp/lib
-lgtkglext-win32-1.0 -lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32
-lkernel32 -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv   >&5
conftest.c: In function `main':
conftest.c:26: warning: passing arg 1 of
`gdk_gl_query_extension_for_display' makes pointer from integer
without a cast
configure:20445: $? = 0
configure:20449: test -z 
			 || test ! -s conftest.err
configure:20452: $? = 0
configure:20455: test -s conftest.exe
configure:20458: $? = 0
configure:20470: result: yes
configure:20489: checking for perl
configure:20507: found /c/Dev-Cpp/bin/perl
configure:20519: result: /c/Dev-Cpp/bin/perl
configure:20533: checking whether Perl is new enough
configure:20543: result: yes
configure:20577: checking for ANSI C header files
configure:20730: result: yes
configure:20742: checking for an ANSI C-conforming const
configure:20809: gcc -c -g -O2  conftest.c >&5
configure:20815: $? = 0
configure:20819: test -z 
			 || test ! -s conftest.err
configure:20822: $? = 0
configure:20825: test -s conftest.o
configure:20828: $? = 0
configure:20839: result: yes
configure:20891: checking gdkmm/display.h usability
configure:20903: g++ -march=pentium -c -g -O2 -Wall -mms-bitfields 
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include   conftest.cc >&5
configure:20909: $? = 0
configure:20913: test -z 
			 || test ! -s conftest.err
configure:20916: $? = 0
configure:20919: test -s conftest.o
configure:20922: $? = 0
configure:20932: result: yes
configure:20936: checking gdkmm/display.h presence
configure:20946: g++ -march=pentium -E 
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include   conftest.cc
configure:20952: $? = 0
configure:20972: result: yes
configure:21007: checking for gdkmm/display.h
configure:21014: result: yes
configure:20891: checking gdkmm/screen.h usability
configure:20903: g++ -march=pentium -c -g -O2 -Wall -mms-bitfields 
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include   conftest.cc >&5
configure:20909: $? = 0
configure:20913: test -z 
			 || test ! -s conftest.err
configure:20916: $? = 0
configure:20919: test -s conftest.o
configure:20922: $? = 0
configure:20932: result: yes
configure:20936: checking gdkmm/screen.h presence
configure:20946: g++ -march=pentium -E 
-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include   conftest.cc
configure:20952: $? = 0
configure:20972: result: yes
configure:21007: checking for gdkmm/screen.h
configure:21014: result: yes
configure:21031: checking for Gdk::Display::get_default in gdkmm library
configure:21049: g++ -march=pentium -o conftest.exe -g -O2 -Wall
-mms-bitfields  -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include    conftest.cc  -Lc:/Dev-Cpp/lib
-lgtkglext-win32-1.0 -lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32
-lkernel32 -lgtkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -latk-1.0
-lgdkmm-2.4 -lgdk-win32-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpangomm-1.4 -lglibmm-2.4 -lpango-1.0 -lsigc-2.0 -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl -liconv   >&5
configure:21055: $? = 0
configure:21059: test -z 
			 || test ! -s conftest.err
configure:21062: $? = 0
configure:21065: test -s conftest.exe
configure:21068: $? = 0
configure:21079: result: yes
configure:21091: gdkmm supports multihead
configure:21170: checking for perl
configure:21200: result: /c/Dev-Cpp/bin/perl
configure:21218: checking for dot
configure:21236: found /c/ATT/Graphviz/bin/dot
configure:21248: result: /c/ATT/Graphviz/bin/dot
configure:21269: checking for doxygen
configure:21287: found /c/doxygen/bin/doxygen
configure:21299: result: /c/doxygen/bin/doxygen
configure:21516: creating ./config.status

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

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

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

on visit47

config.status:820: creating gdkglextmm.pc
config.status:820: creating gtkglextmm.pc
config.status:820: creating gdkglextmm-uninstalled.pc
config.status:820: creating gtkglextmm-uninstalled.pc
config.status:820: creating gtkglextmm.spec
config.status:820: creating gtkglextmm.nsi
config.status:820: creating Makefile
config.status:820: creating tools/Makefile
config.status:820: creating tools/extra_defs_gen/Makefile
config.status:820: creating tools/m4/Makefile
config.status:820: creating gdkglext/Makefile
config.status:820: creating gdkglext/src/Makefile
config.status:820: creating gdkglext/gdkmm/Makefile
config.status:820: creating gdkglext/gdkmm/gl/Makefile
config.status:820: creating gdkglext/gdkmm/gl/version.h
config.status:820: creating gdkglext/gdkmm/gl/private/Makefile
config.status:820: creating gtkglext/Makefile
config.status:820: creating gtkglext/src/Makefile
config.status:820: creating gtkglext/gtkmm/Makefile
config.status:820: creating gtkglext/gtkmm/gl/Makefile
config.status:820: creating gtkglext/gtkmm/gl/version.h
config.status:820: creating gtkglext/gtkmm/gl/private/Makefile
config.status:820: creating examples/Makefile
config.status:820: creating docs/Makefile
config.status:820: creating docs/reference/Makefile
config.status:820: creating docs/reference/Doxyfile
config.status:820: creating m4macros/Makefile
config.status:924: creating config.h
config.status:1032: config.h is unchanged
config.status:1212: executing depfiles commands
config.status:1212: executing gdkglext/gdkglextmm-config.h commands
config.status:1340: gdkglext/gdkglextmm-config.h is unchanged

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

ac_cv_build=i386-pc-mingw32
ac_cv_build_alias=i386-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
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=set
ac_cv_env_CXX_value='g++ -march=pentium'
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=set
ac_cv_env_build_alias_value=i386-pc-mingw32
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_gtkglext_supports_multihead=yes
ac_cv_header_dlfcn_h=no
ac_cv_header_gdkmm_display_h=yes
ac_cv_header_gdkmm_screen_h=yes
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=i386-pc-mingw32
ac_cv_host_alias=i386-pc-mingw32
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_DOT_PATH=/c/ATT/Graphviz/bin/dot
ac_cv_path_DOXYGEN_PATH=/c/doxygen/bin/doxygen
ac_cv_path_PERL_PATH=/c/Dev-Cpp/bin/perl
ac_cv_path_PKG_CONFIG=/c/Dev-Cpp/bin/pkg-config
ac_cv_path_install='/c/Dev-Cpp/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -march=pentium -E'
ac_cv_prog_M4=m4
ac_cv_prog_ac_ct_AR=/c/Dev-Cpp/mingw32/bin
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
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
am_cv_prog_cc_stdc=
glibmm_cv_perl_version_5_6_0=yes
lt_cv_deplibs_check_method='file_magic file format
pei*-i386(.*architecture: i386)?'
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:/Dev-Cpp/mingw32/bin/ld.exe
lt_cv_path_LDCXX=c:/Dev-Cpp/mingw32/bin/ld.exe
lt_cv_path_NM=/c/Dev-Cpp/bin/nm
lt_cv_path_SED=/c/Dev-Cpp/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\3 \3/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\\3 \\3/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/gtkglextmm-1.1.0/missing --run aclocal-1.7 -I
/c/Dev-Cpp/share/aclocal  -I ./m4macros'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/gtkglextmm-1.1.0/missing --run tar'
AR='/c/Dev-Cpp/mingw32/bin'
AS='as'
AUTOCONF='${SHELL} /c/gtkglextmm-1.1.0/missing --run autoconf'
AUTOHEADER='${SHELL} /c/gtkglextmm-1.1.0/missing --run autoheader'
AUTOMAKE='${SHELL} /c/gtkglextmm-1.1.0/missing --run automake-1.7'
AWK='gawk'
BASE_DEPENDENCIES_CFLAGS='-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include  '
BASE_DEPENDENCIES_LIBS='-Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -latk-1.0 -lgdkmm-2.4
-lgdk-win32-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpangomm-1.4 -lglibmm-2.4 -lpango-1.0 -lsigc-2.0 -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl -liconv  '
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++ -march=pentium'
CXXCPP='g++ -march=pentium -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -mms-bitfields'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOT_PATH='/c/ATT/Graphviz/bin/dot'
DOXYGEN_PATH='/c/doxygen/bin/doxygen'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_DOXYGEN_DOC_FALSE=''
ENABLE_DOXYGEN_DOC_TRUE='#'
EXEEXT='.exe'
F77=''
FFLAGS=''
GDKGLEXTMM_DEP_CFLAGS='-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/gdkmm-2.4 -Ic:/Dev-Cpp/lib/gdkmm-2.4/include
-Ic:/Dev-Cpp/include/glibmm-2.4 -Ic:/Dev-Cpp/lib/glibmm-2.4/include
-Ic:/Dev-Cpp/include/pangomm-1.4 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include    '
GDKGLEXTMM_DEP_LIBS='-Lc:/Dev-Cpp/lib -lgdkglext-win32-1.0 -lglu32
-lopengl32 -luser32 -lkernel32 -lgdkmm-2.4 -lgdk-win32-2.0
-lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangomm-1.4 -lglibmm-2.4
-lpango-1.0 -lsigc-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
-liconv    -lstdc++'
GDKGLEXTMM_EXTRA_CFLAGS=''
GDKGLEXTMM_EXTRA_LIBS=''
GDKGLEXTMM_MULTIHEAD_SUPPORT='yes'
GDKGLEXTMM_PACKAGES='gdkglext-1.0 gdkmm-2.4 pangomm-1.4'
GDKMM_INCLUDE_PATH='c:/Dev-Cpp/include/gdkmm-2.4'
GLIBMM_INCLUDE_PATH='c:/Dev-Cpp/include/glibmm-2.4'
GMMPROC='c:/Dev-Cpp/lib/glibmm-2.4/proc/gmmproc'
GMMPROC_DIR='c:/Dev-Cpp/lib/glibmm-2.4/proc'
GTKGLEXTMM_API_MAJOR_VERSION='1'
GTKGLEXTMM_API_MINOR_VERSION='2'
GTKGLEXTMM_API_VERSION='1.2'
GTKGLEXTMM_BINARY_AGE='0'
GTKGLEXTMM_DEP_CFLAGS='-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/gdkmm-2.4 -Ic:/Dev-Cpp/lib/gdkmm-2.4/include
-Ic:/Dev-Cpp/include/glibmm-2.4 -Ic:/Dev-Cpp/lib/glibmm-2.4/include
-Ic:/Dev-Cpp/include/pangomm-1.4 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include -Ic:/Dev-Cpp/include/atk-1.0
-Ic:/Dev-Cpp/include/gtkmm-2.4 -Ic:/Dev-Cpp/lib/gtkmm-2.4/include
-Ic:/Dev-Cpp/include/atkmm-1.6     '
GTKGLEXTMM_DEP_LIBS='-Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -lpangomm-1.4
-lglibmm-2.4 -lsigc-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv     -lstdc++'
GTKGLEXTMM_EXTRA_CFLAGS=''
GTKGLEXTMM_EXTRA_LIBS=''
GTKGLEXTMM_INTERFACE_AGE='0'
GTKGLEXTMM_MAJOR_VERSION='1'
GTKGLEXTMM_MICRO_VERSION='0'
GTKGLEXTMM_MINOR_VERSION='1'
GTKGLEXTMM_PACKAGES='gtkglext-1.0 gtkmm-2.4'
GTKGLEXTMM_VERSION='1.1.0'
GTKGLEXT_CFLAGS='-Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0  '
GTKGLEXT_LIBS='-Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv  '
GTKGLEXT_REQUIRED_VERSION='1.0.0'
GTKMM_INCLUDE_PATH='c:/Dev-Cpp/include/gtkmm-2.4'
HAVE_DOT='YES'
HTML_DIR='${datadir}/doc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_MJR='1'
LIB_MNR='1'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='0'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='1.1'
LT_REVISION='0'
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /c/gtkglextmm-1.1.0/missing --run makeinfo'
MULTIHEAD_SUPPORT_FALSE='#'
MULTIHEAD_SUPPORT_TRUE=''
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE='#'
OS_WIN32_TRUE=''
PACKAGE='gtkglextmm'
PACKAGE_BUGREPORT='gtkglext-develop lists sourceforge net'
PACKAGE_NAME='gtkglextmm'
PACKAGE_STRING='gtkglextmm 1.1.0'
PACKAGE_TARNAME='gtkglextmm'
PACKAGE_VERSION='1.1.0'
PANGOMM_INCLUDE_PATH='c:/Dev-Cpp/include/pangomm-1.4'
PATH_SEPARATOR=':'
PERL_PATH='/c/Dev-Cpp/bin/perl'
PKG_CONFIG='/c/Dev-Cpp/bin/pkg-config'
PLATFORM_WIN32_FALSE='#'
PLATFORM_WIN32_TRUE=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.1.0'
WIN32_LD_EXPORT_ALL_SYMBOLS='-Wl,--export-all-symbols'
ac_ct_AR='/c/Dev-Cpp/mingw32/bin'
ac_ct_AS='as'
ac_ct_CC='gcc'
ac_ct_CXX=''
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=''
bindir='${exec_prefix}/bin'
build='i386-pc-mingw32'
build_alias='i386-pc-mingw32'
build_cpu='i386'
build_os='mingw32'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gdkglextmm_targetlib='libgdkglextmm-win32-1.1.la'
gdktarget='win32'
gtkglextmm_targetlib='libgtkglextmm-win32-1.1.la'
host='i386-pc-mingw32'
host_alias=''
host_cpu='i386'
host_os='mingw32'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/c/gtkglextmm-1.1.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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_GDKMM_DISPLAY_H 1
#define HAVE_GDKMM_SCREEN_H 1
#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 PACKAGE_BUGREPORT "gtkglext-develop lists sourceforge net"
#define PACKAGE_NAME "gtkglextmm"
#define PACKAGE_STRING "gtkglextmm 1.1.0"
#define PACKAGE_TARNAME "gtkglextmm"
#define PACKAGE_VERSION "1.1.0"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0
-------------------------------------------------------------------------------------------------------------------

-----------------------------MakeFile-----------------------------------------------------------------
# Makefile.in generated by automake 1.7.9 from Makefile.am.
# tools/extra_defs_gen/Makefile.  Generated from Makefile.in by configure.

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
# Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.



# Build the generate_extra_defs utility executable.
# This is not used directly to build the rest of the project.

srcdir = .
top_srcdir = ../..

pkgdatadir = $(datadir)/gtkglextmm
pkglibdir = $(libdir)/gtkglextmm
pkgincludedir = $(includedir)/gtkglextmm
top_builddir = ../..

am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /c/Dev-Cpp/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
host_triplet = i386-pc-mingw32
ACLOCAL = ${SHELL} /c/gtkglextmm-1.1.0/missing --run aclocal-1.7 -I
/c/Dev-Cpp/share/aclocal  -I ./m4macros
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /c/gtkglextmm-1.1.0/missing --run tar
AR = /c/Dev-Cpp/mingw32/bin
AS = as
AUTOCONF = ${SHELL} /c/gtkglextmm-1.1.0/missing --run autoconf
AUTOHEADER = ${SHELL} /c/gtkglextmm-1.1.0/missing --run autoheader
AUTOMAKE = ${SHELL} /c/gtkglextmm-1.1.0/missing --run automake-1.7
AWK = gawk
BASE_DEPENDENCIES_CFLAGS = -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0 -Ic:/Dev-Cpp/include/gtkmm-2.4
-Ic:/Dev-Cpp/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/include/glibmm-2.4
-Ic:/Dev-Cpp/lib/glibmm-2.4/include -Ic:/Dev-Cpp/include/gdkmm-2.4
-Ic:/Dev-Cpp/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/include/pangomm-1.4
-Ic:/Dev-Cpp/include/atkmm-1.6 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include
BASE_DEPENDENCIES_LIBS = -Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -latk-1.0 -lgdkmm-2.4
-lgdk-win32-2.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32
-lpangomm-1.4 -lglibmm-2.4 -lpango-1.0 -lsigc-2.0 -lgobject-2.0
-lgmodule-2.0 -lglib-2.0 -lintl -liconv
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = gcc -E
CPPFLAGS = 
CXX = g++ -march=pentium
CXXCPP = g++ -march=pentium -E
CXXDEPMODE = depmode=gcc3
CXXFLAGS = -g -O2 -Wall -mms-bitfields
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DLLTOOL = dlltool
DOT_PATH = /c/ATT/Graphviz/bin/dot
DOXYGEN_PATH = /c/doxygen/bin/doxygen
ECHO = echo
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = grep -E
ENABLE_DOXYGEN_DOC_FALSE = 
ENABLE_DOXYGEN_DOC_TRUE = #
EXEEXT = .exe
F77 = 
FFLAGS = 
GDKGLEXTMM_DEP_CFLAGS = -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/gdkmm-2.4 -Ic:/Dev-Cpp/lib/gdkmm-2.4/include
-Ic:/Dev-Cpp/include/glibmm-2.4 -Ic:/Dev-Cpp/lib/glibmm-2.4/include
-Ic:/Dev-Cpp/include/pangomm-1.4 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include  
GDKGLEXTMM_DEP_LIBS = -Lc:/Dev-Cpp/lib -lgdkglext-win32-1.0 -lglu32
-lopengl32 -luser32 -lkernel32 -lgdkmm-2.4 -lgdk-win32-2.0
-lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangomm-1.4 -lglibmm-2.4
-lpango-1.0 -lsigc-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
-liconv    -lstdc++
GDKGLEXTMM_EXTRA_CFLAGS = 
GDKGLEXTMM_EXTRA_LIBS = 
GDKGLEXTMM_MULTIHEAD_SUPPORT = yes
GDKGLEXTMM_PACKAGES = gdkglext-1.0 gdkmm-2.4 pangomm-1.4
GDKMM_INCLUDE_PATH = c:/Dev-Cpp/include/gdkmm-2.4
GLIBMM_INCLUDE_PATH = c:/Dev-Cpp/include/glibmm-2.4
GMMPROC = c:/Dev-Cpp/lib/glibmm-2.4/proc/gmmproc
GMMPROC_DIR = c:/Dev-Cpp/lib/glibmm-2.4/proc
GTKGLEXTMM_API_MAJOR_VERSION = 1
GTKGLEXTMM_API_MINOR_VERSION = 2
GTKGLEXTMM_API_VERSION = 1.2
GTKGLEXTMM_BINARY_AGE = 0
GTKGLEXTMM_DEP_CFLAGS = -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/gdkmm-2.4 -Ic:/Dev-Cpp/lib/gdkmm-2.4/include
-Ic:/Dev-Cpp/include/glibmm-2.4 -Ic:/Dev-Cpp/lib/glibmm-2.4/include
-Ic:/Dev-Cpp/include/pangomm-1.4 -Ic:/Dev-Cpp/include/sigc++-2.0
-Ic:/Dev-Cpp/lib/sigc++-2.0/include -Ic:/Dev-Cpp/include/atk-1.0
-Ic:/Dev-Cpp/include/gtkmm-2.4 -Ic:/Dev-Cpp/lib/gtkmm-2.4/include
-Ic:/Dev-Cpp/include/atkmm-1.6  
GTKGLEXTMM_DEP_LIBS = -Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -lpangomm-1.4
-lglibmm-2.4 -lsigc-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv     -lstdc++
GTKGLEXTMM_EXTRA_CFLAGS = 
GTKGLEXTMM_EXTRA_LIBS = 
GTKGLEXTMM_INTERFACE_AGE = 0
GTKGLEXTMM_MAJOR_VERSION = 1
GTKGLEXTMM_MICRO_VERSION = 0
GTKGLEXTMM_MINOR_VERSION = 1
GTKGLEXTMM_PACKAGES = gtkglext-1.0 gtkmm-2.4
GTKGLEXTMM_VERSION = 1.1.0
GTKGLEXT_CFLAGS = -Ic:/Dev-Cpp/include/gtkglext-1.0
-Ic:/Dev-Cpp/lib/gtkglext-1.0/include -Ic:/Dev-Cpp/include/gtk-2.0
-Ic:/Dev-Cpp/lib/gtk-2.0/include -Ic:/Dev-Cpp/include/pango-1.0
-Ic:/Dev-Cpp/include/glib-2.0 -Ic:/Dev-Cpp/lib/glib-2.0/include
-Ic:/Dev-Cpp/include/atk-1.0
GTKGLEXT_LIBS = -Lc:/Dev-Cpp/lib -lgtkglext-win32-1.0
-lgdkglext-win32-1.0 -lglu32 -lopengl32 -luser32 -lkernel32
-lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0
-lglib-2.0 -lintl -liconv
GTKGLEXT_REQUIRED_VERSION = 1.0.0
GTKMM_INCLUDE_PATH = c:/Dev-Cpp/include/gtkmm-2.4
HAVE_DOT = YES
HTML_DIR = ${datadir}/doc
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS = 
LIBOBJS = 
LIBS = $(GTKGLEXTMM_DEP_LIBS) -lglibmm_generate_extra_defs-2.4
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIB_MJR = 1
LIB_MNR = 1
LN_S = ln -s
LTLIBOBJS = 
LT_AGE = 0
LT_CURRENT = 0
LT_CURRENT_MINUS_AGE = 0
LT_RELEASE = 1.1
LT_REVISION = 0
M4 = m4
MAINT = #
MAINTAINER_MODE_FALSE = 
MAINTAINER_MODE_TRUE = #
MAKEINFO = ${SHELL} /c/gtkglextmm-1.1.0/missing --run makeinfo
MULTIHEAD_SUPPORT_FALSE = #
MULTIHEAD_SUPPORT_TRUE = 
OBJDUMP = objdump
OBJEXT = o
OS_WIN32_FALSE = #
OS_WIN32_TRUE = 
PACKAGE = gtkglextmm
PACKAGE_BUGREPORT = gtkglext-develop lists sourceforge net
PACKAGE_NAME = gtkglextmm
PACKAGE_STRING = gtkglextmm 1.1.0
PACKAGE_TARNAME = gtkglextmm
PACKAGE_VERSION = 1.1.0
PANGOMM_INCLUDE_PATH = c:/Dev-Cpp/include/pangomm-1.4
PATH_SEPARATOR = :
PERL_PATH = /c/Dev-Cpp/bin/perl
PKG_CONFIG = /c/Dev-Cpp/bin/pkg-config
PLATFORM_WIN32_FALSE = #
PLATFORM_WIN32_TRUE = 
RANLIB = ranlib
SET_MAKE = 
SHELL = /bin/sh
STRIP = strip
VERSION = 1.1.0
WIN32_LD_EXPORT_ALL_SYMBOLS = -Wl,--export-all-symbols
ac_ct_AR = /c/Dev-Cpp/mingw32/bin
ac_ct_AS = as
ac_ct_CC = gcc
ac_ct_CXX = 
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 = 
bindir = ${exec_prefix}/bin
build = i386-pc-mingw32
build_alias = i386-pc-mingw32
build_cpu = i386
build_os = mingw32
build_vendor = pc
datadir = ${prefix}/share
exec_prefix = ${prefix}
gdkglextmm_targetlib = libgdkglextmm-win32-1.1.la
gdktarget = win32
gtkglextmm_targetlib = libgtkglextmm-win32-1.1.la
host = i386-pc-mingw32
host_alias = 
host_cpu = i386
host_os = mingw32
host_vendor = pc
includedir = ${prefix}/include
infodir = ${prefix}/info
install_sh = /c/gtkglextmm-1.1.0/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localstatedir = ${prefix}/var
mandir = ${prefix}/man
oldincludedir = /usr/include
prefix = /usr/local
program_transform_name = s,x,x,
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target_alias = 

INCLUDES = $(GTKGLEXTMM_DEP_CFLAGS)

noinst_PROGRAMS = generate_extra_defs
generate_extra_defs_SOURCES = generate_defs_gtkglext.cc
subdir = tools/extra_defs_gen
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
noinst_PROGRAMS = generate_extra_defs$(EXEEXT)
PROGRAMS = $(noinst_PROGRAMS)

am_generate_extra_defs_OBJECTS = generate_defs_gtkglext.$(OBJEXT)
generate_extra_defs_OBJECTS = $(am_generate_extra_defs_OBJECTS)
generate_extra_defs_LDADD = $(LDADD)
generate_extra_defs_DEPENDENCIES =
generate_extra_defs_LDFLAGS =

DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
DEP_FILES = ./$(DEPDIR)/generate_defs_gtkglext.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
DIST_SOURCES = $(generate_extra_defs_SOURCES)
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
SOURCES = $(generate_extra_defs_SOURCES)

all: all-am

.SUFFIXES:
.SUFFIXES: .cc .lo .o .obj
$(srcdir)/Makefile.in: # Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --gnu  tools/extra_defs_gen/Makefile
Makefile: # $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
$(am__depfiles_maybe)

clean-noinstPROGRAMS:
	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  echo " rm -f $$p $$f"; \
	  rm -f $$p $$f ; \
	done
generate_extra_defs$(EXEEXT): $(generate_extra_defs_OBJECTS)
$(generate_extra_defs_DEPENDENCIES)
	@rm -f generate_extra_defs$(EXEEXT)
	$(CXXLINK) $(generate_extra_defs_LDFLAGS)
$(generate_extra_defs_OBJECTS) $(generate_extra_defs_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT) core *.core

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/generate_defs_gtkglext.Po

.cc.o:
	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
	fi
#	source='$<' object='$@' libtool=no \
#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
#	$(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

.cc.obj:
	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else
$(CYGPATH_W) '$(srcdir)/$<'; fi`; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
	fi
#	source='$<' object='$@' libtool=no \
#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
#	$(CXXDEPMODE) $(depcomp) \
#	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<';
else $(CYGPATH_W) '$(srcdir)/$<'; fi`

.cc.lo:
	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
	fi
#	source='$<' object='$@' libtool=yes \
#	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
#	$(CXXDEPMODE) $(depcomp) \
#	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:
	-rm -f libtool
uninstall-info-am:

ETAGS = etags
ETAGSFLAGS =

CTAGS = ctags
CTAGSFLAGS =

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -fID $$unique

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$tags$$unique" \
	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	     $$tags $$unique

ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$tags $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && cd $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

top_distdir = ../..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
	list='$(DISTFILES)'; for file in $$list; do \
	  case $$file in \
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
	    $(top_srcdir)/*) file=`echo "$$file" | sed
"s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
	  esac; \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
	    dir="/$$dir"; \
	    $(mkinstalldirs) "$(distdir)$$dir"; \
	  else \
	    dir=''; \
	  fi; \
	  if test -d $$d/$$file; then \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS)

installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-am

clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
	mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-libtool distclean-tags

dvi: dvi-am

dvi-am:

info: info-am

info-am:

install-data-am:

install-exec-am:

install-info: install-info-am

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-info-am

.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
	clean-libtool clean-noinstPROGRAMS ctags distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am info info-am install \
	install-am install-data install-data-am install-exec \
	install-exec-am install-info install-info-am install-man \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
	pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:



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