## ------------------------ ##
## libtool 2.1a test suite. ##
## ------------------------ ##
testsuite: command line was:
$ /home/c.g.oxenrider/working/libtool/tests/testsuite
## ----------- ##
## ChangeLogs. ##
## ----------- ##
testsuite: ../ChangeLog:
| 2005-06-29 Ralf Wildenhues
|
| * THANKS: Updated.
|
| 2005-06-28 Stepan Kasal
|
| * clcommit.m4sh: "grep|sed" can be replaced by mere "sed".
| * m4/libtool.m4 (_LT_LIBTOOL_TAGS): Remove unnnecessary "[]".
| * m4/lt~obsolete.m4: Use m4_ifndef.
|
## --------- ##
## Platform. ##
## --------- ##
hostname = ACN4MXL431
uname -m = i686
uname -r = 1.5.17(0.129/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2005-05-25 19:38
/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: /home/c.g.oxenrider/working/libtool/tests
PATH: /home/c.g.oxenrider/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 Files/Support Tools
PATH: /cygdrive/c/program files/winzip
PATH: /cygdrive/c/data/notes
PATH: /cygdrive/c/program files/notes
PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
PATH: /cygdrive/c/WINDOWS/system32/nls
PATH: /cygdrive/c/WINDOWS/system32/nls/ENGLISH
PATH: /home/c.g.oxenrider/working/libtool
PATH: /usr/sbin
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='/home/c.g.oxenrider/working/libtool/tests'
| at_srcdir='.'
| abs_srcdir='/home/c.g.oxenrider/working/libtool/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/c.g.oxenrider/working/libtool/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/home/c.g.oxenrider/working/libtool/tests/../.'
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/bash'}
## ---------------- ##
## Tested programs. ##
## ---------------- ##
## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Thu Jun 30 14:45:58 CDT 2005
1. libtoolize macro installation (libtoolize.at:71): ok (0m3.720s 0m2.080s)
2. libtoolize macro serial update (libtoolize.at:95): ok (0m21.580s 0m10.730s)
3. libtoolize config files serial update (libtoolize.at:186): ok (0m36.710s 0m17.720s)
4. duplicate members in archive tests (duplicate_members.at:20): ok (0m30.260s 0m20.040s)
6. C convenience archives (convenience.at:21): ok (0m21.370s 0m14.320s)
7. C++ convenience archives (convenience.at:47): ok (0m27.173s 0m16.741s)
8. F77 convenience archives (convenience.at:74): ok (0m26.510s 0m15.950s)
9. Java convenience archives (convenience.at:116): ok (0m32.798s 0m17.000s)
10. Link order test. (link-order.at:21): ok (0m50.080s 0m31.340s)
11. C subdir-objects (am-subdir.at:27): ok (1m55.916s 0m32.831s)
12. C++ subdir-objects (am-subdir.at:87): ok (2m29.446s 0m41.002s)
13. simple template test (template.at:23): ok (0m17.943s 0m10.690s)
14. template test with subdirs (template.at:124): ok (1m0.236s 0m37.260s)
testsuite: ending at: Thu Jun 30 14:59:19 CDT 2005
testsuite: test suite duration: 0h 13m 22s
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: All 15 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
5: inherited_flags.at:20 inherited_linker_flags
15: stresstest.at:25 Link option thorough search test
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
5. inherited_flags.at:20: testing ...
libtool: compile: gcc -g -O2 -c foo.c -DPIC -o .libs/foo.o
libtool: compile: gcc -g -O2 -c foo.c -o foo.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -c bar.c -DPIC -o .libs/bar.o
libtool: compile: gcc -g -O2 -c bar.c -o bar.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -c baz.c -DPIC -o .libs/baz.o
libtool: compile: gcc -g -O2 -c baz.c -o baz.o >/dev/null 2>&1
libtool: compile: gcc -g -O2 -c main.c -DPIC -o .libs/main.o
libtool: compile: gcc -g -O2 -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:58: ${LIBTOOL} --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -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:58: exit code was 1, expected 0
5. inherited_flags.at:20: 5. inherited_linker_flags (inherited_flags.at:20): FAILED (inherited_flags.at:58)
15. stresstest.at:25: testing ...
stresstest.at:168: $LIBTOOL --mode=compile $CC $CFLAGS -c a.c -o sub/a.lo
stderr:
stdout:
libtool: compile: gcc -g -O2 -c a.c -DPIC -o sub/.libs/a.o
libtool: compile: gcc -g -O2 -c a.c -o sub/a.o >/dev/null 2>&1
stresstest.at:169: $LIBTOOL --mode=compile $CC $CFLAGS -c b.c -o sub/b.lo
stderr:
stdout:
libtool: compile: gcc -g -O2 -c b.c -DPIC -o sub/.libs/b.o
libtool: compile: gcc -g -O2 -c b.c -o sub/b.o >/dev/null 2>&1
stresstest.at:170: $LIBTOOL --mode=compile $CC $CFLAGS -c main.c
stderr:
stdout:
libtool: compile: gcc -g -O2 -c main.c -DPIC -o .libs/main.o
libtool: compile: gcc -g -O2 -c main.c -o main.o >/dev/null 2>&1
stresstest.at:171: $LIBTOOL --mode=compile $CC $CFLAGS -c dlself.c -o sub3/dlself.lo
stderr:
stdout:
libtool: compile: gcc -g -O2 -c dlself.c -DPIC -o sub3/.libs/dlself.o
libtool: compile: gcc -g -O2 -c dlself.c -o sub3/dlself.o >/dev/null 2>&1
stresstest.at:188: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o "$rel"sub2/liba.la "$rel"sub/a.lo $linkargs
stderr:
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:192: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS $st -o "$rel"main "$rel"main.lo "$rel"sub2/liba.la
stderr:
stdout:
libtool: link: gcc -g -O2 -o .libs/main .libs/main.o sub2/.libs/liba.a
libtool: link: creating main.exe
stresstest.at:193: if ./main; then :;
elif test "X$host" != "X$build" && \
{ test -x "./main" || test -x "./main"$EXEEXT; }
then (exit 77); fi
stresstest.at:197: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS $st -o "$rel"sub3/dlself "$rel"sub3/dlself.lo "$rel"sub2/liba.la sub/b.lo -dlopen self $l10
stderr:
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: (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 -g -O2 -o sub3/.libs/dlself sub3/.libs/dlself.o sub/.libs/b.o sub3/.libs/dlself.def sub3/.libs/dlselfS.o sub2/.libs/liba.a
libtool: link: creating sub3/dlself.exe
stresstest.at:198: if ./sub3/dlself; then :;
elif test "X$host" != "X$build" && \
{ test -x "./sub3/dlself" || test -x "./sub3/dlself"$EXEEXT; }
then (exit 77); fi
stresstest.at:197: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS $st -o "$rel"sub3/dlself "$rel"sub3/dlself.lo "$rel"sub2/liba.la sub/b.lo -dlopen self $l10
stderr:
Cannot export w1$: symbol not defined
Cannot export w10$: symbol not defined
Cannot export w11$: symbol not defined
Cannot export w12$: symbol not defined
Cannot export w13$: symbol not defined
Cannot export w14$: symbol not defined
Cannot export w15$: 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
Cannot export w9$: 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: (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 -g -O2 -o sub3/.libs/dlself sub3/.libs/dlself.o sub/.libs/b.o sub3/.libs/dlself.def sub3/.libs/dlselfS.o sub2/.libs/liba.a
stresstest.at:197: exit code was 1, expected 0
15. stresstest.at:25: 15. Link option thorough search test (stresstest.at:25): FAILED (stresstest.at:197)
## -------------- ##
## ..//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
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = ACN4MXL431
| uname -m = i686
| uname -r = 1.5.17(0.129/4/2)
| uname -s = CYGWIN_NT-5.1
| uname -v = 2005-05-25 19:38
|
| /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: /home/c.g.oxenrider/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 Files/Support Tools/
| PATH: /cygdrive/c/program files/winzip
| PATH: /cygdrive/c/data/notes
| PATH: /cygdrive/c/program files/notes
| PATH: /cygdrive/c/Program Files/ATI Technologies/ATI Control Panel
| PATH: /cygdrive/c/WINDOWS/system32/nls
| PATH: /cygdrive/c/WINDOWS/system32/nls/ENGLISH
| PATH: Z
| PATH: .
| PATH: Y
| PATH: .
| PATH: .
| PATH: /usr/sbin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1639: checking for a BSD-compatible install
| configure:1694: result: /usr/bin/install -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:2127: checking for gcc
| configure:2143: found /usr/bin/gcc
| configure:2153: result: gcc
| configure:2397: checking for C compiler version
| configure:2400: gcc --version &5
| gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:2403: $? = 0
| configure:2405: gcc -v &5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/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 --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
| Thread model: posix
| gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| configure:2408: $? = 0
| configure:2410: gcc -V &5
| gcc: `-V' option must have argument
| configure:2413: $? = 1
| configure:2436: checking for C compiler default output file name
| configure:2439: gcc conftest.c >&5
| configure:2442: $? = 0
| configure:2488: result: a.exe
| configure:2493: checking whether the C compiler works
| configure:2499: ./a.exe
| configure:2502: $? = 0
| configure:2519: result: yes
| configure:2526: checking whether we are cross compiling
| configure:2528: result: no
| configure:2531: checking for suffix of executables
| configure:2533: gcc -o conftest.exe conftest.c >&5
| configure:2536: $? = 0
| configure:2561: result: .exe
| configure:2567: checking for suffix of object files
| configure:2588: gcc -c conftest.c >&5
| configure:2591: $? = 0
| configure:2613: result: o
| configure:2617: checking whether we are using the GNU C compiler
| configure:2641: gcc -c conftest.c >&5
| configure:2647: $? = 0
| configure:2651: test -z
| || test ! -s conftest.err
| configure:2654: $? = 0
| configure:2657: test -s conftest.o
| configure:2660: $? = 0
| configure:2673: result: yes
| configure:2679: checking whether gcc accepts -g
| configure:2700: gcc -c -g conftest.c >&5
| configure:2706: $? = 0
| configure:2710: test -z
| || test ! -s conftest.err
| configure:2713: $? = 0
| configure:2716: test -s conftest.o
| configure:2719: $? = 0
| configure:2730: result: yes
| configure:2747: checking for gcc option to accept ANSI C
| configure:2817: gcc -c -g -O2 conftest.c >&5
| configure:2823: $? = 0
| configure:2827: test -z
| || test ! -s conftest.err
| configure:2830: $? = 0
| configure:2833: test -s conftest.o
| configure:2836: $? = 0
| configure:2854: result: none needed
| configure:2872: gcc -c -g -O2 conftest.c >&5
| conftest.c:2: error: parse error before "me"
| configure:2878: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| | choke me
| | #endif
| configure:3022: checking for style of include used by make
| configure:3050: result: GNU
| configure:3078: checking dependency style of gcc
| configure:3168: result: gcc3
| configure:3190: checking how to run the C preprocessor
| configure:3225: gcc -E conftest.c
| configure:3231: $? = 0
| configure:3263: gcc -E conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3269: $? = 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
| configure:3308: result: gcc -E
| configure:3332: gcc -E conftest.c
| configure:3338: $? = 0
| configure:3370: gcc -E conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3376: $? = 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
| configure:3447: checking build system type
| configure:3465: result: i686-pc-cygwin
| configure:3473: checking host system type
| configure:3487: result: i686-pc-cygwin
| configure:3495: checking for a sed that does not truncate output
| configure:3550: result: /usr/bin/sed
| configure:3565: checking for egrep
| configure:3575: result: grep -E
| configure:3580: checking for fgrep
| configure:3590: result: grep -F
| configure:3625: checking for ld used by gcc
| configure:3692: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:3701: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
| configure:3716: result: yes
| configure:3728: checking for BSD-compatible nm
| configure:3770: result: /usr/bin/nm -B
| configure:3780: checking whether ln -s works
| configure:3784: result: yes
| configure:3792: checking the maximum length of command line arguments
| configure:3889: result: 8192
| configure:3904: checking whether the shell understands some XSI constructs
| configure:3912: result: yes
| configure:3915: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files
| configure:3922: result: -r
| configure:3949: checking how to recognise dependent libraries
| configure:4125: result: file_magic ^x86 archive import|^x86 DLL
| configure:4183: checking for ar
| configure:4199: found /usr/bin/ar
| configure:4210: result: ar
| configure:4276: checking for strip
| configure:4292: found /usr/bin/strip
| configure:4303: result: strip
| configure:4363: checking for ranlib
| configure:4379: found /usr/bin/ranlib
| configure:4390: result: ranlib
| configure:4443: checking command to parse /usr/bin/nm -B output from object
| configure:4532: gcc -c -g -O2 conftest.c >&5
| configure:4535: $? = 0
| configure:4539: /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:4542: $? = 0
| cannot find nm_test_var in conftest.nm
| configure:4532: gcc -c -g -O2 conftest.c >&5
| configure:4535: $? = 0
| configure:4539: /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:4542: $? = 0
| configure:4596: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
| configure:4599: $? = 0
| configure:4637: result: ok
| configure:4686: checking for ANSI C header files
| configure:4711: gcc -c -g -O2 conftest.c >&5
| configure:4717: $? = 0
| configure:4721: test -z
| || test ! -s conftest.err
| configure:4724: $? = 0
| configure:4727: test -s conftest.o
| configure:4730: $? = 0
| configure:4816: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:4819: $? = 0
| configure:4821: ./conftest.exe
| configure:4824: $? = 0
| configure:4839: result: yes
| configure:4863: checking for sys/types.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for sys/stat.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for stdlib.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for string.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for memory.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for strings.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for inttypes.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for stdint.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4863: checking for unistd.h
| configure:4879: gcc -c -g -O2 conftest.c >&5
| configure:4885: $? = 0
| configure:4889: test -z
| || test ! -s conftest.err
| configure:4892: $? = 0
| configure:4895: test -s conftest.o
| configure:4898: $? = 0
| configure:4909: result: yes
| configure:4925: checking for dlfcn.h
| configure:4941: gcc -c -g -O2 conftest.c >&5
| configure:4947: $? = 0
| configure:4951: test -z
| || test ! -s conftest.err
| configure:4954: $? = 0
| configure:4957: test -s conftest.o
| configure:4960: $? = 0
| configure:4971: result: yes
| configure:6050: checking for as
| configure:6066: found /usr/bin/as
| configure:6077: result: as
| configure:6130: checking for dlltool
| configure:6146: found /usr/bin/dlltool
| configure:6157: result: dlltool
| configure:6210: checking for objdump
| configure:6226: found /usr/bin/objdump
| configure:6237: result: objdump
| configure:6425: checking for objdir
| configure:6440: result: .libs
| configure:6771: checking if gcc supports -fno-rtti -fno-exceptions
| configure:6792: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
| configure:6796: $? = 0
| configure:6806: result: no
| configure:6826: checking for gcc option to produce PIC
| configure:7053: result: -DPIC
| configure:7065: checking if gcc PIC flag -DPIC works
| configure:7086: gcc -c -g -O2 -DPIC -DPIC conftest.c >&5
| configure:7090: $? = 0
| configure:7100: result: yes
| configure:7123: checking if gcc static flag -static works
| configure:7151: result: yes
| configure:7166: checking if gcc supports -c -o file.o
| configure:7190: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
| configure:7194: $? = 0
| configure:7213: result: yes
| configure:7222: checking if gcc supports -c -o file.o
| configure:7269: result: yes
| configure:7302: checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:8279: result: yes
| configure:8326: checking whether -lc should be explicitly linked in
| configure:8331: gcc -c -g -O2 conftest.c >&5
| configure:8334: $? = 0
| configure:8348: gcc -shared conftest.o -v -o ./conftest -Wl,--image-base=0x10000000 -Wl,--out-implib,conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
| configure:8351: $? = 1
| configure:8363: result: yes
| configure:8518: checking dynamic linker characteristics
| configure:9084: result: Win32 ld.exe
| configure:9168: checking how to hardcode library paths into programs
| configure:9193: result: immediate
| configure:9214: checking whether stripping libraries is possible
| configure:9219: result: yes
| configure:9254: checking if libtool supports shared libraries
| configure:9256: result: yes
| configure:9259: checking whether to build shared libraries
| configure:9280: result: yes
| configure:9283: checking whether to build static libraries
| configure:9287: result: yes
| configure:9320: checking for an ANSI C-conforming const
| configure:9387: gcc -c -g -O2 conftest.c >&5
| configure:9393: $? = 0
| configure:9397: test -z
| || test ! -s conftest.err
| configure:9400: $? = 0
| configure:9403: test -s conftest.o
| configure:9406: $? = 0
| configure:9417: result: yes
| configure:9435: checking for dirent.h that defines DIR
| configure:9459: gcc -c -g -O2 conftest.c >&5
| configure:9465: $? = 0
| configure:9469: test -z
| || test ! -s conftest.err
| configure:9472: $? = 0
| configure:9475: test -s conftest.o
| configure:9478: $? = 0
| configure:9489: result: yes
| configure:9502: checking for library containing opendir
| configure:9532: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:9538: $? = 0
| configure:9542: test -z
| || test ! -s conftest.err
| configure:9545: $? = 0
| configure:9548: test -s conftest.exe
| configure:9551: $? = 0
| configure:9621: result: none required
| configure:9757: checking which extension is used for runtime loadable modules
| configure:9767: result: .dll
| configure:9777: checking which variable specifies run-time module search path
| configure:9784: result: PATH
| configure:9794: checking for the default library search path
| configure:9801: result: /lib /usr/lib
| configure:9831: checking for dlopen in -ldl
| configure:9861: gcc -o conftest.exe -g -O2 conftest.c -ldl >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ldl
| collect2: ld returned 1 exit status
| configure:9867: $? = 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:9893: result: no
| configure:9923: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:9929: $? = 0
| configure:9933: test -z
| || test ! -s conftest.err
| configure:9936: $? = 0
| configure:9939: test -s conftest.exe
| configure:9942: $? = 0
| configure:10042: checking for dlerror
| configure:10099: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10105: $? = 0
| configure:10109: test -z
| || test ! -s conftest.err
| configure:10112: $? = 0
| configure:10115: test -s conftest.exe
| configure:10118: $? = 0
| configure:10130: result: yes
| configure:10145: checking for shl_load
| configure:10202: gcc -o conftest.exe -g -O2 conftest.c >&5
| /cygdrive/c/DOCUME~1/CG831B~1.OXE/LOCALS~1/Temp/ccApNQaP.o: In function `main':
| /home/c.g.oxenrider/working/libtool/conftest.c:69: undefined reference to `_shl_load'
| /home/c.g.oxenrider/working/libtool/conftest.c:68: undefined reference to `_shl_load'
| collect2: ld returned 1 exit status
| configure:10208: $? = 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 declares shl_load.
| | For example, HP-UX 11i 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 to if __STDC__ is defined, since
| | exists even on freestanding compilers. */
| |
| | #ifdef __STDC__
| | # include
| | #else
| | # include
| | #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:10233: result: no
| configure:10243: checking for shl_load in -ldld
| configure:10273: gcc -o conftest.exe -g -O2 conftest.c -ldld >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10279: $? = 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:10305: result: no
| configure:10432: checking for dld_link in -ldld
| configure:10462: gcc -o conftest.exe -g -O2 conftest.c -ldld >&5
| /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10468: $? = 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:10494: result: no
| configure:10532: checking for _ prefix in compiled symbols
| configure:10542: gcc -c -g -O2 conftest.c >&5
| configure:10545: $? = 0
| configure:10549: /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:10552: $? = 0
| configure:10574: result: yes
| configure:10582: checking whether we have to add an underscore for dlsym
| configure:10657: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10660: $? = 0
| configure:10679: result: unknown
| configure:10692: checking whether deplibs are loaded by dlopen
| configure:10770: result: unknown
| configure:10786: checking for argz.h
| configure:10802: gcc -c -g -O2 conftest.c >&5
| configure:10808: $? = 0
| configure:10812: test -z
| || test ! -s conftest.err
| configure:10815: $? = 0
| configure:10818: test -s conftest.o
| configure:10821: $? = 0
| configure:10832: result: yes
| configure:10844: checking for error_t
| configure:10871: gcc -c -g -O2 conftest.c >&5
| configure:10877: $? = 0
| configure:10881: test -z
| || test ! -s conftest.err
| configure:10884: $? = 0
| configure:10887: test -s conftest.o
| configure:10890: $? = 0
| configure:10901: result: yes
| configure:10929: checking for argz_append
| configure:10986: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10992: $? = 0
| configure:10996: test -z
| || test ! -s conftest.err
| configure:10999: $? = 0
| configure:11002: test -s conftest.exe
| configure:11005: $? = 0
| configure:11017: result: yes
| configure:10929: checking for argz_create_sep
| configure:10986: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10992: $? = 0
| configure:10996: test -z
| || test ! -s conftest.err
| configure:10999: $? = 0
| configure:11002: test -s conftest.exe
| configure:11005: $? = 0
| configure:11017: result: yes
| configure:10929: checking for argz_insert
| configure:10986: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10992: $? = 0
| configure:10996: test -z
| || test ! -s conftest.err
| configure:10999: $? = 0
| configure:11002: test -s conftest.exe
| configure:11005: $? = 0
| configure:11017: result: yes
| configure:10929: checking for argz_next
| configure:10986: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10992: $? = 0
| configure:10996: test -z
| || test ! -s conftest.err
| configure:10999: $? = 0
| configure:11002: test -s conftest.exe
| configure:11005: $? = 0
| configure:11017: result: yes
| configure:10929: checking for argz_stringify
| configure:10986: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:10992: $? = 0
| configure:10996: test -z
| || test ! -s conftest.err
| configure:10999: $? = 0
| configure:11002: test -s conftest.exe
| configure:11005: $? = 0
| configure:11017: result: yes
| configure:11065: checking whether libtool supports -dlopen/-dlpreopen
| configure:11077: result: yes
| configure:11105: checking for memory.h
| configure:11151: result: yes
| configure:11105: checking for unistd.h
| configure:11151: result: yes
| configure:11105: checking for dl.h
| configure:11121: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:16: dl.h: No such file or directory
| configure:11127: $? = 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
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #else
| | # if HAVE_STDINT_H
| | # include
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:11151: result: no
| configure:11105: checking for sys/dl.h
| configure:11121: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:20: sys/dl.h: No such file or directory
| configure:11127: $? = 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
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #else
| | # if HAVE_STDINT_H
| | # include
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:11151: result: no
| configure:11105: checking for dld.h
| configure:11121: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:17: dld.h: No such file or directory
| configure:11127: $? = 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
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #else
| | # if HAVE_STDINT_H
| | # include
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:11151: result: no
| configure:11105: checking for mach-o/dyld.h
| configure:11121: gcc -c -g -O2 conftest.c >&5
| conftest.c:76:25: mach-o/dyld.h: No such file or directory
| configure:11127: $? = 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
| | #if HAVE_SYS_TYPES_H
| | # include
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include
| | #endif
| | #if STDC_HEADERS
| | # include
| | # include
| | #else
| | # if HAVE_STDLIB_H
| | # include
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | # include
| | # endif
| | # include
| | #endif
| | #if HAVE_STRINGS_H
| | # include
| | #endif
| | #if HAVE_INTTYPES_H
| | # include
| | #else
| | # if HAVE_STDINT_H
| | # include
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include
| | #endif
| |
| | #include
| configure:11151: result: no
| configure:11167: checking for string.h
| configure:11213: result: yes
| configure:11231: checking for closedir
| configure:11288: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:11294: $? = 0
| configure:11298: test -z
| || test ! -s conftest.err
| configure:11301: $? = 0
| configure:11304: test -s conftest.exe
| configure:11307: $? = 0
| configure:11319: result: yes
| configure:11231: checking for opendir
| configure:11288: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:11294: $? = 0
| configure:11298: test -z
| || test ! -s conftest.err
| configure:11301: $? = 0
| configure:11304: test -s conftest.exe
| configure:11307: $? = 0
| configure:11319: result: yes
| configure:11231: checking for readdir
| configure:11288: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:11294: $? = 0
| configure:11298: test -z
| || test ! -s conftest.err
| configure:11301: $? = 0
| configure:11304: test -s conftest.exe
| configure:11307: $? = 0
| configure:11319: result: yes
| configure:11343: checking for strlcat
| configure:11400: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:11406: $? = 0
| configure:11410: test -z
| || test ! -s conftest.err
| configure:11413: $? = 0
| configure:11416: test -s conftest.exe
| configure:11419: $? = 0
| configure:11431: result: yes
| configure:11343: checking for strlcpy
| configure:11400: gcc -o conftest.exe -g -O2 conftest.c >&5
| configure:11406: $? = 0
| configure:11410: test -z
| || test ! -s conftest.err
| configure:11413: $? = 0
| configure:11416: test -s conftest.exe
| configure:11419: $? = 0
| configure:11431: result: yes
| configure:11507: checking for g++
| configure:11523: found /usr/bin/g++
| configure:11533: result: g++
| configure:11549: checking for C++ compiler version
| configure:11552: g++ --version &5
| g++ (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
| configure:11555: $? = 0
| configure:11557: g++ -v &5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/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 --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
| Thread model: posix
| gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| configure:11560: $? = 0
| configure:11562: g++ -V &5
| g++: `-V' option must have argument
| configure:11565: $? = 1
| configure:11568: checking whether we are using the GNU C++ compiler
| configure:11592: g++ -c conftest.cc >&5
| configure:11598: $? = 0
| configure:11602: test -z
| || test ! -s conftest.err
| configure:11605: $? = 0
| configure:11608: test -s conftest.o
| configure:11611: $? = 0
| configure:11624: result: yes
| configure:11630: checking whether g++ accepts -g
| configure:11651: g++ -c -g conftest.cc >&5
| configure:11657: $? = 0
| configure:11661: test -z
| || test ! -s conftest.err
| configure:11664: $? = 0
| configure:11667: test -s conftest.o
| configure:11670: $? = 0
| configure:11681: result: yes
| configure:11723: g++ -c -g -O2 conftest.cc >&5
| configure:11729: $? = 0
| configure:11733: test -z
| || test ! -s conftest.err
| configure:11736: $? = 0
| configure:11739: test -s conftest.o
| configure:11742: $? = 0
| configure:11768: 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:11774: $? = 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:11723: g++ -c -g -O2 conftest.cc >&5
| configure:11729: $? = 0
| configure:11733: test -z
| || test ! -s conftest.err
| configure:11736: $? = 0
| configure:11739: test -s conftest.o
| configure:11742: $? = 0
| configure:11768: g++ -c -g -O2 conftest.cc >&5
| configure:11774: $? = 0
| configure:11778: test -z
| || test ! -s conftest.err
| configure:11781: $? = 0
| configure:11784: test -s conftest.o
| configure:11787: $? = 0
| configure:11812: checking dependency style of g++
| configure:11902: result: gcc3
| configure:11927: checking how to run the C++ preprocessor
| configure:11958: g++ -E conftest.cc
| configure:11964: $? = 0
| configure:11996: g++ -E conftest.cc
| conftest.cc:50:28: ac_nonexistent.h: No such file or directory
| configure:12002: $? = 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
| configure:12041: result: g++ -E
| configure:12065: g++ -E conftest.cc
| configure:12071: $? = 0
| configure:12103: g++ -E conftest.cc
| conftest.cc:50:28: ac_nonexistent.h: No such file or directory
| configure:12109: $? = 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
| configure:12286: checking for ld used by g++
| configure:12353: result: /usr/i686-pc-cygwin/bin/ld.exe
| configure:12362: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
| configure:12377: result: yes
| configure:12432: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:13342: result: yes
| configure:13370: g++ -c -g -O2 conftest.cc >&5
| configure:13373: $? = 0
| configure:13494: checking for g++ option to produce PIC
| configure:13783: result: -DPIC
| configure:13792: checking if g++ PIC flag -DPIC works
| configure:13813: g++ -c -g -O2 -DPIC -DPIC conftest.cc >&5
| configure:13817: $? = 0
| configure:13827: result: yes
| configure:13847: checking if g++ static flag -static works
| configure:13875: result: yes
| configure:13887: checking if g++ supports -c -o file.o
| configure:13911: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
| configure:13915: $? = 0
| configure:13934: result: yes
| configure:13940: checking if g++ supports -c -o file.o
| configure:13987: result: yes
| configure:14017: checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:14042: result: yes
| configure:14182: checking dynamic linker characteristics
| configure:14748: result: Win32 ld.exe
| configure:14784: checking how to hardcode library paths into programs
| configure:14809: result: immediate
| configure:14827: checking whether stripping libraries is possible
| configure:14832: result: yes
| configure:14936: checking for g77
| configure:14952: found /usr/bin/g77
| configure:14962: result: g77
| configure:14980: checking for Fortran 77 compiler version
| configure:14980: g77 --version &5
| GNU Fortran (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| Copyright (C) 2004 Free Software Foundation, Inc.
|
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
| You may redistribute copies of GNU Fortran
| under the terms of the GNU General Public License.
| For more information about these matters, see the file named COPYING
| or type the command `info -f g77 Copying'.
| configure:14983: $? = 0
| configure:14985: g77 -v &5
| Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
| Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/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 --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug : (reconfigured)
| Thread model: posix
| gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
| configure:14988: $? = 0
| configure:14990: g77 -V &5
| g77: `-V' option must have argument
| configure:14993: $? = 1
| configure:15001: checking whether we are using the GNU Fortran 77 compiler
| configure:15015: g77 -c conftest.F >&5
| configure:15021: $? = 0
| configure:15025: test -z
| || test ! -s conftest.err
| configure:15028: $? = 0
| configure:15031: test -s conftest.o
| configure:15034: $? = 0
| configure:15047: result: yes
| configure:15053: checking whether g77 accepts -g
| configure:15065: g77 -c -g conftest.f >&5
| configure:15071: $? = 0
| configure:15075: test -z
| || test ! -s conftest.err
| configure:15078: $? = 0
| configure:15081: test -s conftest.o
| configure:15084: $? = 0
| configure:15096: result: yes
| configure:15219: checking if libtool supports shared libraries
| configure:15221: result: yes
| configure:15224: checking whether to build shared libraries
| configure:15244: result: yes
| configure:15247: checking whether to build static libraries
| configure:15251: result: yes
| configure:15267: checking for g77 option to produce PIC
| configure:15494: result:
| configure:15558: checking if g77 static flag -static works
| configure:15586: result: yes
| configure:15598: checking if g77 supports -c -o file.o
| configure:15622: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
| configure:15626: $? = 0
| configure:15645: result: yes
| configure:15651: checking if g77 supports -c -o file.o
| configure:15698: result: yes
| configure:15728: checking whether the g77 linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:16685: result: yes
| configure:16825: checking dynamic linker characteristics
| configure:17391: result: Win32 ld.exe
| configure:17427: checking how to hardcode library paths into programs
| configure:17452: result: immediate
| configure:17470: checking whether stripping libraries is possible
| configure:17475: result: yes
| configure:17559: checking for gcj
| configure:17575: found /usr/bin/gcj
| configure:17585: result: gcj
| configure:17678: checking if gcj supports -fno-rtti -fno-exceptions
| configure:17713: result: no
| configure:17730: checking for gcj option to produce PIC
| configure:17957: result:
| configure:18021: checking if gcj static flag -static works
| configure:18049: result: no
| configure:18061: checking if gcj supports -c -o file.o
| configure:18085: gcj -c -g -O2 -o out/conftest2.o conftest.java >&5
| configure:18089: $? = 0
| configure:18108: result: yes
| configure:18114: checking if gcj supports -c -o file.o
| configure:18161: result: yes
| configure:18191: checking whether the gcj linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
| configure:19168: result: yes
| configure:19308: checking dynamic linker characteristics
| configure:19874: result: Win32 ld.exe
| configure:19910: checking how to hardcode library paths into programs
| configure:19935: result: immediate
| configure:19953: checking whether stripping libraries is possible
| configure:19958: result: yes
| configure:20040: checking for windres
| configure:20056: found /usr/bin/windres
| configure:20066: result: windres
| configure:20368: 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 ACN4MXL431
|
| config.status:1158: creating Makefile
| config.status:1158: creating libltdl/Makefile
| config.status:1262: creating config.h
| config.status:1618: executing tests/atconfig commands
| config.status:1618: executing depfiles commands
| config.status:1618: 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=yes
| 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/bin/install -c'
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_CXXCPP='g++ -E'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_AS=as
| ac_cv_prog_ac_ct_CC=gcc
| ac_cv_prog_ac_ct_CXX=g++
| ac_cv_prog_ac_ct_DLLTOOL=dlltool
| ac_cv_prog_ac_ct_F77=g77
| ac_cv_prog_ac_ct_GCJ=gcj
| 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=yes
| 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
| 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_F77=yes
| lt_cv_prog_compiler_c_o_GCJ=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} /home/c.g.oxenrider/working/libtool/config/missing --run aclocal-1.9'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/c.g.oxenrider/working/libtool/config/missing --run tar'
| AR='ar'
| ARGZ_H=''
| AS='as'
| AUTOCONF='${SHELL} /home/c.g.oxenrider/working/libtool/config/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/c.g.oxenrider/working/libtool/config/missing --run autoheader'
| AUTOM4TE='autom4te'
| AUTOMAKE='${SHELL} /home/c.g.oxenrider/working/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='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/mdemo tests/mdemo2 tests/pdemo tests/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='g77'
| FFLAGS='-g -O2'
| FGREP='grep -F'
| GCJ='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_S='ln -s'
| LTLIBOBJS=''
| LT_DLLOADERS=' dlopen.la loadlibrary.la'
| LT_DLPREOPEN='-dlpreopen dlopen.la -dlpreopen loadlibrary.la '
| M4SH='$(AUTOM4TE) --language=m4sh'
| MAKEINFO='${SHELL} /home/c.g.oxenrider/working/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.1973 2005/06/29 08:26:20'
| 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='g77'
| ac_ct_GCJ='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='/home/c.g.oxenrider/working/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.1973'
| pkgdatadir='${datadir}/libtool'
| prefix='/usr/local'
| 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