bug-libtool
[Top][All Lists]
Advanced

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

[TEST FAILURE] [libtool 2.1a] testsuite: 4 5 failed


From: Robert Ögren
Subject: [TEST FAILURE] [libtool 2.1a] testsuite: 4 5 failed
Date: Sun, 27 Mar 2005 03:43:41 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hi everybody,

I ran the testsuite from latest Libtool from CVS on Cygwin, and two of the autotest tests failed. I attach the log file as instructed by the test tool.

All of the 106 "legacy" tests PASSed.

Let me know if you need any more info or want me to test a patch.


Robert
## ------------------------ ##
## libtool 2.1a test suite. ##
## ------------------------ ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2005-03-24  Gary V. Vaughan  <address@hidden>
| 
|       * libtoolize.m4sh: Propogate --debug flag to sub-libtoolizes.
| 
|       * libtoolize.m4sh: Fix a typo, s/pkgvltdldirs/pkgvdatadirs/.
|       When using -I to test an uninstalled libtoolize, we need to add
|       the config subdirectory to the search path so that ltmain.sh can
|       be found in the source tree.
| 
|       * libtoolize.m4sh (func_copy_some_files): IFS needs to be set to

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

hostname = robertsmachine
uname -m = i686
uname -r = 1.5.13(0.122/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2005-03-01 11:01

/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: /Robert/libtool-HEAD/src/libtool/tests
PATH: /Robert/libtool-HEAD/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/program/tools
PATH: /cygdrive/c/Program/Delade filer/GTK/2.0/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/Robert/libtool-HEAD/src/libtool/tests'
| at_srcdir='.'
| abs_srcdir='/Robert/libtool-HEAD/src/libtool/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/Robert/libtool-HEAD/src/libtool/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/Robert/libtool-HEAD/src/libtool/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/bash'}

## ---------------- ##
## Tested programs. ##
## ---------------- ##

testsuite.at:61: /usr/bin/grep --version
grep (GNU grep) 2.5.1

Copyright 1988, 1992-1999, 2000, 2001 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.


testsuite.at:61: /Robert/libtool-HEAD/bin/autoreconf --version
autoreconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

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.

testsuite.at:61: /Robert/libtool-HEAD/bin/autom4te --version
autom4te (GNU Autoconf) 2.59
Written by Akim Demaille.

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.

testsuite.at:61: /Robert/libtool-HEAD/bin/automake --version
automake (GNU automake) 1.9.2
Written by Tom Tromey <address@hidden>.

Copyright 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.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sun Mar 27 03:17:08     2005
1. C subdir-objects (am-subdir.at:27): ok
2. C++ subdir-objects (am-subdir.at:86): ok
3. func_extract_archives tests (functests.at:22): ok    (0m11.615s 0m3.170s)
testsuite: ending at: Sun Mar 27 03:18:21     2005
testsuite: test suite duration: 0h 1m 13s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 5 tests were run,
2 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
libtool 2.1a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   4: inherited_flags.at:20 inherited_linker_flags
   5: stresstest.at:26   Link option thorough search test

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

4. inherited_flags.at:20: testing ...
libtool: compile:  gcc -c foo.c  -DPIC -o .libs/foo.o
libtool: compile:  gcc -c foo.c -o foo.o >/dev/null 2>&1
libtool: compile:  gcc -c bar.c  -DPIC -o .libs/bar.o
libtool: compile:  gcc -c bar.c -o bar.o >/dev/null 2>&1
libtool: compile:  gcc -c baz.c  -DPIC -o .libs/baz.o
libtool: compile:  gcc -c baz.c -o baz.o >/dev/null 2>&1
libtool: compile:  gcc -c main.c  -DPIC -o .libs/main.o
libtool: compile:  gcc -c main.c -o main.o >/dev/null 2>&1
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared 
libraries
libtool: link: ar cru .libs/libfoo.a  foo.o
libtool: link: ranlib .libs/libfoo.a
libtool: link: creating libfoo.la
libtool: link: ( cd ".libs" && rm -f "libfoo.la" && ln -s "../libfoo.la" 
"libfoo.la" )
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared 
libraries
libtool: link: ar cru .libs/libbar.a  bar.o
libtool: link: ranlib .libs/libbar.a
libtool: link: creating libbar.la
libtool: link: ( cd ".libs" && rm -f "libbar.la" && ln -s "../libbar.la" 
"libbar.la" )
inherited_flags.at:62: ${LIBTOOL} --mode=link --tag=CC $CC -o libbaz.la baz.lo 
-rpath /usr/local/lib ./libfoo.la ./libbar.la | grep 
'llt_[ui]nlikely_existing_lib.*llt_[ui]nlikely_existing_lib'
stderr:
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared 
libraries
stdout:
inherited_flags.at:62: exit code was 1, expected 0
4. inherited_flags.at:20: 4. inherited_linker_flags (inherited_flags.at:20): 
FAILED (inherited_flags.at:62)

5. stresstest.at:26: testing ...
stresstest.at:151: $LIBTOOL --mode=compile $CC -c a.c -o sub/a.lo
stdout:
libtool: compile:  gcc -c a.c  -DPIC -o sub/.libs/a.o
libtool: compile:  gcc -c a.c -o sub/a.o >/dev/null 2>&1
stresstest.at:152: $LIBTOOL --mode=compile $CC -c b.c -o sub/b.o
stdout:
libtool: compile:  gcc -c b.c  -DPIC -o sub/.libs/b.o
libtool: compile:  gcc -c b.c -o sub/b.o >/dev/null 2>&1
stresstest.at:153: $LIBTOOL --mode=compile $CC -c main.c
stdout:
libtool: compile:  gcc -c main.c  -DPIC -o .libs/main.o
libtool: compile:  gcc -c main.c -o main.o >/dev/null 2>&1
stresstest.at:154: $LIBTOOL --mode=compile $CC -c dlself.c -o sub3/dlself.lo
stdout:
libtool: compile:  gcc -c dlself.c  -DPIC -o sub3/.libs/dlself.o
libtool: compile:  gcc -c dlself.c -o sub3/dlself.o >/dev/null 2>&1
stresstest.at:166: $LIBTOOL --mode=link $CC -o "$rel"sub2/liba.la 
"$rel"sub/a.lo $linkargs
stdout:
libtool: link: ar cru sub2/.libs/liba.a sub/.libs/a.o 
libtool: link: ranlib sub2/.libs/liba.a
libtool: link: creating sub2/liba.la
libtool: link: ( cd "sub2/.libs" && rm -f "liba.la" && ln -s "../liba.la" 
"liba.la" )
stresstest.at:170: $LIBTOOL --mode=link $CC $st -o "$rel"main "$rel"main.lo 
"$rel"sub2/liba.la
stdout:
libtool: link: gcc -o .libs/main .libs/main.o  sub2/.libs/liba.a 
libtool: link: creating main.exe
stresstest.at:171: ./main
stresstest.at:175: $LIBTOOL --mode=link $CC $st -o "$rel"sub3/dlself 
"$rel"sub3/dlself.lo "$rel"sub2/liba.la sub/b.o -dlopen self $l10
stdout:
libtool: link: rm -f sub3/.libs/dlself.nm sub3/.libs/dlself.nmS 
sub3/.libs/dlself.nmT
libtool: link: creating sub3/.libs/dlselfS.c
libtool: link: generating symbol list for `sub3/dlself.exe'
libtool: link: extracting global C symbols from `sub/b.o'
libtool: link: (cd sub3/.libs && gcc -g -O2 -c -fno-builtin "dlselfS.c")
libtool: link: rm -f "sub3/.libs/dlselfS.c" "sub3/.libs/dlself.nm" 
"sub3/.libs/dlself.nmS" "sub3/.libs/dlself.nmT"
libtool: link: gcc -o sub3/.libs/dlself sub3/.libs/dlself.o sub/b.o 
sub3/.libs/dlself.def sub3/.libs/dlselfS.o  sub2/.libs/liba.a 
libtool: link: creating sub3/dlself.exe
stresstest.at:176: ./sub3/dlself
stresstest.at:175: $LIBTOOL --mode=link $CC $st -o "$rel"sub3/dlself 
"$rel"sub3/dlself.lo "$rel"sub2/liba.la sub/b.o -dlopen self $l10
--- /dev/null   2005-03-27 03:18:20.734000000 +0200
+++ /Robert/libtool-HEAD/src/libtool/tests/testsuite.dir/at-stderr      
2005-03-27 03:18:20.703125000 +0200
@@ -0,0 +1,10 @@
+Cannot export $: symbol not defined
+Cannot export b.$: symbol not defined
+Cannot export w1$: symbol not defined
+Cannot export w3$: symbol not defined
+Cannot export w4$: symbol not defined
+Cannot export w5$: symbol not defined
+Cannot export w6$: symbol not defined
+Cannot export w7$: symbol not defined
+Cannot export w8$$: symbol not defined
+collect2: ld returned 1 exit status
stdout:
libtool: link: rm -f sub3/.libs/dlself.nm sub3/.libs/dlself.nmS 
sub3/.libs/dlself.nmT
libtool: link: creating sub3/.libs/dlselfS.c
libtool: link: generating symbol list for `sub3/dlself.exe'
libtool: link: extracting global C symbols from `sub/b.o'
libtool: link: (cd sub3/.libs && gcc -g -O2 -c -fno-builtin "dlselfS.c")
libtool: link: rm -f "sub3/.libs/dlselfS.c" "sub3/.libs/dlself.nm" 
"sub3/.libs/dlself.nmS" "sub3/.libs/dlself.nmT"
libtool: link: gcc -o sub3/.libs/dlself sub3/.libs/dlself.o sub/b.o 
sub3/.libs/dlself.def sub3/.libs/dlselfS.o  sub2/.libs/liba.a 
stresstest.at:175: exit code was 1, expected 0
5. stresstest.at:26: 5. Link option thorough search test (stresstest.at:26): 
FAILED (stresstest.at:175)


## -------------- ##
## ..//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 libtool configure 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   $ ./configure --prefix=/Robert/libtool-HEAD
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = robertsmachine
| uname -m = i686
| uname -r = 1.5.13(0.122/4/2)
| uname -s = CYGWIN_NT-5.1
| uname -v = 2005-03-01 11:01
| 
| /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: /Robert/libtool-HEAD/bin
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/X11R6/bin
| PATH: /cygdrive/c/WINDOWS/system32
| PATH: /cygdrive/c/WINDOWS
| PATH: /cygdrive/c/WINDOWS/System32/Wbem
| PATH: /cygdrive/c/program/tools
| PATH: /cygdrive/c/Program/Delade filer/GTK/2.0/bin
| PATH: /cygdrive/c/Program/Microsoft SQL Server/80/Tools/Binn/
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1639: checking for a BSD-compatible install
| configure:1694: result: /usr/local/bin/ginstall -c
| configure:1705: checking whether build environment is sane
| configure:1748: result: yes
| configure:1813: checking for gawk
| configure:1829: found /usr/bin/gawk
| configure:1839: result: gawk
| configure:1849: checking whether make sets $(MAKE)
| configure:1869: result: yes
| configure:2086: checking whether ln works
| configure:2106: result: yes
| configure:2163: checking for gcc
| configure:2179: found /usr/bin/gcc
| configure:2189: result: gcc
| configure:2433: checking for C compiler version
| configure:2436: gcc --version </dev/null >&5
| gcc (GCC) 3.3.3 (cygwin special)
| 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:2439: $? = 0
| configure:2441: gcc -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
| Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls 
--without-included-gettext --enable-libgcj --with-system-zlib 
--enable-interpreter --enable-threads=posix --enable-java-gc=boehm 
--enable-sjlj-exceptions --disable-version-specific-runtime-libs 
--disable-win32-registry
| Thread model: posix
| gcc version 3.3.3 (cygwin special)
| configure:2444: $? = 0
| configure:2446: gcc -V </dev/null >&5
| gcc: `-V' option must have argument
| configure:2449: $? = 1
| configure:2472: checking for C compiler default output file name
| configure:2475: gcc    conftest.c  >&5
| configure:2478: $? = 0
| configure:2524: result: a.exe
| configure:2529: checking whether the C compiler works
| configure:2535: ./a.exe
| configure:2538: $? = 0
| configure:2555: result: yes
| configure:2562: checking whether we are cross compiling
| configure:2564: result: no
| configure:2567: checking for suffix of executables
| configure:2569: gcc -o conftest.exe    conftest.c  >&5
| configure:2572: $? = 0
| configure:2597: result: .exe
| configure:2603: checking for suffix of object files
| configure:2624: gcc -c   conftest.c >&5
| configure:2627: $? = 0
| configure:2649: result: o
| configure:2653: checking whether we are using the GNU C compiler
| configure:2677: gcc -c   conftest.c >&5
| configure:2683: $? = 0
| configure:2687: test -z 
|                        || test ! -s conftest.err
| configure:2690: $? = 0
| configure:2693: test -s conftest.o
| configure:2696: $? = 0
| configure:2709: result: yes
| configure:2715: checking whether gcc accepts -g
| configure:2736: gcc -c -g  conftest.c >&5
| configure:2742: $? = 0
| configure:2746: test -z 
|                        || test ! -s conftest.err
| configure:2749: $? = 0
| configure:2752: test -s conftest.o
| configure:2755: $? = 0
| configure:2766: result: yes
| configure:2783: checking for gcc option to accept ANSI C
| configure:2853: gcc  -c -g -O2  conftest.c >&5
| configure:2859: $? = 0
| configure:2863: test -z 
|                        || test ! -s conftest.err
| configure:2866: $? = 0
| configure:2869: test -s conftest.o
| configure:2872: $? = 0
| configure:2890: result: none needed
| configure:2908: gcc -c -g -O2  conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2914: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3058: checking for style of include used by make
| configure:3086: result: GNU
| configure:3114: checking dependency style of gcc
| configure:3204: result: gcc3
| configure:3226: checking how to run the C preprocessor
| configure:3261: gcc -E  conftest.c
| configure:3267: $? = 0
| configure:3299: gcc -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3305: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3344: result: gcc -E
| configure:3368: gcc -E  conftest.c
| configure:3374: $? = 0
| configure:3406: gcc -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3412: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3483: checking build system type
| configure:3501: result: i686-pc-cygwin
| configure:3509: checking host system type
| configure:3523: result: i686-pc-cygwin
| configure:3531: checking for a sed that does not truncate output
| configure:3586: result: /usr/bin/sed
| configure:3601: checking for egrep
| configure:3611: result: grep -E
| configure:3616: checking for fgrep
| configure:3626: result: grep -F
| configure:3661: checking for ld used by gcc
| configure:3728: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:3737: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:3752: result: yes
| configure:3764: checking for BSD-compatible nm
| configure:3806: result: /usr/bin/nm -B
| configure:3816: checking whether ln -s works
| configure:3820: result: yes
| configure:3828: checking the maximum length of command line arguments
| configure:3924: result: 8192
| configure:3939: checking whether the shell understands some XSI constructs
| configure:3947: result: yes
| configure:3950: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
| configure:3957: result: -r
| configure:3984: checking how to recognise dependent libraries
| configure:4160: result: file_magic ^x86 archive import|^x86 DLL
| configure:4218: checking for ar
| configure:4234: found /usr/bin/ar
| configure:4245: result: ar
| configure:4311: checking for strip
| configure:4327: found /usr/bin/strip
| configure:4338: result: strip
| configure:4398: checking for ranlib
| configure:4414: found /usr/bin/ranlib
| configure:4425: result: ranlib
| configure:4478: checking command to parse /usr/bin/nm -B output from  object
| configure:4567: gcc -c -g -O2  conftest.c >&5
| configure:4570: $? = 0
| configure:4574: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:4577: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:4567: gcc -c -g -O2  conftest.c >&5
| configure:4570: $? = 0
| configure:4574: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[        
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
| configure:4577: $? = 0
| configure:4631: gcc -o conftest.exe -g -O2   conftest.c conftstm.o >&5
| configure:4634: $? = 0
| configure:4672: result: ok
| configure:4721: checking for ANSI C header files
| configure:4746: gcc -c -g -O2  conftest.c >&5
| configure:4752: $? = 0
| configure:4756: test -z 
|                        || test ! -s conftest.err
| configure:4759: $? = 0
| configure:4762: test -s conftest.o
| configure:4765: $? = 0
| configure:4851: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:4854: $? = 0
| configure:4856: ./conftest.exe
| configure:4859: $? = 0
| configure:4874: result: yes
| configure:4898: checking for sys/types.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for sys/stat.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for stdlib.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for string.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for memory.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for strings.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for inttypes.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for stdint.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4898: checking for unistd.h
| configure:4914: gcc -c -g -O2  conftest.c >&5
| configure:4920: $? = 0
| configure:4924: test -z 
|                        || test ! -s conftest.err
| configure:4927: $? = 0
| configure:4930: test -s conftest.o
| configure:4933: $? = 0
| configure:4944: result: yes
| configure:4960: checking for dlfcn.h
| configure:4976: gcc -c -g -O2  conftest.c >&5
| configure:4982: $? = 0
| configure:4986: test -z 
|                        || test ! -s conftest.err
| configure:4989: $? = 0
| configure:4992: test -s conftest.o
| configure:4995: $? = 0
| configure:5006: result: yes
| configure:6085: checking for as
| configure:6101: found /usr/bin/as
| configure:6112: result: as
| configure:6165: checking for dlltool
| configure:6181: found /usr/bin/dlltool
| configure:6192: result: dlltool
| configure:6245: checking for objdump
| configure:6261: found /usr/bin/objdump
| configure:6272: result: objdump
| configure:6460: checking for objdir
| configure:6475: result: .libs
| configure:6784: checking if gcc supports -fno-rtti -fno-exceptions
| configure:6805: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
| configure:6809: $? = 0
| configure:6817: result: no
| configure:6837: checking for gcc option to produce PIC
| configure:7059: result:  -DPIC
| configure:7071: checking if gcc PIC flag  -DPIC works
| configure:7092: gcc -c -g -O2   -DPIC -DPIC conftest.c >&5
| configure:7096: $? = 0
| configure:7104: result: yes
| configure:7127: checking if gcc static flag -static works
| configure:7150: result: yes
| configure:7165: checking if gcc supports -c -o file.o
| configure:7189: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7193: $? = 0
| configure:7210: result: yes
| configure:7219: checking if gcc supports -c -o file.o
| configure:7264: result: yes
| configure:7297: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:8262: result: yes
| configure:8309: checking whether -lc should be explicitly linked in
| configure:8314: gcc -c -g -O2  conftest.c >&5
| configure:8317: $? = 0
| configure:8331: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep  -lc  
\>/dev/null 2\>\&1
| configure:8334: $? = 1
| configure:8346: result: yes
| configure:8491: checking dynamic linker characteristics
| configure:9057: result: Win32 ld.exe
| configure:9141: checking how to hardcode library paths into programs
| configure:9166: result: immediate
| configure:9187: checking whether stripping libraries is possible
| configure:9192: result: yes
| configure:9227: checking if libtool supports shared libraries
| configure:9229: result: yes
| configure:9232: checking whether to build shared libraries
| configure:9253: result: yes
| configure:9256: checking whether to build static libraries
| configure:9260: result: yes
| configure:9293: checking for an ANSI C-conforming const
| configure:9360: gcc -c -g -O2  conftest.c >&5
| configure:9366: $? = 0
| configure:9370: test -z 
|                        || test ! -s conftest.err
| configure:9373: $? = 0
| configure:9376: test -s conftest.o
| configure:9379: $? = 0
| configure:9390: result: yes
| configure:9408: checking for dirent.h that defines DIR
| configure:9432: gcc -c -g -O2  conftest.c >&5
| configure:9438: $? = 0
| configure:9442: test -z 
|                        || test ! -s conftest.err
| configure:9445: $? = 0
| configure:9448: test -s conftest.o
| configure:9451: $? = 0
| configure:9462: result: yes
| configure:9475: checking for library containing opendir
| configure:9505: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:9511: $? = 0
| configure:9515: test -z 
|                        || test ! -s conftest.err
| configure:9518: $? = 0
| configure:9521: test -s conftest.exe
| configure:9524: $? = 0
| configure:9594: result: none required
| configure:9730: checking which extension is used for runtime loadable modules
| configure:9740: result: .dll
| configure:9750: checking which variable specifies run-time module search path
| configure:9757: result: PATH
| configure:9767: checking for the default library search path
| configure:9774: result: /lib /usr/lib
| configure:9804: checking for dlopen in -ldl
| configure:9834: gcc -o conftest.exe -g -O2   conftest.c -ldl   >&5
| /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: 
cannot find -ldl
| collect2: ld returned 1 exit status
| configure:9840: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* 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 dlopen ();
| | int
| | main ()
| | {
| | dlopen ();
| |   ;
| |   return 0;
| | }
| configure:9866: result: no
| configure:9896: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:9902: $? = 0
| configure:9906: test -z 
|                        || test ! -s conftest.err
| configure:9909: $? = 0
| configure:9912: test -s conftest.exe
| configure:9915: $? = 0
| configure:10015: checking for dlerror
| configure:10072: gcc -o conftest.exe -g -O2   conftest.c   >&5
| configure:10078: $? = 0
| configure:10082: test -z 
|                        || test ! -s conftest.err
| configure:10085: $? = 0
| configure:10088: test -s conftest.exe
| configure:10091: $? = 0
| configure:10103: result: yes
| configure:10118: checking for shl_load
| configure:10175: gcc -o conftest.exe -g -O2   conftest.c  >&5
| /cygdrive/c/DOCUME~1/robert/LOKALA~1/Temp/ccKhkp9n.o(.text+0x1d): In function 
`main':
| /Robert/libtool-HEAD/src/libtool/conftest.c:69: undefined reference to 
`_shl_load'
| 
/cygdrive/c/DOCUME~1/robert/LOKALA~1/Temp/ccKhkp9n.o(.data+0x0):/Robert/libtool-HEAD/src/libtool/conftest.c:68:
 undefined reference to `_shl_load'
| collect2: ld returned 1 exit status
| configure:10181: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | /* end confdefs.h.  */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define shl_load innocuous_shl_load
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shl_load (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef shl_load
| | 
| | /* 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 shl_load ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_shl_load) || defined (__stub___shl_load)
| | choke me
| | #else
| | char (*f) () = shl_load;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shl_load;
| |   ;
| |   return 0;
| | }
| configure:10206: result: no
| configure:10216: checking for shl_load in -ldld
| configure:10246: gcc -o conftest.exe -g -O2   conftest.c -ldld   >&5
| /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: 
cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10252: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | /* 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 shl_load ();
| | int
| | main ()
| | {
| | shl_load ();
| |   ;
| |   return 0;
| | }
| configure:10278: result: no
| configure:10405: checking for dld_link in -ldld
| configure:10435: gcc -o conftest.exe -g -O2   conftest.c -ldld   >&5
| /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: 
cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10441: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | /* 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 dld_link ();
| | int
| | main ()
| | {
| | dld_link ();
| |   ;
| |   return 0;
| | }
| configure:10467: result: no
| configure:10505: checking for _ prefix in compiled symbols
| configure:10515: gcc -c -g -O2  conftest.c >&5
| configure:10518: $? = 0
| configure:10522: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[       
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
| configure:10525: $? = 0
| configure:10547: result: yes
| configure:10555: checking whether we have to add an underscore for dlsym
| configure:10630: gcc -o conftest.exe -g -O2   conftest.c   >&5
| configure:10633: $? = 0
| configure:10652: result: unknown
| configure:10665: checking whether deplibs are loaded by dlopen
| configure:10743: result: unknown
| configure:10759: checking for argz.h
| configure:10775: gcc -c -g -O2  conftest.c >&5
| configure:10781: $? = 0
| configure:10785: test -z 
|                        || test ! -s conftest.err
| configure:10788: $? = 0
| configure:10791: test -s conftest.o
| configure:10794: $? = 0
| configure:10805: result: yes
| configure:10817: checking for error_t
| configure:10844: gcc -c -g -O2  conftest.c >&5
| configure:10850: $? = 0
| configure:10854: test -z 
|                        || test ! -s conftest.err
| configure:10857: $? = 0
| configure:10860: test -s conftest.o
| configure:10863: $? = 0
| configure:10874: result: yes
| configure:10902: checking for argz_append
| configure:10959: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:10965: $? = 0
| configure:10969: test -z 
|                        || test ! -s conftest.err
| configure:10972: $? = 0
| configure:10975: test -s conftest.exe
| configure:10978: $? = 0
| configure:10990: result: yes
| configure:10902: checking for argz_create_sep
| configure:10959: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:10965: $? = 0
| configure:10969: test -z 
|                        || test ! -s conftest.err
| configure:10972: $? = 0
| configure:10975: test -s conftest.exe
| configure:10978: $? = 0
| configure:10990: result: yes
| configure:10902: checking for argz_insert
| configure:10959: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:10965: $? = 0
| configure:10969: test -z 
|                        || test ! -s conftest.err
| configure:10972: $? = 0
| configure:10975: test -s conftest.exe
| configure:10978: $? = 0
| configure:10990: result: yes
| configure:10902: checking for argz_next
| configure:10959: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:10965: $? = 0
| configure:10969: test -z 
|                        || test ! -s conftest.err
| configure:10972: $? = 0
| configure:10975: test -s conftest.exe
| configure:10978: $? = 0
| configure:10990: result: yes
| configure:10902: checking for argz_stringify
| configure:10959: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:10965: $? = 0
| configure:10969: test -z 
|                        || test ! -s conftest.err
| configure:10972: $? = 0
| configure:10975: test -s conftest.exe
| configure:10978: $? = 0
| configure:10990: result: yes
| configure:11038: checking whether libtool supports -dlopen/-dlpreopen
| configure:11050: result: yes
| configure:11078: checking for memory.h
| configure:11124: result: yes
| configure:11078: checking for unistd.h
| configure:11124: result: yes
| configure:11078: checking for dl.h
| configure:11094: gcc -c -g -O2  conftest.c >&5
| conftest.c:76:16: dl.h: No such file or directory
| configure:11100: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_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 <dl.h>
| configure:11124: result: no
| configure:11078: checking for sys/dl.h
| configure:11094: gcc -c -g -O2  conftest.c >&5
| conftest.c:76:20: sys/dl.h: No such file or directory
| configure:11100: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_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 <sys/dl.h>
| configure:11124: result: no
| configure:11078: checking for dld.h
| configure:11094: gcc -c -g -O2  conftest.c >&5
| conftest.c:76:17: dld.h: No such file or directory
| configure:11100: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_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 <dld.h>
| configure:11124: result: no
| configure:11078: checking for mach-o/dyld.h
| configure:11094: gcc -c -g -O2  conftest.c >&5
| conftest.c:76:25: mach-o/dyld.h: No such file or directory
| configure:11100: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_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 <mach-o/dyld.h>
| configure:11124: result: no
| configure:11140: checking for string.h
| configure:11186: result: yes
| configure:11204: checking for closedir
| configure:11261: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:11267: $? = 0
| configure:11271: test -z 
|                        || test ! -s conftest.err
| configure:11274: $? = 0
| configure:11277: test -s conftest.exe
| configure:11280: $? = 0
| configure:11292: result: yes
| configure:11204: checking for opendir
| configure:11261: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:11267: $? = 0
| configure:11271: test -z 
|                        || test ! -s conftest.err
| configure:11274: $? = 0
| configure:11277: test -s conftest.exe
| configure:11280: $? = 0
| configure:11292: result: yes
| configure:11204: checking for readdir
| configure:11261: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:11267: $? = 0
| configure:11271: test -z 
|                        || test ! -s conftest.err
| configure:11274: $? = 0
| configure:11277: test -s conftest.exe
| configure:11280: $? = 0
| configure:11292: result: yes
| configure:11316: checking for strlcat
| configure:11373: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:11379: $? = 0
| configure:11383: test -z 
|                        || test ! -s conftest.err
| configure:11386: $? = 0
| configure:11389: test -s conftest.exe
| configure:11392: $? = 0
| configure:11404: result: yes
| configure:11316: checking for strlcpy
| configure:11373: gcc -o conftest.exe -g -O2   conftest.c  >&5
| configure:11379: $? = 0
| configure:11383: test -z 
|                        || test ! -s conftest.err
| configure:11386: $? = 0
| configure:11389: test -s conftest.exe
| configure:11392: $? = 0
| configure:11404: result: yes
| configure:11480: checking for g++
| configure:11496: found /usr/bin/g++
| configure:11506: result: g++
| configure:11522: checking for C++ compiler version
| configure:11525: g++ --version </dev/null >&5
| g++ (GCC) 3.3.3 (cygwin special)
| 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:11528: $? = 0
| configure:11530: g++ -v </dev/null >&5
| Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
| Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr 
--exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib 
--mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls 
--without-included-gettext --enable-libgcj --with-system-zlib 
--enable-interpreter --enable-threads=posix --enable-java-gc=boehm 
--enable-sjlj-exceptions --disable-version-specific-runtime-libs 
--disable-win32-registry
| Thread model: posix
| gcc version 3.3.3 (cygwin special)
| configure:11533: $? = 0
| configure:11535: g++ -V </dev/null >&5
| g++: `-V' option must have argument
| configure:11538: $? = 1
| configure:11541: checking whether we are using the GNU C++ compiler
| configure:11565: g++ -c   conftest.cc >&5
| configure:11571: $? = 0
| configure:11575: test -z 
|                        || test ! -s conftest.err
| configure:11578: $? = 0
| configure:11581: test -s conftest.o
| configure:11584: $? = 0
| configure:11597: result: yes
| configure:11603: checking whether g++ accepts -g
| configure:11624: g++ -c -g  conftest.cc >&5
| configure:11630: $? = 0
| configure:11634: test -z 
|                        || test ! -s conftest.err
| configure:11637: $? = 0
| configure:11640: test -s conftest.o
| configure:11643: $? = 0
| configure:11654: result: yes
| configure:11696: g++ -c -g -O2  conftest.cc >&5
| configure:11702: $? = 0
| configure:11706: test -z 
|                        || test ! -s conftest.err
| configure:11709: $? = 0
| configure:11712: test -s conftest.o
| configure:11715: $? = 0
| configure:11741: g++ -c -g -O2  conftest.cc >&5
| conftest.cc: In function `int main()':
| conftest.cc:51: error: `exit' undeclared (first use this function)
| conftest.cc:51: error: (Each undeclared identifier is reported only once for 
|    each function it appears in.)
| configure:11747: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_CLOSEDIR 1
| | #define HAVE_OPENDIR 1
| | #define HAVE_READDIR 1
| | #define HAVE_STRLCAT 1
| | #define HAVE_STRLCPY 1
| | /* end confdefs.h.  */
| | 
| | int
| | main ()
| | {
| | exit (42);
| |   ;
| |   return 0;
| | }
| configure:11696: g++ -c -g -O2  conftest.cc >&5
| configure:11702: $? = 0
| configure:11706: test -z 
|                        || test ! -s conftest.err
| configure:11709: $? = 0
| configure:11712: test -s conftest.o
| configure:11715: $? = 0
| configure:11741: g++ -c -g -O2  conftest.cc >&5
| configure:11747: $? = 0
| configure:11751: test -z 
|                        || test ! -s conftest.err
| configure:11754: $? = 0
| configure:11757: test -s conftest.o
| configure:11760: $? = 0
| configure:11785: checking dependency style of g++
| configure:11875: result: gcc3
| configure:11900: checking how to run the C++ preprocessor
| configure:11931: g++ -E  conftest.cc
| configure:11937: $? = 0
| configure:11969: g++ -E  conftest.cc
| conftest.cc:50:28: ac_nonexistent.h: No such file or directory
| configure:11975: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_CLOSEDIR 1
| | #define HAVE_OPENDIR 1
| | #define HAVE_READDIR 1
| | #define HAVE_STRLCAT 1
| | #define HAVE_STRLCPY 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:12014: result: g++ -E
| configure:12038: g++ -E  conftest.cc
| configure:12044: $? = 0
| configure:12076: g++ -E  conftest.cc
| conftest.cc:50:28: ac_nonexistent.h: No such file or directory
| configure:12082: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_CLOSEDIR 1
| | #define HAVE_OPENDIR 1
| | #define HAVE_READDIR 1
| | #define HAVE_STRLCAT 1
| | #define HAVE_STRLCPY 1
| | #ifdef __cplusplus
| | extern "C" void std::exit (int) throw (); using std::exit;
| | #endif
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:12237: checking for ld used by g++
| configure:12304: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:12313: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is 
GNU ld
| configure:12328: result: yes
| configure:12383: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:13269: result: yes
| configure:13297: g++ -c -g -O2  conftest.cc >&5
| configure:13300: $? = 0
| configure:13421: checking for g++ option to produce PIC
| configure:13711: result:  -DPIC
| configure:13720: checking if g++ PIC flag  -DPIC works
| configure:13741: g++ -c -g -O2   -DPIC -DPIC conftest.cc >&5
| configure:13745: $? = 0
| configure:13753: result: yes
| configure:13773: checking if g++ static flag -static works
| configure:13796: result: yes
| configure:13808: checking if g++ supports -c -o file.o
| configure:13832: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
| configure:13836: $? = 0
| configure:13853: result: yes
| configure:13859: checking if g++ supports -c -o file.o
| configure:13904: result: yes
| configure:13934: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:13959: result: yes
| configure:14095: checking dynamic linker characteristics
| configure:14661: result: Win32 ld.exe
| configure:14697: checking how to hardcode library paths into programs
| configure:14722: result: immediate
| configure:14740: checking whether stripping libraries is possible
| configure:14745: result: yes
| configure:14849: checking for g77
| configure:14878: result: no
| configure:14849: checking for f77
| configure:14878: result: no
| configure:14849: checking for xlf
| configure:14878: result: no
| configure:14849: checking for frt
| configure:14878: result: no
| configure:14849: checking for pgf77
| configure:14878: result: no
| configure:14849: checking for fort77
| configure:14878: result: no
| configure:14849: checking for fl32
| configure:14878: result: no
| configure:14849: checking for af77
| configure:14878: result: no
| configure:14849: checking for f90
| configure:14878: result: no
| configure:14849: checking for xlf90
| configure:14878: result: no
| configure:14849: checking for pgf90
| configure:14878: result: no
| configure:14849: checking for epcf90
| configure:14878: result: no
| configure:14849: checking for f95
| configure:14878: result: no
| configure:14849: checking for fort
| configure:14878: result: no
| configure:14849: checking for xlf95
| configure:14878: result: no
| configure:14849: checking for ifc
| configure:14878: result: no
| configure:14849: checking for efc
| configure:14878: result: no
| configure:14849: checking for pgf95
| configure:14878: result: no
| configure:14849: checking for lf95
| configure:14878: result: no
| configure:14849: checking for gfortran
| configure:14878: result: no
| configure:14893: checking for Fortran 77 compiler version
| configure:14893:  --version </dev/null >&5
| ./configure: line 1: --version: command not found
| configure:14896: $? = 127
| configure:14898:  -v </dev/null >&5
| ./configure: line 1: -v: command not found
| configure:14901: $? = 127
| configure:14903:  -V </dev/null >&5
| ./configure: line 1: -V: command not found
| configure:14906: $? = 127
| configure:14914: checking whether we are using the GNU Fortran 77 compiler
| configure:14928:  -c  conftest.F >&5
| ./configure: line 1: -c: command not found
| configure:14934: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:14960: result: no
| configure:14966: checking whether  accepts -g
| configure:14978:  -c -g conftest.f >&5
| ./configure: line 1: -c: command not found
| configure:14984: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:15009: result: no
| configure:17416: checking for gcj
| configure:17445: result: no
| configure:19837: checking for windres
| configure:19853: found /usr/bin/windres
| configure:19863: result: windres
| configure:20141: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by libtool config.status 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on robertsmachine
| 
| config.status:1128: creating Makefile
| config.status:1128: creating libltdl/Makefile
| config.status:1128: creating libltdl/loaders/Makefile
| config.status:1128: creating doc/Makefile
| config.status:1128: creating tests/Makefile
| config.status:1232: creating config.h
| config.status:1408: config.h is unchanged
| config.status:1588: executing tests/atconfig commands
| config.status:1588: executing depfiles commands
| config.status:1588: executing libtool commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i686-pc-cygwin
| ac_cv_build_alias=i686-pc-cygwin
| 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=
| 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_func_argz_append=yes
| ac_cv_func_argz_create_sep=yes
| ac_cv_func_argz_insert=yes
| ac_cv_func_argz_next=yes
| ac_cv_func_argz_stringify=yes
| ac_cv_func_closedir=yes
| ac_cv_func_dlerror=yes
| ac_cv_func_opendir=yes
| ac_cv_func_readdir=yes
| ac_cv_func_shl_load=no
| ac_cv_func_strlcat=yes
| ac_cv_func_strlcpy=yes
| ac_cv_header_argz_h=yes
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_dl_h=no
| ac_cv_header_dld_h=no
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_mach_o_dyld_h=no
| 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_dl_h=no
| 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-cygwin
| ac_cv_host_alias=i686-pc-cygwin
| ac_cv_lib_dl_dlopen=no
| ac_cv_lib_dld_dld_link=no
| ac_cv_lib_dld_shl_load=no
| ac_cv_objext=o
| ac_cv_path_install='/usr/local/bin/ginstall -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_RC=windres
| 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_fgrep='grep -F'
| ac_cv_prog_make_make_set=yes
| ac_cv_search_opendir='none required'
| ac_cv_type_error_t=yes
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| am_cv_prog_ln=ln
| libltdl_cv_func_dlopen=yes
| libltdl_cv_need_uscore=unknown
| libltdl_cv_preloaded_symbols=yes
| libltdl_cv_shlibext=.dll
| lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
| lt_cv_file_magic_cmd=func_win32_libid
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_module_path_var=PATH
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
| lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
| lt_cv_path_NM='/usr/bin/nm -B'
| lt_cv_path_SED=/usr/bin/sed
| lt_cv_prog_compiler_c_o=yes
| lt_cv_prog_compiler_c_o_CXX=yes
| lt_cv_prog_compiler_c_o_RC=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sys_dlopen_deplibs=unknown
| lt_cv_sys_dlsearch_path='/lib /usr/lib'
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[    
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
| lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  
{"\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
| lt_cv_sys_max_cmd_len=8192
| lt_cv_sys_symbol_underscore=yes
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run 
aclocal-1.9'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run tar'
| APIVERSION='2.1a'
| AR='ar'
| ARGZ_H=''
| AS='as'
| AUTOCONF='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run 
autoconf'
| AUTOHEADER='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run 
autoheader'
| AUTOM4TE='autom4te'
| AUTOMAKE='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run 
automake-1.9'
| AUTOTEST='$(AUTOM4TE) --language=autotest'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CONFIG_H='config.h'
| CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/stamp-vcl'
| CONF_SUBDIRS='cdemo demo depdemo f77demo mdemo mdemo2 pdemo tagdemo'
| CONVENIENCE_LTDL_FALSE=''
| CONVENIENCE_LTDL_TRUE='#'
| CPP='gcc -E'
| CPPFLAGS=''
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-g -O2'
| CYGPATH_W='cygpath -w'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile 
tests/depdemo/Makefile tests/f77demo/Makefile tests/mdemo/Makefile 
tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
| DLLTOOL='dlltool'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT='.exe'
| F77=''
| FFLAGS=''
| FGREP='grep -F'
| GCJ=''
| GCJFLAGS='-g -O2'
| GREP='grep'
| HAVE_CXX_FALSE='#'
| HAVE_CXX_TRUE=''
| HAVE_F77_FALSE=''
| HAVE_F77_TRUE='#'
| HAVE_GCJ_FALSE=''
| HAVE_GCJ_TRUE='#'
| HAVE_RC_FALSE='#'
| HAVE_RC_TRUE=''
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_LTDL_FALSE='#'
| INSTALL_LTDL_TRUE=''
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| LASTRELEASE='2.1'
| LD='/usr/i686-pc-cygwin/bin/ld.exe'
| LDFLAGS=''
| LIBADD_DL=' '
| LIBADD_DLD_LINK=''
| LIBADD_DLOPEN=''
| LIBADD_SHL_LOAD=''
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN='ln'
| LN_S='ln -s'
| LTLIBOBJS=''
| LT_DLLOADERS=' dlopen.la loadlibrary.la'
| LT_DLPREOPEN='-dlpreopen loaders/dlopen.la -dlpreopen loaders/loadlibrary.la '
| M4SH='$(AUTOM4TE) --language=m4sh'
| MAKEINFO='${SHELL} /Robert/libtool-HEAD/src/libtool/config/missing --run 
makeinfo'
| NM='/usr/bin/nm -B'
| OBJDUMP='objdump'
| OBJEXT='o'
| PACKAGE='libtool'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='libtool'
| PACKAGE_STRING='libtool 2.1a'
| PACKAGE_TARNAME='libtool'
| PACKAGE_VERSION='2.1a'
| PATH_SEPARATOR=':'
| RANLIB='ranlib'
| RC='windres'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP='strip'
| TIMESTAMP=' 1.1899 2005/03/24 13:19:01'
| VERSION='2.1a'
| 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_GCJ=''
| ac_ct_OBJDUMP='objdump'
| ac_ct_RANLIB='ranlib'
| ac_ct_RC='windres'
| ac_ct_STRIP='strip'
| aclocaldir='${datadir}/aclocal'
| 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-cygwin'
| build_alias=''
| build_cpu='i686'
| build_os='cygwin'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i686-pc-cygwin'
| host_alias=''
| host_cpu='i686'
| host_os='cygwin'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/Robert/libtool-HEAD/src/libtool/config/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| lt_ECHO='echo'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| package_revision='1.1899'
| pkgvdatadir='${datadir}/libtool-2.1a'
| pkgvmacrodir='${datadir}/libtool-2.1a/m4'
| prefix='/Robert/libtool-HEAD'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sys_symbol_underscore='yes'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLERROR 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_OPENDIR 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_READDIR 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define LT_MODULE_EXT ".dll"
| #define LT_MODULE_PATH_VAR "PATH"
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libtool"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define STDC_HEADERS 1
| #define VERSION "2.1a"
| #endif
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| 
| configure: exit 0
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by libtool config.status 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status config.h
| 
| on robertsmachine
| 
| config.status:1232: creating config.h
| config.status:1408: config.h is unchanged


reply via email to

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