libtool-patches
[Top][All Lists]
Advanced

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

Re: add cegcc support


From: Vincent Torri
Subject: Re: add cegcc support
Date: Fri, 18 Apr 2008 06:51:45 +0200 (CEST)


I give the diff as i modified some things:

Index: libltdl/config/ltmain.m4sh
===================================================================
RCS file: /sources/libtool/libtool/libltdl/config/ltmain.m4sh,v
retrieving revision 1.106
diff -u -r1.106 ltmain.m4sh
--- libltdl/config/ltmain.m4sh  11 Apr 2008 17:21:55 -0000      1.106
+++ libltdl/config/ltmain.m4sh  18 Apr 2008 04:50:18 -0000
@@ -363,7 +363,7 @@


   case $host in
-    *cygwin* | *mingw* | *pw32*)
+    *cygwin* | *mingw* | *pw32* | *cegcc)
       # don't eliminate duplications in $postdeps and $predeps
       opt_duplicate_compiler_generated_deps=:
       ;;
@@ -836,7 +836,7 @@

# On Cygwin there's no "real" PIC flag so we must build both object types
     case $host_os in
-    cygwin* | mingw* | pw32* | os2*)
+    cygwin* | mingw* | pw32* | os2* | cegcc)
       pic_mode=default
       ;;
     esac
@@ -1608,7 +1608,7 @@
              'exit $?'
          tstripme="$stripme"
          case $host_os in
-         cygwin* | mingw* | pw32*)
+         cygwin* | mingw* | pw32* | cegcc)
            case $realname in
            *.dll.a)
              tstripme=""
@@ -1714,7 +1714,7 @@

        # Do a test to see if this is really a libtool program.
        case $host in
-       *cygwin*|*mingw*)
+       *cygwin* | *mingw*)
            if func_ltwrapper_executable_p "$file"; then
              func_ltwrapper_scriptname "$file"
              wrapper=$func_ltwrapper_scriptname_result
@@ -1920,7 +1920,7 @@
              $RM $export_symbols
eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
              case $host in
-             *cygwin* | *mingw* )
+             *cygwin* | *mingw* | *cegcc )
                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
                ;;
@@ -1932,7 +1932,7 @@
eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
              eval '$MV "$nlist"T "$nlist"'
              case $host in
-               *cygwin | *mingw* )
+               *cygwin | *mingw* | *cegcc )
                  eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
                  eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
                  ;;
@@ -1988,7 +1988,7 @@
 } lt_dlsymlist;
 "
          case $host in
-         *cygwin* | *mingw* )
+         *cygwin* | *mingw* | *cegcc )
            $ECHO >> "$output_objdir/$my_dlsyms" "\
 /* DATA imports from DLLs on WIN32 con't be const, because
    runtime relocations are performed -- see ld's documentation
@@ -2074,7 +2074,7 @@
        # Transform the symbol file into the correct name.
        symfileobj="$output_objdir/${my_outputname}S.$objext"
        case $host in
-       *cygwin* | *mingw* )
+       *cygwin* | *mingw* | *cegcc )
          if test -f "$output_objdir/$my_outputname.def"; then
compile_command=`$ECHO "X$compile_command" | $Xsed -e "address@hidden@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "address@hidden@%$output_objdir/$my_outputname.def $symfileobj%"`
@@ -2449,7 +2449,7 @@
 "
        case $host in
        # Backslashes separate directories on plain windows
-       *-*-mingw | *-*-os2*)
+       *-*-mingw | *-*-os2* | *-cegcc)
          $ECHO "\
       exec \"\$progdir\\\\\$program\" \${1+\"address@hidden"}
 "
@@ -3076,7 +3076,7 @@
 {
     $opt_debug
     case $host in
-    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc)
       # It is impossible to link a dll without this setting, and
       # we shouldn't force the makefile maintainer to figure out
       # which system we are compiling for in order to pass an extra
@@ -3537,7 +3537,7 @@
          ;;
        esac
        case $host in
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc)
          testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
          case :$dllsearchpath: in
          *":$dir:"*) ;;
@@ -3555,7 +3555,7 @@
       -l*)
        if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
          case $host in
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc)
# These systems don't actually have a C or math library (as such)
            continue
            ;;
@@ -3632,7 +3632,7 @@

       -no-install)
        case $host in
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc)
          # The PATH hackery in wrapper scripts is required on Windows
          # and Darwin in order for the loader to find any dlls it needs.
          func_warning "\`-no-install' is ignored for $host"
@@ -4589,7 +4589,7 @@
        if test -n "$library_names" &&
{ test "$use_static_libs" = no || test -z "$old_library"; }; then
          case $host in
-         *cygwin* | *mingw*)
+         *cygwin* | *mingw* | *cegcc)
              # No point in relinking DLLs because paths are not encoded
              notinst_deplibs="$notinst_deplibs $lib"
              need_relink=no
@@ -4659,7 +4659,7 @@
            elif test -n "$soname_spec"; then
              # bleh windows
              case $host in
-             *cygwin* | mingw*)
+             *cygwin* | mingw* | *cegcc)
                major=`expr $current - $age`
                versuffix="-$major"
                ;;
@@ -5498,7 +5498,7 @@
       if test "$build_libtool_libs" = yes; then
        if test -n "$rpath"; then
          case $host in
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
+ *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc)
            # these systems don't actually have a c library (as such)!
            ;;
          *-*-rhapsody* | *-*-darwin1.[012])
@@ -5985,7 +5985,7 @@

        orig_export_symbols=
        case $host_os in
-       cygwin* | mingw*)
+       cygwin* | mingw* | cegcc)
if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
            # exporting using user supplied symfile
            if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
@@ -6599,7 +6599,7 @@
          esac
        fi
        case $host in
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc)
          testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
          case :$dllsearchpath: in
          *":$libdir:"*) ;;
@@ -6671,11 +6671,15 @@

       wrappers_required=yes
       case $host in
-      *cygwin* | *mingw* )
+      *cygwin* | *mingw*)
         if test "$build_libtool_libs" != yes; then
           wrappers_required=no
         fi
         ;;
+      *cegcc)
+        # Disable wrappers for cegcc, we are cross compiling anyway.
+        wrappers_required=no
+        ;;
       *)
if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
           wrappers_required=no
@@ -7109,7 +7113,7 @@
          # place dlname in correct position for cygwin
          tdlname=$dlname
          case $host,$output,$installed,$module,$dlname in
- *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; + *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
          esac
          $ECHO > $output "\
 # $outputname - a libtool library file
Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /sources/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.148
diff -u -r1.148 libtool.m4
--- libltdl/m4/libtool.m4       10 Apr 2008 21:18:02 -0000      1.148
+++ libltdl/m4/libtool.m4       18 Apr 2008 04:50:21 -0000
@@ -1503,7 +1503,7 @@
     lt_cv_sys_max_cmd_len=-1;
     ;;

-  cygwin* | mingw*)
+  cygwin* | mingw* | cegcc)
     # On Win9x/ME, this test blows up -- it succeeds, but takes
     # about 5 minutes as the teststring grows exponentially.
     # Worse, since 9x/ME are not pre-emptively multitasking,
@@ -1729,7 +1729,7 @@
     lt_cv_dlopen_self=yes
     ;;

-  mingw* | pw32*)
+  mingw* | pw32* | cegcc)
     lt_cv_dlopen="LoadLibrary"
     lt_cv_dlopen_libs=
     ;;
@@ -2190,14 +2190,14 @@
   # libtool to hard-code these into programs
   ;;

-cygwin* | mingw* | pw32*)
+cygwin* | mingw* | pw32* | cegcc)
   version_type=windows
   shrext_cmds=".dll"
   need_version=no
   need_lib_prefix=no

   case $GCC,$host_os in
-  yes,cygwin* | yes,mingw* | yes,pw32*)
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc)
     library_names_spec='$libname.dll.a'
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
     postinstall_cmds='base_file=`basename \${file}`~
@@ -2220,7 +2220,7 @@
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
       ;;
-    mingw*)
+    mingw* | cegcc)
       # MinGW DLLs use traditional 'lib' prefix
soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
@@ -2997,6 +2997,12 @@
   fi
   ;;

+cegcc)
+  # use the weaker test based on 'objdump'. See mingw*.
+ lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
+  ;;
+
 darwin* | rhapsody*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3308,7 +3314,7 @@
 aix*)
   symcode='[[BCDT]]'
   ;;
-cygwin* | mingw* | pw32*)
+cygwin* | mingw* | pw32* | cegcc)
   symcode='[[ABCDGISTW]]'
   ;;
 hpux*)
@@ -3554,7 +3560,7 @@
     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
       # PIC is the default for these OSes.
       ;;
-    mingw* | cygwin* | os2* | pw32*)
+    mingw* | cygwin* | os2* | pw32* | cegcc)
       # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style
@@ -3853,7 +3859,7 @@
       # PIC is the default for these OSes.
       ;;

-    mingw* | cygwin* | pw32* | os2*)
+    mingw* | cygwin* | pw32* | os2* | cegcc)
       # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style
@@ -3922,7 +3928,7 @@
       fi
       ;;

-    mingw* | cygwin* | pw32* | os2*)
+    mingw* | cygwin* | pw32* | os2* | cegcc)
       # This hack is so that the source file can tell whether it is being
# built for inclusion in a dll (and should export symbols for example).
       m4_if([$1], [GCJ], [],
@@ -4139,7 +4145,7 @@
   pw32*)
     _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
   ;;
-  cygwin* | mingw*)
+  cygwin* | mingw* | cegcc)
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
   *)
@@ -4191,7 +4197,7 @@
   extract_expsyms_cmds=

   case $host_os in
-  cygwin* | mingw* | pw32*)
+  cygwin* | mingw* | pw32* | cegcc)
     # FIXME: the MSVC++ port hasn't been tested in a loooong time
     # When not using gcc, we currently assume that we are using
     # Microsoft Visual C++.
@@ -4278,7 +4284,7 @@
       fi
       ;;

-    cygwin* | mingw* | pw32*)
+    cygwin* | mingw* | pw32* | cegcc)
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
       # as there is no search path for DLLs.
       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
@@ -4629,7 +4635,7 @@
       _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
       ;;

-    cygwin* | mingw* | pw32*)
+    cygwin* | mingw* | pw32* | cegcc)
       # When not using gcc, we currently assume that we are using
       # Microsoft Visual C++.
       # hardcode_libdir_flag_spec is actually meaningless, as there is
@@ -5576,7 +5582,7 @@
         esac
         ;;

-      cygwin* | mingw* | pw32*)
+      cygwin* | mingw* | pw32* | cegcc)
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
         # as there is no search path for DLLs.
         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Index: libltdl/m4/ltoptions.m4
===================================================================
RCS file: /sources/libtool/libtool/libltdl/m4/ltoptions.m4,v
retrieving revision 1.14
diff -u -r1.14 ltoptions.m4
--- libltdl/m4/ltoptions.m4     1 Apr 2008 18:23:20 -0000       1.14
+++ libltdl/m4/ltoptions.m4     18 Apr 2008 04:50:21 -0000
@@ -125,7 +125,7 @@
 [enable_win32_dll=yes

 case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32*)
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
   AC_CHECK_TOOL(AS, as, false)
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
   AC_CHECK_TOOL(OBJDUMP, objdump, false)







What about tests/testsuite.log?

## -------------------------- ##
## libtool 2.2.3a test suite. ##
## -------------------------- ##

testsuite: command line was:
$ /home/torri/tmp/cvsroot/libtool/tests/testsuite MAKE=make CC=arm-wince-cegcc-gcc CFLAGS=-g -O2 CPP=arm-wince-cegcc-gcc -E CPPFLAGS= LD=/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld LDFLAGS= LIBS= LN_S=ln -s NM=/usr/bin/arm-wince-cegcc-nm -B RANLIB=arm-wince-cegcc-ranlib STRIP=arm-wince-cegcc-strip OBJEXT=o EXEEXT=.exe SHELL=/bin/sh CONFIG_SHELL=/bin/sh CXX=arm-wince-cegcc-g++ CXXFLAGS=-g -O2 CXXCPP=arm-wince-cegcc-g++ -E F77= FFLAGS= FC= FCFLAGS= GCJ= GCJFLAGS=-g -O2 _lt_pkgdatadir=/home/torri/tmp/cvsroot/libtool LIBTOOLIZE=/home/torri/tmp/cvsroot/libtool/libtoolize LIBTOOL=/home/torri/tmp/cvsroot/libtool/libtool tst_aclocaldir=/home/torri/tmp/cvsroot/libtool/libltdl/m4

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

testsuite: ../ChangeLog:
| 2008-04-11  Eric Blake  <address@hidden>
|
|       Fix usage of setmode without declaration on cygwin.
|       * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Ensure
|       setmode has prototype for both mingw and cygwin.
|
| 2008-04-10  Ralf Wildenhues  <address@hidden>
|
|       * libltdl/m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): Move non-XSI
|       definition of func_dirname_and_basename ...

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

hostname = vincent
uname -m = x86_64
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Tue Feb 12 02:46:46 UTC 2008

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

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

PATH: /home/torri/tmp/cvsroot/libtool/tests
PATH: /home/torri/local/opt/cegcc/bin
PATH: /home/torri/local/opt/mingw32ce/bin
PATH: /home/torri/local/wince/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/torri/tmp/cvsroot/libtool/tests'
| at_srcdir='.'
| abs_srcdir='/home/torri/tmp/cvsroot/libtool/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/torri/tmp/cvsroot/libtool'
| at_top_build_prefix='../'
| abs_top_builddir='/home/torri/tmp/cvsroot/libtool'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/sh'}

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

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Fri Apr 18 06:39:22 CEST 2008
1. libtoolize macro installation (libtoolize.at:79): ok (0m0.044s 0m0.112s) 2. libtoolize macro serial update (libtoolize.at:103): ok (0m0.304s 0m0.540s) 3. libtoolize config files serial update (libtoolize.at:194): ok (0m0.352s 0m0.912s) 4. diagnose missing LT_CONFIG_LTDL_DIR (libtoolize.at:296): ok (0m0.164s 0m0.320s) 5. copy ltdl.m4 with shared macro directory (libtoolize.at:436): ok (0m0.116s 0m0.196s) 6. correctly parse LTDL_INIT from configure.ac (libtoolize.at:448): ok (0m0.108s 0m0.212s) 7. diagnose missing LTDL_INIT invocation (libtoolize.at:460): ok (0m0.132s 0m0.328s) 8. upgrading verbatim style aclocal.m4 (libtoolize.at:536): ok (0m1.248s 0m0.664s) 9. nonrecursive ltdl with AC_CONFIG_MACRO_DIR (libtoolize.at:660): ok (0m0.176s 0m0.296s) 10. subproject ltdl with non-shared directories (libtoolize.at:727): ok (0m0.196s 0m0.448s) 11. duplicate members in archive tests (duplicate_members.at:26): skipped (duplicate_members.at:73) 12. duplicate convenience archive names (duplicate_conv.at:25): skipped (duplicate_conv.at:55) 13. preserve duplicate convenience deps (duplicate_deps.at:25): skipped (duplicate_deps.at:61) 14. inherited_linker_flags (inherited_flags.at:26): ok (0m0.672s 0m0.432s) 15. C convenience archives (convenience.at:30): skipped (convenience.at:63) 16. C++ convenience archives (convenience.at:69): skipped (convenience.at:103) 17. F77 convenience archives (convenience.at:109): skipped (convenience.at:110) 18. FC convenience archives (convenience.at:169): skipped (convenience.at:170) 19. Java convenience archives (convenience.at:229): skipped (convenience.at:230)
20. Link order test. (link-order.at:26): skipped (link-order.at:105)
21. Link order of deplibs. (link-order2.at:46): skipped (link-order2.at:124)
22. Failure tests (fail.at:27): ok     (0m0.340s 0m0.176s)
23. shlibpath_overrides_runpath (shlibpath.at:25): skipped (shlibpath.at:66) 24. Runpath in libtool library files (runpath-in-lalib.at:25): ok (0m0.400s 0m0.144s) 25. static linking flags for programs (static.at:68): skipped (static.at:177)
26. Export test (export.at:25): skipped (export.at:159)
27. sys_lib_search_path (search-path.at:25): ok     (0m0.272s 0m0.068s)
28. indirect convenience (indirect_deps.at:25): skipped (indirect_deps.at:64) 29. indirect uninstalled (indirect_deps.at:71): skipped (indirect_deps.at:113)
31. execute mode (execute-mode.at:25): ok     (0m0.448s 0m0.092s)
32. localized compiler messages (localization.at:25): ok (0m0.064s 0m0.048s)
33. Simple DESTDIR install (destdir.at:48): skipped (destdir.at:70)
34. DESTDIR with in-package deplibs (destdir.at:75): skipped (destdir.at:127)
35. AM_PROG_LIBTOOL (old-m4-iface.at:40): skipped (old-m4-iface.at:87)
36. AC_WITH_LTDL (old-m4-iface.at:107): skipped (old-m4-iface.at:156)
39. lt_dlexit unloading libs (lt_dlexit.at:30): skipped (lt_dlexit.at:154)
41. enforced lib prefix (need_lib_prefix.at:25): skipped (need_lib_prefix.at:170) 42. compiling softlinked libltdl (standalone.at:31): ok (0m3.880s 0m1.860s) 43. compiling copied libltdl (standalone.at:46): ok (0m3.924s 0m1.944s)
44. installable libltdl (standalone.at:61): ok     (0m3.924s 0m2.084s)
45. linking libltdl without autotools (standalone.at:79): skipped (standalone.at:87) 46. compiling softlinked libltdl (subproject.at:57): ok (0m7.856s 0m3.468s) 47. compiling copied libltdl (subproject.at:73): ok (0m7.876s 0m3.640s)
48. installable libltdl (subproject.at:89): ok     (0m10.549s 0m3.732s)
49. linking libltdl without autotools (subproject.at:109): skipped (subproject.at:117)
56. simple template test (template.at:27): skipped (template.at:92)
57. template test with subdirs (template.at:126): skipped (template.at:243)
58. C++ static constructors (ctor.at:27): skipped (ctor.at:65)
59. config.status (early-libtool.at:32): skipped (early-libtool.at:114)
60. config.lt (early-libtool.at:126): skipped (early-libtool.at:219)
62. installable libltdl (configure-iface.at:102): ok (0m8.309s 0m3.632s) 64. --with-included-ltdl (configure-iface.at:225): skipped (configure-iface.at:270) 65. Link option thorough search test (stresstest.at:31): skipped (stresstest.at:262) 66. Run tests with low max_cmd_len (cmdline_wrap.at:28): ok (0m14.049s 0m7.528s)
testsuite: ending at: Fri Apr 18 06:44:55 CEST 2008
testsuite: test suite duration: 0h 5m 33s

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

ERROR: 36 tests were run,
12 failed (2 expected failures).
30 tests were skipped.

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

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  37: am-subdir.at:33    C subdir-objects
      libtoolize automake autoconf
  38: am-subdir.at:93    C++ subdir-objects
      cxx libtoolize automake autoconf
  40: lt_dladvise.at:28  lt_dlopenadvise library loading
      libltdl
  50: nonrecursive.at:78 compiling softlinked libltdl
      libtoolize automake autoconf
  51: nonrecursive.at:102 compiling copied libltdl
      libtoolize automake autoconf
  52: nonrecursive.at:126 installable libltdl
      libtoolize automake autoconf
  53: recursive.at:60    compiling softlinked libltdl
      libtoolize autoconf automake
  54: recursive.at:80    compiling copied libltdl
      libtoolize autoconf automake
  55: recursive.at:100   installable libltdl
      libtoolize autoconf automake
  63: configure-iface.at:159 --with-ltdl-include/lib
      libltdl libtoolize automake autoconf

Skipped tests:
libtool 2.2.3a test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  11: duplicate_members.at:26 duplicate members in archive tests
      libtool
  12: duplicate_conv.at:25 duplicate convenience archive names
      libtool
  13: duplicate_deps.at:25 preserve duplicate convenience deps
      libtool
  15: convenience.at:30  C convenience archives
      libtool
  16: convenience.at:69  C++ convenience archives
      cxx libtool
  17: convenience.at:109 F77 convenience archives
      f77 libtool
  18: convenience.at:169 FC convenience archives
      fc libtool
  19: convenience.at:229 Java convenience archives
      gcj libtool
  20: link-order.at:26   Link order test.
      libtool
  21: link-order2.at:46  Link order of deplibs.
      libtool
  23: shlibpath.at:25    shlibpath_overrides_runpath
      libtool
  25: static.at:68       static linking flags for programs
      libtool
  26: export.at:25       Export test
      libtool
  28: indirect_deps.at:25 indirect convenience
      libtool
  29: indirect_deps.at:71 indirect uninstalled
      libtool
  33: destdir.at:48      Simple DESTDIR install
      libtool
  34: destdir.at:75      DESTDIR with in-package deplibs
      libtool
  35: old-m4-iface.at:40 AM_PROG_LIBTOOL
      libtoolize autoconf
  36: old-m4-iface.at:107 AC_WITH_LTDL
      libtoolize automake autoconf
  39: lt_dlexit.at:30    lt_dlexit unloading libs
      libltdl
  41: need_lib_prefix.at:25 enforced lib prefix
      libltdl libtool
  45: standalone.at:79   linking libltdl without autotools
      libtoolize
  49: subproject.at:109  linking libltdl without autotools
      libtoolize
  56: template.at:27     simple template test
      cxx libtool
  57: template.at:126    template test with subdirs
      cxx libtool
  58: ctor.at:27         C++ static constructors
      cxx libtool
  59: early-libtool.at:32 config.status
      libtoolize automake autoconf
  60: early-libtool.at:126 config.lt
      libtoolize automake autoconf
  64: configure-iface.at:225 --with-included-ltdl
      libltdl libtoolize automake autoconf
  65: stresstest.at:31   Link option thorough search test
      libtool

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

#                             -*- compilation -*-
37. am-subdir.at:33: testing ...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./am-subdir.at:78: $ACLOCAL -I m4
stderr:
stdout:
./am-subdir.at:78: $AUTOMAKE --add-missing
stderr:
configure.ac:5: installing `./compile'
configure.ac:3: installing `./config.guess'
configure.ac:3: installing `./config.sub'
configure.ac:2: installing `./install-sh'
configure.ac:2: installing `./missing'
Makefile.am: installing `./depcomp'
stdout:
./am-subdir.at:78: $AUTOCONF
stderr:
stdout:
./am-subdir.at:78: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ./config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./am-subdir.at:78: exit code was 1, expected 0
./am-subdir.at:78: $MAKE
stderr:
make[4]: *** No targets specified and no makefile found.  Stop.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/37' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/37'
./am-subdir.at:78: exit code was 2, expected 0
./am-subdir.at:80: subdir/subdemo; lt_status=$?; if test $lt_status -eq 0; then :;
           elif test "X$host" != "X$build" && \
{ test -x "subdir/subdemo" || test -x "subdir/subdemo"$EXEEXT; }
           then (exit 77); else (exit $lt_status); fi
Not enabling shell tracing (command contains an embedded newline)
--- /dev/null   2008-03-01 09:17:03.000000000 +0100
+++ /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-stderr 2008-04-18 06:40:41.000000000 +0200
@@ -0,0 +1 @@
+/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-test-source: line 221: subdir/subdemo: No such file or directory
stdout:
./am-subdir.at:80: exit code was 127, expected 0
37. am-subdir.at:33: 37. C subdir-objects (am-subdir.at:33): FAILED (am-subdir.at:80)

#                             -*- compilation -*-
38. am-subdir.at:93: testing ...
./am-subdir.at:94: { test -n "$CXX" && test "X$CXX" != Xno; } || (exit 77)
./am-subdir.at:94: test "X$CXX" != Xg++ || (g++ -v >/dev/null 2>&1) || (exit 77)
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
./am-subdir.at:146: $ACLOCAL -I m4
stderr:
stdout:
./am-subdir.at:146: $AUTOMAKE --add-missing
stderr:
configure.ac:4: installing `./compile'
configure.ac:9: installing `./config.guess'
configure.ac:9: installing `./config.sub'
configure.ac:2: installing `./install-sh'
configure.ac:2: installing `./missing'
Makefile.am: installing `./depcomp'
stdout:
./am-subdir.at:146: $AUTOCONF
stderr:
stdout:
./am-subdir.at:146: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ./config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking whether arm-wince-cegcc-gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether arm-wince-cegcc-g++ accepts -g... yes
checking dependency style of arm-wince-cegcc-g++... gcc3
checking how to run the C++ preprocessor... arm-wince-cegcc-g++ -E
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./am-subdir.at:146: exit code was 1, expected 0
./am-subdir.at:146: $MAKE
stderr:
make[4]: *** No targets specified and no makefile found.  Stop.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/38' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/38'
./am-subdir.at:146: exit code was 2, expected 0
./am-subdir.at:148: subdir/subdemo; lt_status=$?; if test $lt_status -eq 0; then :;
           elif test "X$host" != "X$build" && \
{ test -x "subdir/subdemo" || test -x "subdir/subdemo"$EXEEXT; }
           then (exit 77); else (exit $lt_status); fi
Not enabling shell tracing (command contains an embedded newline)
--- /dev/null   2008-03-01 09:17:03.000000000 +0100
+++ /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-stderr 2008-04-18 06:40:46.000000000 +0200
@@ -0,0 +1 @@
+/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-test-source: line 271: subdir/subdemo: No such file or directory
./am-subdir.at:148: exit code was 127, expected 0
38. am-subdir.at:93: 38. C++ subdir-objects (am-subdir.at:93): FAILED (am-subdir.at:148)

#                             -*- compilation -*-
40. lt_dladvise.at:28: testing ...
./lt_dladvise.at:273: case $LIBLTDL in #(
 */_inst/lib/*) test -f $LIBLTDL || (exit 77) ;;
esac
Not enabling shell tracing (command contains an embedded newline)
stdout:
libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c moddepend.c -DDLL_EXPORT -DPIC -o .libs/moddepend.o libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c moddepend.c -o moddepend.o >/dev/null 2>&1 ./lt_dladvise.at:297: $LIBTOOL --mode=link $CC -module $CFLAGS $LDFLAGS -o libdepend.la \
            moddepend.lo -rpath /foo -avoid-version
Not enabling shell tracing (command contains an embedded newline)
stderr:
libtool: link: warning: undefined symbols not allowed in arm-wince-cegcc shared libraries
stdout:
libtool: link: arm-wince-cegcc-ar cru .libs/libdepend.a  moddepend.o
libtool: link: arm-wince-cegcc-ranlib .libs/libdepend.a
libtool: link: ( cd ".libs" && rm -f "libdepend.la" && ln -s "../libdepend.la" "libdepend.la" ) libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modresident.c -DDLL_EXPORT -DPIC -o .libs/modresident.o libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modresident.c -o modresident.o >/dev/null 2>&1 ./lt_dladvise.at:311: $LIBTOOL --mode=link $CC -module $CFLAGS $LDFLAGS -o lib$name.la \
            mod$name.lo -rpath /foo -avoid-version
Not enabling shell tracing (command contains an embedded newline)
stderr:
stdout:
libtool: link: arm-wince-cegcc-gcc -shared .libs/modresident.o -o .libs/libresident.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libresident.dll.a
Creating library file: .libs/libresident.dll.a
libtool: link: arm-wince-cegcc-ar cru .libs/libresident.a  modresident.o
libtool: link: arm-wince-cegcc-ranlib .libs/libresident.a
libtool: link: ( cd ".libs" && rm -f "libresident.la" && ln -s "../libresident.la" "libresident.la" ) libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modlocal.c -DDLL_EXPORT -DPIC -o .libs/modlocal.o libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modlocal.c -o modlocal.o >/dev/null 2>&1 ./lt_dladvise.at:311: $LIBTOOL --mode=link $CC -module $CFLAGS $LDFLAGS -o lib$name.la \
            mod$name.lo -rpath /foo -avoid-version
Not enabling shell tracing (command contains an embedded newline)
stderr:
stdout:
libtool: link: arm-wince-cegcc-gcc -shared .libs/modlocal.o -o .libs/liblocal.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/liblocal.dll.a
Creating library file: .libs/liblocal.dll.a
libtool: link: arm-wince-cegcc-ar cru .libs/liblocal.a  modlocal.o
libtool: link: arm-wince-cegcc-ranlib .libs/liblocal.a
libtool: link: ( cd ".libs" && rm -f "liblocal.la" && ln -s "../liblocal.la" "liblocal.la" ) libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modglobal.c -DDLL_EXPORT -DPIC -o .libs/modglobal.o libtool: compile: arm-wince-cegcc-gcc -I/home/torri/tmp/cvsroot/libtool/libltdl -DHAVE_UNDEFINED_SYMBOLS=1 -g -O2 -c modglobal.c -o modglobal.o >/dev/null 2>&1 ./lt_dladvise.at:311: $LIBTOOL --mode=link $CC -module $CFLAGS $LDFLAGS -o lib$name.la \
            mod$name.lo -rpath /foo -avoid-version
Not enabling shell tracing (command contains an embedded newline)
stderr:
stdout:
libtool: link: arm-wince-cegcc-gcc -shared .libs/modglobal.o -o .libs/libglobal.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libglobal.dll.a
Creating library file: .libs/libglobal.dll.a
libtool: link: arm-wince-cegcc-ar cru .libs/libglobal.a  modglobal.o
libtool: link: arm-wince-cegcc-ranlib .libs/libglobal.a
libtool: link: ( cd ".libs" && rm -f "libglobal.la" && ln -s "../libglobal.la" "libglobal.la" ) ./lt_dladvise.at:323: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o main main.$OBJEXT $modules $LIBLTDL
stderr:
/home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs../.libs/libdepend.a(moddepend.o): In function `g': /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/40/moddepend.c:5: undefined reference to `f' /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/40/moddepend.c:5: undefined reference to `i'
collect2: ld returned 1 exit status
stdout:
libtool: link: rm -f .libs/main.nm .libs/main.nmS .libs/main.nmT
libtool: link: (cd .libs && arm-wince-cegcc-gcc -g -O2 -c -fno-builtin "mainS.c") libtool: link: rm -f ".libs/mainS.c" ".libs/main.nm" ".libs/main.nmS" ".libs/main.nmT" libtool: link: arm-wince-cegcc-gcc -g -O2 -o main main.o .libs/mainS.o ./.libs/libdepend.a /home/torri/tmp/cvsroot/libtool/tests/../libltdl/.libs/libltdlc.a
Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
Info: resolving __ctype_ptr by linking to __imp___ctype_ptr (auto-import)
libtool: link: rm -f ".libs/mainS.o"
./lt_dladvise.at:323: exit code was 1, expected 0
40. lt_dladvise.at:28: 40. lt_dlopenadvise library loading (lt_dladvise.at:28): FAILED (lt_dladvise.at:323)

#                             -*- compilation -*-
50. nonrecursive.at:78: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: linking file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: linking file `ltdl/m4/argz.m4'
libtoolize: linking file `ltdl/m4/libtool.m4'
libtoolize: linking file `ltdl/m4/ltdl.m4'
libtoolize: linking file `ltdl/m4/ltoptions.m4'
libtoolize: linking file `ltdl/m4/ltsugar.m4'
libtoolize: linking file `ltdl/m4/ltversion.m4'
libtoolize: linking file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: linking file `ltdl/COPYING.LIB'
libtoolize: linking file `ltdl/README'
libtoolize: linking file `ltdl/argz_.h'
libtoolize: linking file `ltdl/argz.c'
libtoolize: linking file `ltdl/loaders/dld_link.c'
libtoolize: linking file `ltdl/loaders/dlopen.c'
libtoolize: linking file `ltdl/loaders/dyld.c'
libtoolize: linking file `ltdl/loaders/load_add_on.c'
libtoolize: linking file `ltdl/loaders/loadlibrary.c'
libtoolize: linking file `ltdl/loaders/shl_load.c'
libtoolize: linking file `ltdl/lt__dirent.c'
libtoolize: linking file `ltdl/lt__strl.c'
libtoolize: linking file `ltdl/libltdl/lt__alloc.h'
libtoolize: linking file `ltdl/libltdl/lt__dirent.h'
libtoolize: linking file `ltdl/libltdl/lt__glibc.h'
libtoolize: linking file `ltdl/libltdl/lt__private.h'
libtoolize: linking file `ltdl/libltdl/lt__strl.h'
libtoolize: linking file `ltdl/libltdl/lt_dlloader.h'
libtoolize: linking file `ltdl/libltdl/lt_error.h'
libtoolize: linking file `ltdl/libltdl/lt_system.h'
libtoolize: linking file `ltdl/libltdl/slist.h'
libtoolize: linking file `ltdl/loaders/preopen.c'
libtoolize: linking file `ltdl/lt__alloc.c'
libtoolize: linking file `ltdl/lt_dlloader.c'
libtoolize: linking file `ltdl/lt_error.c'
libtoolize: linking file `ltdl/ltdl.c'
libtoolize: linking file `ltdl/ltdl.h'
libtoolize: linking file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.inc'
./nonrecursive.at:83: if test -f ltdl/configure.ac; then false; fi
./nonrecursive.at:90: $ACLOCAL -I ltdl/m4
stderr:
stdout:
./nonrecursive.at:90: $AUTOHEADER
stderr:
stdout:
./nonrecursive.at:90: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:9: installing `ltdl/config/compile'
configure.ac:10: installing `ltdl/config/config.guess'
configure.ac:10: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
Makefile.am: installing `ltdl/config/depcomp'
stdout:
./nonrecursive.at:90: $AUTOCONF
stderr:
stdout:
./nonrecursive.at:90: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking whether arm-wince-cegcc-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./nonrecursive.at:90: exit code was 1, expected 0
./nonrecursive.at:90: $MAKE all $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/50' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/50'
./nonrecursive.at:90: exit code was 2, expected 0
./nonrecursive.at:93: test -f ltdl/libltdlc.la
./nonrecursive.at:93: exit code was 1, expected 0
50. nonrecursive.at:78: 50. compiling softlinked libltdl (nonrecursive.at:78): FAILED (nonrecursive.at:93)

#                             -*- compilation -*-
51. nonrecursive.at:102: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.inc'
./nonrecursive.at:107: if test -f ltdl/configure.ac; then false; fi
./nonrecursive.at:114: $ACLOCAL -I ltdl/m4
stderr:
stdout:
./nonrecursive.at:114: $AUTOHEADER
stderr:
stdout:
./nonrecursive.at:114: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:9: installing `ltdl/config/compile'
configure.ac:10: installing `ltdl/config/config.guess'
configure.ac:10: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
Makefile.am: installing `ltdl/config/depcomp'
stdout:
./nonrecursive.at:114: $AUTOCONF
stderr:
stdout:
./nonrecursive.at:114: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking whether arm-wince-cegcc-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./nonrecursive.at:114: exit code was 1, expected 0
./nonrecursive.at:114: $MAKE all $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/51' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/51'
./nonrecursive.at:114: exit code was 2, expected 0
./nonrecursive.at:117: test -f ltdl/libltdlc.la
./nonrecursive.at:117: exit code was 1, expected 0
51. nonrecursive.at:102: 51. compiling copied libltdl (nonrecursive.at:102): FAILED (nonrecursive.at:117)

#                             -*- compilation -*-
52. nonrecursive.at:126: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.inc'
./nonrecursive.at:133: if test -f ltdl/configure.ac; then false; fi
./nonrecursive.at:140: $ACLOCAL -I ltdl/m4
stderr:
stdout:
./nonrecursive.at:140: $AUTOHEADER
stderr:
stdout:
./nonrecursive.at:140: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:9: installing `ltdl/config/compile'
configure.ac:10: installing `ltdl/config/config.guess'
configure.ac:10: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
Makefile.am: installing `ltdl/config/depcomp'
stdout:
./nonrecursive.at:140: $AUTOCONF
stderr:
stdout:
./nonrecursive.at:140: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking whether arm-wince-cegcc-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./nonrecursive.at:140: exit code was 1, expected 0
./nonrecursive.at:140: $MAKE all install $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `install'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/52' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/52'
./nonrecursive.at:140: exit code was 2, expected 0
./nonrecursive.at:143: test -f $prefix/lib/libltdl.la
./nonrecursive.at:143: exit code was 1, expected 0
52. nonrecursive.at:126: 52. installable libltdl (nonrecursive.at:126): FAILED (nonrecursive.at:143)

#                             -*- compilation -*-
53. recursive.at:60: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: linking file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: linking file `ltdl/m4/argz.m4'
libtoolize: linking file `ltdl/m4/libtool.m4'
libtoolize: linking file `ltdl/m4/ltdl.m4'
libtoolize: linking file `ltdl/m4/ltoptions.m4'
libtoolize: linking file `ltdl/m4/ltsugar.m4'
libtoolize: linking file `ltdl/m4/ltversion.m4'
libtoolize: linking file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: linking file `ltdl/COPYING.LIB'
libtoolize: linking file `ltdl/README'
libtoolize: linking file `ltdl/argz_.h'
libtoolize: linking file `ltdl/argz.c'
libtoolize: linking file `ltdl/loaders/dld_link.c'
libtoolize: linking file `ltdl/loaders/dlopen.c'
libtoolize: linking file `ltdl/loaders/dyld.c'
libtoolize: linking file `ltdl/loaders/load_add_on.c'
libtoolize: linking file `ltdl/loaders/loadlibrary.c'
libtoolize: linking file `ltdl/loaders/shl_load.c'
libtoolize: linking file `ltdl/lt__dirent.c'
libtoolize: linking file `ltdl/lt__strl.c'
libtoolize: linking file `ltdl/libltdl/lt__alloc.h'
libtoolize: linking file `ltdl/libltdl/lt__dirent.h'
libtoolize: linking file `ltdl/libltdl/lt__glibc.h'
libtoolize: linking file `ltdl/libltdl/lt__private.h'
libtoolize: linking file `ltdl/libltdl/lt__strl.h'
libtoolize: linking file `ltdl/libltdl/lt_dlloader.h'
libtoolize: linking file `ltdl/libltdl/lt_error.h'
libtoolize: linking file `ltdl/libltdl/lt_system.h'
libtoolize: linking file `ltdl/libltdl/slist.h'
libtoolize: linking file `ltdl/loaders/preopen.c'
libtoolize: linking file `ltdl/lt__alloc.c'
libtoolize: linking file `ltdl/lt_dlloader.c'
libtoolize: linking file `ltdl/lt_error.c'
libtoolize: linking file `ltdl/ltdl.c'
libtoolize: linking file `ltdl/ltdl.h'
libtoolize: linking file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:65: if test -f ltdl/configure.ac; then false; fi
./recursive.at:67: $AUTORECONF --force --verbose --install
stderr:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/torri/tmp/cvsroot/libtool/libtoolize --copy --force --ltdl
autoreconf: running: autoconf --force
autoreconf: running: autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:8: installing `ltdl/config/config.guess'
configure.ac:8: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
ltdl/Makefile.am: installing `ltdl/config/depcomp'
autoreconf: Leaving directory `.'
stdout:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:68: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./recursive.at:68: exit code was 1, expected 0
./recursive.at:69: $MAKE all $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/53' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/53'
./recursive.at:69: exit code was 2, expected 0
./recursive.at:71: test -f ltdl/libltdlc.la
./recursive.at:71: exit code was 1, expected 0
53. recursive.at:60: 53. compiling softlinked libltdl (recursive.at:60): FAILED (recursive.at:71)

#                             -*- compilation -*-
54. recursive.at:80: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:85: if test -f ltdl/configure.ac; then false; fi
./recursive.at:87: $AUTORECONF --force --verbose --install
stderr:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/torri/tmp/cvsroot/libtool/libtoolize --copy --force --ltdl
autoreconf: running: autoconf --force
autoreconf: running: autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:8: installing `ltdl/config/config.guess'
configure.ac:8: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
ltdl/Makefile.am: installing `ltdl/config/depcomp'
autoreconf: Leaving directory `.'
stdout:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:88: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./recursive.at:88: exit code was 1, expected 0
./recursive.at:89: $MAKE all $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/54' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/54'
./recursive.at:89: exit code was 2, expected 0
./recursive.at:91: test -f ltdl/libltdlc.la
./recursive.at:91: exit code was 1, expected 0
54. recursive.at:80: 54. compiling copied libltdl (recursive.at:80): FAILED (recursive.at:91)

#                             -*- compilation -*-
55. recursive.at:100: testing ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:107: if test -f ltdl/configure.ac; then false; fi
./recursive.at:109: $AUTORECONF --force --verbose --install
stderr:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ltdl/m4
autoreconf: configure.ac: tracing
autoreconf: running: /home/torri/tmp/cvsroot/libtool/libtoolize --copy --force --ltdl
autoreconf: running: autoconf --force
autoreconf: running: autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:8: installing `ltdl/config/config.guess'
configure.ac:8: installing `ltdl/config/config.sub'
configure.ac:7: installing `ltdl/config/install-sh'
configure.ac:7: installing `ltdl/config/missing'
ltdl/Makefile.am: installing `ltdl/config/depcomp'
autoreconf: Leaving directory `.'
stdout:
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `ltdl/config'.
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in LT_CONFIG_LTDL_DIR, `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
libtoolize: creating file `ltdl/Makefile.am'
./recursive.at:110: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ltdl/config/config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./recursive.at:110: exit code was 1, expected 0
./recursive.at:111: $MAKE all install $tst_dist
stderr:
make[4]: *** No rule to make target `all'.
make[4]: *** No rule to make target `install'.
make[4]: *** No rule to make target `dist'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/55' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/55'
./recursive.at:111: exit code was 2, expected 0
./recursive.at:113: test -f $prefix/lib/libltdl.la
./recursive.at:113: exit code was 1, expected 0
55. recursive.at:100: 55. installable libltdl (recursive.at:100): FAILED (recursive.at:113)

#                             -*- compilation -*-
63. configure-iface.at:159: testing ...
libtoolize: copying file `ltdl/config/compile'
libtoolize: copying file `ltdl/config/config.guess'
libtoolize: copying file `ltdl/config/config.sub'
libtoolize: copying file `ltdl/config/depcomp'
libtoolize: copying file `ltdl/config/install-sh'
libtoolize: copying file `ltdl/config/missing'
libtoolize: copying file `ltdl/config/ltmain.sh'
libtoolize: putting macros in `ltdl/m4'.
libtoolize: copying file `ltdl/m4/argz.m4'
libtoolize: copying file `ltdl/m4/libtool.m4'
libtoolize: copying file `ltdl/m4/ltdl.m4'
libtoolize: copying file `ltdl/m4/ltoptions.m4'
libtoolize: copying file `ltdl/m4/ltsugar.m4'
libtoolize: copying file `ltdl/m4/ltversion.m4'
libtoolize: copying file `ltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in `ltdl'.
libtoolize: copying file `ltdl/COPYING.LIB'
libtoolize: copying file `ltdl/README'
libtoolize: copying file `ltdl/Makefile.am'
libtoolize: copying file `ltdl/configure.ac'
libtoolize: copying file `ltdl/aclocal.m4'
libtoolize: copying file `ltdl/Makefile.in'
libtoolize: copying file `ltdl/config-h.in'
libtoolize: copying file `ltdl/configure'
libtoolize: copying file `ltdl/argz_.h'
libtoolize: copying file `ltdl/argz.c'
libtoolize: copying file `ltdl/loaders/dld_link.c'
libtoolize: copying file `ltdl/loaders/dlopen.c'
libtoolize: copying file `ltdl/loaders/dyld.c'
libtoolize: copying file `ltdl/loaders/load_add_on.c'
libtoolize: copying file `ltdl/loaders/loadlibrary.c'
libtoolize: copying file `ltdl/loaders/shl_load.c'
libtoolize: copying file `ltdl/lt__dirent.c'
libtoolize: copying file `ltdl/lt__strl.c'
libtoolize: copying file `ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `ltdl/libltdl/lt__private.h'
libtoolize: copying file `ltdl/libltdl/lt__strl.h'
libtoolize: copying file `ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `ltdl/libltdl/lt_error.h'
libtoolize: copying file `ltdl/libltdl/lt_system.h'
libtoolize: copying file `ltdl/libltdl/slist.h'
libtoolize: copying file `ltdl/loaders/preopen.c'
libtoolize: copying file `ltdl/lt__alloc.c'
libtoolize: copying file `ltdl/lt_dlloader.c'
libtoolize: copying file `ltdl/lt_error.c'
libtoolize: copying file `ltdl/ltdl.c'
libtoolize: copying file `ltdl/ltdl.h'
libtoolize: copying file `ltdl/slist.c'
./configure-iface.at:168: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --enable-ltdl-install --prefix=$prefix
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-wince-cegcc
checking for style of include used by make... GNU
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by arm-wince-cegcc-gcc... /home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld checking if the linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/arm-wince-cegcc-nm -B checking the name lister (/usr/bin/arm-wince-cegcc-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld option to reload object files... -r checking how to recognize dependent libraries... file_magic file format pe-arm-.*little(.*architecture: arm)?
checking for arm-wince-cegcc-ar... arm-wince-cegcc-ar
checking for arm-wince-cegcc-strip... (cached) arm-wince-cegcc-strip
checking for arm-wince-cegcc-ranlib... arm-wince-cegcc-ranlib
checking command to parse /usr/bin/arm-wince-cegcc-nm -B output from arm-wince-cegcc-gcc object... ok
checking how to run the C preprocessor... arm-wince-cegcc-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for arm-wince-cegcc-as... arm-wince-cegcc-as
checking for arm-wince-cegcc-dlltool... arm-wince-cegcc-dlltool
checking for arm-wince-cegcc-objdump... arm-wince-cegcc-objdump
checking for objdir... .libs
checking if arm-wince-cegcc-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-wince-cegcc-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if arm-wince-cegcc-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if arm-wince-cegcc-gcc static flag -static works... yes
checking if arm-wince-cegcc-gcc supports -c -o file.o... yes
checking if arm-wince-cegcc-gcc supports -c -o file.o... (cached) yes
checking whether the arm-wince-cegcc-gcc linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .dll
checking which variable specifies run-time module search path... PATH
checking for the default library search path... /lib /usr/lib
checking for library containing dlopen... no
checking for dlopen in -lsvld... no
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... unknown
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
./configure-iface.at:169: $MAKE all install
stderr:
/home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.stdout: make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl'
make  all-am
make[5]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl' /bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-preopen.lo -MD -MP -MF .deps/libltdl_la-preopen.Tpo -c -o libltdl_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-preopen.lo -MD -MP -MF .deps/libltdl_la-preopen.Tpo -c loaders/preopen.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-preopen.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-preopen.lo -MD -MP -MF .deps/libltdl_la-preopen.Tpo -c loaders/preopen.c -o libltdl_la-preopen.o
/dev/null 2>&1
mv -f .deps/libltdl_la-preopen.Tpo .deps/libltdl_la-preopen.Plo
/bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt__alloc.lo -MD -MP -MF .deps/libltdl_la-lt__alloc.Tpo -c -o libltdl_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt__alloc.lo -MD -MP -MF .deps/libltdl_la-lt__alloc.Tpo -c lt__alloc.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-lt__alloc.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt__alloc.lo -MD -MP -MF .deps/libltdl_la-lt__alloc.Tpo -c lt__alloc.c -o libltdl_la-lt__alloc.o
/dev/null 2>&1
mv -f .deps/libltdl_la-lt__alloc.Tpo .deps/libltdl_la-lt__alloc.Plo
/bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_dlloader.lo -MD -MP -MF .deps/libltdl_la-lt_dlloader.Tpo -c -o libltdl_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_dlloader.lo -MD -MP -MF .deps/libltdl_la-lt_dlloader.Tpo -c lt_dlloader.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-lt_dlloader.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_dlloader.lo -MD -MP -MF .deps/libltdl_la-lt_dlloader.Tpo -c lt_dlloader.c -o libltdl_la-lt_dlloader.o >/dev/null 2>&1
mv -f .deps/libltdl_la-lt_dlloader.Tpo .deps/libltdl_la-lt_dlloader.Plo
/bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_error.lo -MD -MP -MF .deps/libltdl_la-lt_error.Tpo -c -o libltdl_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_error.lo -MD -MP -MF .deps/libltdl_la-lt_error.Tpo -c lt_error.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-lt_error.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-lt_error.lo -MD -MP -MF .deps/libltdl_la-lt_error.Tpo -c lt_error.c -o libltdl_la-lt_error.o
/dev/null 2>&1
mv -f .deps/libltdl_la-lt_error.Tpo .deps/libltdl_la-lt_error.Plo
/bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-ltdl.lo -MD -MP -MF .deps/libltdl_la-ltdl.Tpo -c -o libltdl_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-ltdl.lo -MD -MP -MF .deps/libltdl_la-ltdl.Tpo -c ltdl.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-ltdl.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-ltdl.lo -MD -MP -MF .deps/libltdl_la-ltdl.Tpo -c ltdl.c -o libltdl_la-ltdl.o >/dev/null 2>&1
mv -f .deps/libltdl_la-ltdl.Tpo .deps/libltdl_la-ltdl.Plo
/bin/sh ./libtool --tag=CC --mode=compile arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-slist.lo -MD -MP -MF .deps/libltdl_la-slist.Tpo -c -o libltdl_la-slist.lo `test -f 'slist.c' || echo './'`slist.c libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-slist.lo -MD -MP -MF .deps/libltdl_la-slist.Tpo -c slist.c -DDLL_EXPORT -DPIC -o .libs/libltdl_la-slist.o libtool: compile: arm-wince-cegcc-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdl "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdl_la-slist.lo -MD -MP -MF .deps/libltdl_la-slist.Tpo -c slist.c -o libltdl_la-slist.o >/dev/null 2>&1
mv -f .deps/libltdl_la-slist.Tpo .deps/libltdl_la-slist.Plo
/bin/sh ./libtool --tag=CC --mode=link arm-wince-cegcc-gcc -g -O2 -no-undefined -version-info 8:1:1 -o libltdl.la -rpath /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib libltdl_la-preopen.lo libltdl_la-lt__alloc.lo libltdl_la-lt_dlloader.lo libltdl_la-lt_error.lo libltdl_la-ltdl.lo libltdl_la-slist.lo libtool: link: arm-wince-cegcc-gcc -shared .libs/libltdl_la-preopen.o .libs/libltdl_la-lt__alloc.o .libs/libltdl_la-lt_dlloader.o .libs/libltdl_la-lt_error.o .libs/libltdl_la-ltdl.o .libs/libltdl_la-slist.o -o .libs/libltdl-7.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libltdl.dll.a
Info: resolving __ctype_ptr by linking to __imp___ctype_ptr (auto-import)
Creating library file: .libs/libltdl.dll.a
libtool: link: arm-wince-cegcc-ar cru .libs/libltdl.a libltdl_la-preopen.o libltdl_la-lt__alloc.o libltdl_la-lt_dlloader.o libltdl_la-lt_error.o libltdl_la-ltdl.o libltdl_la-slist.o
libtool: link: arm-wince-cegcc-ranlib .libs/libltdl.a
libtool: link: ( cd ".libs" && rm -f "libltdl.la" && ln -s "../libltdl.la" "libltdl.la" ) make[5]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl'
make  install-am
make[5]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl' make[6]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl' test -z "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib" || /bin/mkdir -p "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libltdl.la' '/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.la' libtool: install: /usr/bin/install -c .libs/libltdl.dll.a /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.dll.a
libtool: install: base_file=`basename libltdl.la`
libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libltdl.la'i; echo libltdl-7.dll'` libtool: install: dldir=/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/`dirname ../bin/libltdl-7.dll` libtool: install: test -d /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/../bin || mkdir -p /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/../bin libtool: install: /usr/bin/install -c .libs/libltdl-7.dll /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/../bin/libltdl-7.dll libtool: install: chmod a+x /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/../bin/libltdl-7.dll libtool: install: if test -n '' && test -n 'arm-wince-cegcc-strip --strip-unneeded'; then eval 'arm-wince-cegcc-strip --strip-unneeded /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/../bin/libltdl-7.dll' || exit 0; fi libtool: install: /usr/bin/install -c .libs/libltdl.lai /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.la libtool: install: /usr/bin/install -c .libs/libltdl.a /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.a libtool: install: chmod 644 /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.a libtool: install: arm-wince-cegcc-ranlib /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib/libltdl.a
----------------------------------------------------------------------
Libraries have been installed in:
   /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-LLIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include" || /bin/mkdir -p "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include" /usr/bin/install -c -m 644 'ltdl.h' '/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/ltdl.h' test -z "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/libltdl" || /bin/mkdir -p "/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/libltdl" /usr/bin/install -c -m 644 'libltdl/lt_system.h' '/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/libltdl/lt_system.h' /usr/bin/install -c -m 644 'libltdl/lt_error.h' '/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/libltdl/lt_error.h' /usr/bin/install -c -m 644 'libltdl/lt_dlloader.h' '/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/_inst/include/libltdl/lt_dlloader.h' make[6]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl' make[5]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63/ltdl'
./configure-iface.at:175: test -f $prefix/lib/libltdl.la
./configure-iface.at:176: test -f $prefix/include/ltdl.h
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `libltdl/config/compile'
libtoolize: linking file `libltdl/config/config.guess'
libtoolize: linking file `libltdl/config/config.sub'
libtoolize: linking file `libltdl/config/depcomp'
libtoolize: linking file `libltdl/config/install-sh'
libtoolize: linking file `libltdl/config/missing'
libtoolize: linking file `libltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `_inst/aclocal'.
libtoolize: linking file `_inst/aclocal/argz.m4'
libtoolize: linking file `_inst/aclocal/libtool.m4'
libtoolize: linking file `_inst/aclocal/ltdl.m4'
libtoolize: linking file `_inst/aclocal/ltoptions.m4'
libtoolize: linking file `_inst/aclocal/ltsugar.m4'
libtoolize: linking file `_inst/aclocal/ltversion.m4'
libtoolize: linking file `_inst/aclocal/lt~obsolete.m4'
libtoolize: putting macros in `libltdl/m4'.
libtoolize: linking file `libltdl/m4/argz.m4'
libtoolize: linking file `libltdl/m4/libtool.m4'
libtoolize: linking file `libltdl/m4/ltdl.m4'
libtoolize: linking file `libltdl/m4/ltoptions.m4'
libtoolize: linking file `libltdl/m4/ltsugar.m4'
libtoolize: linking file `libltdl/m4/ltversion.m4'
libtoolize: linking file `libltdl/m4/lt~obsolete.m4'
libtoolize: putting libltdl files in `libltdl'.
libtoolize: linking file `libltdl/COPYING.LIB'
libtoolize: linking file `libltdl/README'
libtoolize: linking file `libltdl/Makefile.am'
libtoolize: linking file `libltdl/configure.ac'
libtoolize: copying file `libltdl/aclocal.m4'
libtoolize: linking file `libltdl/Makefile.in'
libtoolize: linking file `libltdl/config-h.in'
libtoolize: linking file `libltdl/configure'
libtoolize: linking file `libltdl/argz_.h'
libtoolize: linking file `libltdl/argz.c'
libtoolize: linking file `libltdl/loaders/dld_link.c'
libtoolize: linking file `libltdl/loaders/dlopen.c'
libtoolize: linking file `libltdl/loaders/dyld.c'
libtoolize: linking file `libltdl/loaders/load_add_on.c'
libtoolize: linking file `libltdl/loaders/loadlibrary.c'
libtoolize: linking file `libltdl/loaders/shl_load.c'
libtoolize: linking file `libltdl/lt__dirent.c'
libtoolize: linking file `libltdl/lt__strl.c'
libtoolize: linking file `libltdl/libltdl/lt__alloc.h'
libtoolize: linking file `libltdl/libltdl/lt__dirent.h'
libtoolize: linking file `libltdl/libltdl/lt__glibc.h'
libtoolize: linking file `libltdl/libltdl/lt__private.h'
libtoolize: linking file `libltdl/libltdl/lt__strl.h'
libtoolize: linking file `libltdl/libltdl/lt_dlloader.h'
libtoolize: linking file `libltdl/libltdl/lt_error.h'
libtoolize: linking file `libltdl/libltdl/lt_system.h'
libtoolize: linking file `libltdl/libltdl/slist.h'
libtoolize: linking file `libltdl/loaders/preopen.c'
libtoolize: linking file `libltdl/lt__alloc.c'
libtoolize: linking file `libltdl/lt_dlloader.c'
libtoolize: linking file `libltdl/lt_error.c'
libtoolize: linking file `libltdl/ltdl.c'
libtoolize: linking file `libltdl/ltdl.h'
libtoolize: linking file `libltdl/slist.c'
libtoolize: Remember to add `LT_CONFIG_LTDL_DIR([libltdl])' to `configure.ac'. libtoolize: Consider using `AC_CONFIG_AUX_DIR([libltdl/config])' in configure.ac. libtoolize: Consider using `AC_CONFIG_MACRO_DIR([libltdl/m4])' in configure.ac.
./configure-iface.at:209: $ACLOCAL -I _inst/aclocal
stderr:
stdout:
./configure-iface.at:209: $AUTOHEADER
stderr:
stdout:
./configure-iface.at:209: $AUTOMAKE --add-missing
stderr:
configure.ac:6: installing `./compile'
configure.ac:7: installing `./config.guess'
configure.ac:7: installing `./config.sub'
configure.ac:4: installing `./install-sh'
configure.ac:4: installing `./missing'
Makefile.am: installing `./depcomp'
stdout:
./configure-iface.at:209: $AUTOCONF
stderr:
stdout:
./configure-iface.at:209: CONFIG_SHELL=$SHELL $SHELL ./configure $configure_options --with-ltdl-lib=$prefix/lib --with-ltdl-include=$prefix/include
stderr:
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
Invalid configuration `arm-wince-cegcc': system `cegcc' not recognized
configure: error: /bin/sh ./config.sub arm-wince-cegcc failed
stdout:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-wince-cegcc-strip... arm-wince-cegcc-strip
checking for arm-wince-cegcc-gcc... arm-wince-cegcc-gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-wince-cegcc-gcc accepts -g... yes
checking for arm-wince-cegcc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-wince-cegcc-gcc... gcc3
checking whether arm-wince-cegcc-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... ./configure-iface.at:209: exit code was 1, expected 0
./configure-iface.at:209: $MAKE all
stderr:
make[4]: *** No rule to make target `all'.
stdout:
make[4]: Entering directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63' make[4]: Leaving directory `/home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/63'
./configure-iface.at:209: exit code was 2, expected 0
./configure-iface.at:216: $LIBTOOL --mode=execute -dlopen libmodule.la ./main; lt_status=$?;
           if test $lt_status -eq 0; then :;
           elif test "X$host" != "X$build" && \
                { test -x "./main" || test -x "./main"$EXEEXT; }
           then (exit 77); else (exit $lt_status); fi
Not enabling shell tracing (command contains an embedded newline)
--- /dev/null   2008-03-01 09:17:03.000000000 +0100
+++ /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-stderr 2008-04-18 06:43:40.000000000 +0200
@@ -0,0 +1,2 @@
+libtool: execute: `libmodule.la' is not a file
+libtool: execute: Try `libtool --help --mode=execute' for more information.
--- expout      2008-04-18 06:43:35.000000000 +0200
+++ /home/torri/tmp/cvsroot/libtool/tests/testsuite.dir/at-stdout 2008-04-18 06:43:40.000000000 +0200
@@ -1 +0,0 @@
-5150
./configure-iface.at:216: exit code was 1, expected 0
63. configure-iface.at:159: 63. --with-ltdl-include/lib (configure-iface.at:159): FAILED (configure-iface.at:216)


## ------------- ##
## ../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.2.3a, which was
| generated by GNU Autoconf 2.62.  Invocation command line was
|
|   $ ./configure --host=arm-wince-cegcc --prefix=/home/torri/local/wince
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = vincent
| uname -m = x86_64
| uname -r = 2.6.22-14-generic
| uname -s = Linux
| uname -v = #1 SMP Tue Feb 12 02:46:46 UTC 2008
|
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
|
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
|
| PATH: /home/torri/local/bin
| PATH: /home/torri/local/e17/bin
| PATH: /usr/local/sbin
| PATH: /usr/local/bin
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /sbin
| PATH: /bin
| PATH: /usr/games
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:2242: checking for a BSD-compatible install
| configure:2310: result: /usr/bin/install -c
| configure:2321: checking whether build environment is sane
| configure:2364: result: yes
| configure:2389: checking for a thread-safe mkdir -p
| configure:2428: result: /bin/mkdir -p
| configure:2441: checking for gawk
| configure:2457: found /usr/bin/gawk
| configure:2468: result: gawk
| configure:2479: checking whether make sets $(MAKE)
| configure:2501: result: yes
| configure:2581: checking for arm-wince-cegcc-strip
| configure:2597: found /usr/bin/arm-wince-cegcc-strip
| configure:2608: result: arm-wince-cegcc-strip
| configure:2696: checking whether subdir libobjs are useable
| configure:2707: result: yes
| configure:2759: checking for arm-wince-cegcc-gcc
| configure:2775: found /usr/bin/arm-wince-cegcc-gcc
| configure:2786: result: arm-wince-cegcc-gcc
| configure:3064: checking for C compiler version
| configure:3072: arm-wince-cegcc-gcc --version >&5
| arm-wince-cegcc-gcc (GCC) 4.1.0
| Copyright (C) 2006 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:3076: $? = 0
| configure:3083: arm-wince-cegcc-gcc -v >&5
| Using built-in specs.
| Target: arm-wince-cegcc
| Configured with: /home/torri/tmp/svnroot/cegcc/src/gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --target=arm-wince-cegcc --prefix=/home/torri/local/opt/cegcc --enable-threads=win32 --disable-nls --enable-languages=c,c++ --disable-win32-registry --disable-multilib --disable-interwork --without-newlib --enable-checking --with-headers
| Thread model: win32
| gcc version 4.1.0
| configure:3087: $? = 0
| configure:3094: arm-wince-cegcc-gcc -V >&5
| arm-wince-cegcc-gcc: '-V' option must have argument
| configure:3098: $? = 1
| configure:3121: checking for C compiler default output file name
| configure:3143: arm-wince-cegcc-gcc    conftest.c  >&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import/home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.)
| configure:3147: $? = 0
| configure:3185: result: a.exe
| configure:3202: checking whether the C compiler works
| configure:3212: ./a.exe
| Trying to load PE image for unsupported architecture (ARM)
| Trying to load PE image for unsupported architecture (ARM)
| wine: could not load L"Z:\\home\\torri\\tmp\\cvsroot\\libtool\\a.exe": Bad EXE format for

| configure:3216: $? = 193
| configure:3233: result: yes
| configure:3240: checking whether we are cross compiling
| configure:3242: result: yes
| configure:3245: checking for suffix of executables
| configure:3252: arm-wince-cegcc-gcc -o conftest.exe    conftest.c  >&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import/home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.)
| configure:3256: $? = 0
| configure:3280: result: .exe
| configure:3286: checking for suffix of object files
| configure:3312: arm-wince-cegcc-gcc -c   conftest.c >&5
| configure:3316: $? = 0
| configure:3339: result: o
| configure:3343: checking whether we are using the GNU C compiler
| configure:3372: arm-wince-cegcc-gcc -c   conftest.c >&5
| configure:3379: $? = 0
| configure:3396: result: yes
| configure:3405: checking whether arm-wince-cegcc-gcc accepts -g
| configure:3435: arm-wince-cegcc-gcc -c -g  conftest.c >&5
| configure:3442: $? = 0
| configure:3543: result: yes
| configure:3560: checking for arm-wince-cegcc-gcc option to accept ISO C89
| configure:3634: arm-wince-cegcc-gcc  -c -g -O2  conftest.c >&5
| configure:3641: $? = 0
| configure:3664: result: none needed
| configure:3693: checking for style of include used by make
| configure:3721: result: GNU
| configure:3746: checking dependency style of arm-wince-cegcc-gcc
| configure:3837: result: gcc3
| configure:3853: checking whether arm-wince-cegcc-gcc and cc understand -c and -o together
| configure:3888: arm-wince-cegcc-gcc -c conftest.c -o conftest2.o >&5
| configure:3892: $? = 0
| configure:3898: arm-wince-cegcc-gcc -c conftest.c -o conftest2.o >&5
| configure:3902: $? = 0
| configure:3913: cc -c conftest.c >&5
| configure:3917: $? = 0
| configure:3925: cc -c conftest.c -o conftest2.o >&5
| configure:3929: $? = 0
| configure:3935: cc -c conftest.c -o conftest2.o >&5
| configure:3939: $? = 0
| configure:3957: result: yes
| configure:3988: checking how to run the C preprocessor
| configure:4028: arm-wince-cegcc-gcc -E  conftest.c
| configure:4035: $? = 0
| configure:4066: arm-wince-cegcc-gcc -E  conftest.c
| conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
| configure:4073: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4106: result: arm-wince-cegcc-gcc -E
| configure:4135: arm-wince-cegcc-gcc -E  conftest.c
| configure:4142: $? = 0
| configure:4173: arm-wince-cegcc-gcc -E  conftest.c
| conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
| configure:4180: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4252: checking build system type
| configure:4270: result: x86_64-unknown-linux-gnu
| configure:4292: checking host system type
| configure:4307: result: arm-wince-cegcc
| configure:4329: checking for a sed that does not truncate output
| configure:4395: result: /bin/sed
| configure:4413: checking for grep that handles long lines and -e
| configure:4473: result: /bin/grep
| configure:4478: checking for egrep
| configure:4542: result: /bin/grep -E
| configure:4547: checking for fgrep
| configure:4611: result: /bin/grep -F
| configure:4646: checking for ld used by arm-wince-cegcc-gcc
| configure:4713: result: /home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld | configure:4722: checking if the linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) is GNU ld
| configure:4737: result: yes
| configure:4749: checking for BSD- or MS-compatible name lister (nm)
| configure:4798: result: /usr/bin/arm-wince-cegcc-nm -B
| configure:4920: checking the name lister (/usr/bin/arm-wince-cegcc-nm -B) interface
| configure:4927: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:4930: /usr/bin/arm-wince-cegcc-nm -B "conftest.o"
| configure:4933: output
| 00000000 b .bss
| 00000000 d .data
| 00000000 N .debug_abbrev
| 00000000 N .debug_info
| 00000000 N .debug_line
| 00000000 N .debug_pubnames
| 00000000 t .text
| 00000000 B some_variable
| configure:4940: result: BSD nm
| configure:4943: checking whether ln -s works
| configure:4947: result: yes
| configure:4955: checking the maximum length of command line arguments
| configure:5075: result: 98304
| configure:5092: checking whether the shell understands some XSI constructs
| configure:5100: result: yes
| configure:5104: checking whether the shell understands "+="
| configure:5110: result: yes
| configure:5145: checking for /home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld option to reload object files
| configure:5152: result: -r
| configure:5179: checking how to recognize dependent libraries
| configure:5375: result: file_magic file format pe-arm-.*little(.*architecture: arm)?
| configure:5395: checking for arm-wince-cegcc-ar
| configure:5411: found /usr/bin/arm-wince-cegcc-ar
| configure:5422: result: arm-wince-cegcc-ar
| configure:5504: checking for arm-wince-cegcc-strip
| configure:5531: result: arm-wince-cegcc-strip
| configure:5607: checking for arm-wince-cegcc-ranlib
| configure:5623: found /usr/bin/arm-wince-cegcc-ranlib
| configure:5634: result: arm-wince-cegcc-ranlib
| configure:5768: checking command to parse /usr/bin/arm-wince-cegcc-nm -B output from arm-wince-cegcc-gcc object
| configure:5886: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:5889: $? = 0
| configure:5893: /usr/bin/arm-wince-cegcc-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:5896: $? = 0
| configure:5950: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 | Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import/home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.)
| configure:5953: $? = 0
| configure:5991: result: ok
| configure:6571: checking for ANSI C header files
| configure:6601: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6608: $? = 0
| configure:6739: result: yes
| configure:6763: checking for sys/types.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for sys/stat.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for stdlib.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for string.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for memory.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:49:20: error: memory.h: No such file or directory
| configure:6791: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <memory.h>
| configure:6808: result: no
| configure:6763: checking for strings.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:49:21: error: strings.h: No such file or directory
| configure:6791: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <strings.h>
| configure:6808: result: no
| configure:6763: checking for inttypes.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for stdint.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6763: checking for unistd.h
| configure:6784: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:6791: $? = 0
| configure:6808: result: yes
| configure:6825: checking for dlfcn.h
| configure:6846: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:52:19: error: dlfcn.h: No such file or directory
| configure:6853: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <dlfcn.h>
| configure:6870: result: no
| configure:6893: checking for arm-wince-cegcc-as
| configure:6909: found /usr/bin/arm-wince-cegcc-as
| configure:6920: result: arm-wince-cegcc-as
| configure:6989: checking for arm-wince-cegcc-dlltool
| configure:7005: found /usr/bin/arm-wince-cegcc-dlltool
| configure:7016: result: arm-wince-cegcc-dlltool
| configure:7085: checking for arm-wince-cegcc-objdump
| configure:7101: found /usr/bin/arm-wince-cegcc-objdump
| configure:7112: result: arm-wince-cegcc-objdump
| configure:7364: checking for objdir
| configure:7379: result: .libs
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| configure:7675: checking if arm-wince-cegcc-gcc supports -fno-rtti -fno-exceptions | configure:7693: arm-wince-cegcc-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:7697: $? = 0
| configure:7710: result: no
| configure:7730: checking for arm-wince-cegcc-gcc option to produce PIC
| configure:7987: result: -DDLL_EXPORT -DPIC
| configure:7999: checking if arm-wince-cegcc-gcc PIC flag -DDLL_EXPORT -DPIC works | configure:8017: arm-wince-cegcc-gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
| configure:8021: $? = 0
| configure:8034: result: yes
| configure:8058: checking if arm-wince-cegcc-gcc static flag -static works
| configure:8086: result: yes
| configure:8101: checking if arm-wince-cegcc-gcc supports -c -o file.o
| configure:8122: arm-wince-cegcc-gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
| configure:8126: $? = 0
| configure:8148: result: yes
| configure:8156: checking if arm-wince-cegcc-gcc supports -c -o file.o
| configure:8203: result: yes
| configure:8236: checking whether the arm-wince-cegcc-gcc linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) supports shared libraries
| configure:9302: result: yes
| configure:9339: checking whether -lc should be explicitly linked in
| configure:9344: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:9347: $? = 0
| configure:9362: arm-wince-cegcc-gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
| configure:9365: $? = 1
| configure:9377: result: yes
| configure:9541: checking dynamic linker characteristics
| configure:10224: result: Win32 ld.exe
| configure:10326: checking how to hardcode library paths into programs
| configure:10351: result: immediate
| configure:11192: checking whether stripping libraries is possible
| configure:11197: result: yes
| configure:11232: checking if libtool supports shared libraries
| configure:11234: result: yes
| configure:11237: checking whether to build shared libraries
| configure:11258: result: yes
| configure:11261: checking whether to build static libraries
| configure:11265: result: yes
| configure:11301: checking which extension is used for runtime loadable modules
| configure:11311: result: .dll
| configure:11321: checking which variable specifies run-time module search path
| configure:11328: result: PATH
| configure:11338: checking for the default library search path
| configure:11345: result: /lib /usr/lib
| configure:11375: checking for library containing dlopen
| configure:11416: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs./tmp/ccScisaO.o: In function `main': | /home/torri/tmp/cvsroot/libtool/conftest.c:33: undefined reference to `dlopen'
| collect2: ld returned 1 exit status
| configure:11423: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| |
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:11416: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c -ldl >&5 | /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: cannot find -ldl
| collect2: ld returned 1 exit status
| configure:11423: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| |
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:11454: result: no
| configure:11494: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs./tmp/ccwtH6WV.o: In function `main': | /home/torri/tmp/cvsroot/libtool/conftest.c:29: undefined reference to `dlopen'
| collect2: ld returned 1 exit status
| configure:11501: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| | #if HAVE_DLFCN_H
| | #  include <dlfcn.h>
| | #endif
| |
| | int
| | main ()
| | {
| | dlopen(0, 0);
| |   ;
| |   return 0;
| | }
| configure:11520: checking for dlopen in -lsvld
| configure:11555: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c -lsvld >&5 | /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: cannot find -lsvld
| collect2: ld returned 1 exit status
| configure:11562: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| |
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dlopen ();
| | int
| | main ()
| | {
| | return dlopen ();
| |   ;
| |   return 0;
| | }
| configure:11583: result: no
| configure:11711: checking for shl_load
| configure:11767: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs./tmp/cca8VB8b.o: In function `main': | /home/torri/tmp/cvsroot/libtool/conftest.c:56: undefined reference to `shl_load'
| collect2: ld returned 1 exit status
| configure:11774: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* 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 GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char 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
| | #endif
| |
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:11794: result: no
| configure:11804: checking for shl_load in -ldld
| configure:11839: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c -ldld >&5 | /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:11846: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| |
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:11867: result: no
| configure:11989: checking for dld_link in -ldld
| configure:12024: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c -ldld >&5 | /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:12031: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | /* end confdefs.h.  */
| |
| | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char dld_link ();
| | int
| | main ()
| | {
| | return dld_link ();
| |   ;
| |   return 0;
| | }
| configure:12052: result: no
| configure:12090: checking for _ prefix in compiled symbols
| configure:12100: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:12103: $? = 0
| configure:12107: /usr/bin/arm-wince-cegcc-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
| configure:12110: $? = 0
| configure:12132: result: no
| configure:12252: checking whether deplibs are loaded by dlopen
| configure:12346: result: unknown
| configure:12362: checking for argz.h
| configure:12383: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:12390: $? = 0
| configure:12407: result: yes
| configure:12420: checking for error_t
| configure:12451: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:12458: $? = 0
| configure:12488: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:31: error: expected expression before ')' token
| configure:12495: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | /* end confdefs.h.  */
| | #if defined(HAVE_ARGZ_H)
| | #  include <argz.h>
| | #endif
| |
| | int
| | main ()
| | {
| | if (sizeof ((error_t)))
| |       return 0;
| |   ;
| |   return 0;
| | }
| configure:12518: result: yes
| configure:12553: checking for argz_add
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_append
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_count
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_create_sep
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_insert
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_next
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12553: checking for argz_stringify
| configure:12609: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12616: $? = 0
| configure:12638: result: yes
| configure:12658: checking if argz actually works
| configure:12689: result: yes
| configure:12712: checking whether libtool supports -dlopen/-dlpreopen
| configure:12724: result: yes
| configure:12795: checking for unistd.h
| configure:12840: result: yes
| configure:12795: checking for dl.h
| configure:12816: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:69:16: error: dl.h: No such file or directory
| configure:12823: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <dl.h>
| configure:12840: result: no
| configure:12795: checking for sys/dl.h
| configure:12816: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:69:20: error: sys/dl.h: No such file or directory
| configure:12823: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <sys/dl.h>
| configure:12840: result: no
| configure:12795: checking for dld.h
| configure:12816: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:69:17: error: dld.h: No such file or directory
| configure:12823: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <dld.h>
| configure:12840: result: no
| configure:12795: checking for mach-o/dyld.h
| configure:12816: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| conftest.c:69:25: error: mach-o/dyld.h: No such file or directory
| configure:12823: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <mach-o/dyld.h>
| configure:12840: result: no
| configure:12795: checking for dirent.h
| configure:12816: arm-wince-cegcc-gcc -c -g -O2  conftest.c >&5
| configure:12823: $? = 0
| configure:12840: result: yes
| configure:12859: checking for closedir
| configure:12915: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12922: $? = 0
| configure:12944: result: yes
| configure:12859: checking for opendir
| configure:12915: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12922: $? = 0
| configure:12944: result: yes
| configure:12859: checking for readdir
| configure:12915: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:12922: $? = 0
| configure:12944: result: yes
| configure:12967: checking for strlcat
| configure:13023: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:13030: $? = 0
| configure:13052: result: yes
| configure:12967: checking for strlcpy
| configure:13023: arm-wince-cegcc-gcc -o conftest.exe -g -O2 conftest.c
&5
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| /home/torri/local/opt/cegcc/lib/gcc/arm-wince-cegcc/4.1.0/../../../../arm-wince-cegcc/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line. | This should work unless it involves constant data structures referencing symbols from auto-imported DLLs.
| configure:13030: $? = 0
| configure:13052: result: yes
| configure:13093: checking for arm-wince-cegcc-g++
| configure:13109: found /usr/bin/arm-wince-cegcc-g++
| configure:13120: result: arm-wince-cegcc-g++
| configure:13195: checking for C++ compiler version
| configure:13203: arm-wince-cegcc-g++ --version >&5
| arm-wince-cegcc-g++ (GCC) 4.1.0
| Copyright (C) 2006 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:13207: $? = 0
| configure:13214: arm-wince-cegcc-g++ -v >&5
| Using built-in specs.
| Target: arm-wince-cegcc
| Configured with: /home/torri/tmp/svnroot/cegcc/src/gcc/configure --with-gcc --with-gnu-ld --with-gnu-as --target=arm-wince-cegcc --prefix=/home/torri/local/opt/cegcc --enable-threads=win32 --disable-nls --enable-languages=c,c++ --disable-win32-registry --disable-multilib --disable-interwork --without-newlib --enable-checking --with-headers
| Thread model: win32
| gcc version 4.1.0
| configure:13218: $? = 0
| configure:13225: arm-wince-cegcc-g++ -V >&5
| arm-wince-cegcc-g++: '-V' option must have argument
| configure:13229: $? = 1
| configure:13232: checking whether we are using the GNU C++ compiler
| configure:13261: arm-wince-cegcc-g++ -c   conftest.cpp >&5
| configure:13268: $? = 0
| configure:13285: result: yes
| configure:13294: checking whether arm-wince-cegcc-g++ accepts -g
| configure:13324: arm-wince-cegcc-g++ -c -g  conftest.cpp >&5
| configure:13331: $? = 0
| configure:13432: result: yes
| configure:13457: checking dependency style of arm-wince-cegcc-g++
| configure:13548: result: gcc3
| configure:13571: checking how to run the C++ preprocessor
| configure:13607: arm-wince-cegcc-g++ -E  conftest.cpp
| configure:13614: $? = 0
| configure:13645: arm-wince-cegcc-g++ -E  conftest.cpp
| conftest.cpp:41:28: error: ac_nonexistent.h: No such file or directory
| configure:13652: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DIRENT_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.  */
| | #include <ac_nonexistent.h>
| configure:13685: result: arm-wince-cegcc-g++ -E
| configure:13714: arm-wince-cegcc-g++ -E  conftest.cpp
| configure:13721: $? = 0
| configure:13752: arm-wince-cegcc-g++ -E  conftest.cpp
| conftest.cpp:41:28: error: ac_nonexistent.h: No such file or directory
| configure:13759: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.2.3a"
| | #define PACKAGE_STRING "libtool 2.2.3a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.2.3a"
| | #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_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define LT_OBJDIR ".libs/"
| | #define LT_MODULE_EXT ".dll"
| | #define LT_MODULE_PATH_VAR "PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define HAVE_ARGZ_H 1
| | #define HAVE_ERROR_T 1
| | #define HAVE_ARGZ_ADD 1
| | #define HAVE_ARGZ_APPEND 1
| | #define HAVE_ARGZ_COUNT 1
| | #define HAVE_ARGZ_CREATE_SEP 1
| | #define HAVE_ARGZ_INSERT 1
| | #define HAVE_ARGZ_NEXT 1
| | #define HAVE_ARGZ_STRINGIFY 1
| | #define HAVE_WORKING_ARGZ 1
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DIRENT_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.  */
| | #include <ac_nonexistent.h>
| Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import)
| configure:13933: checking for ld used by arm-wince-cegcc-g++
| configure:14000: result: /home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld | configure:14009: checking if the linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) is GNU ld
| configure:14024: result: yes
| configure:14079: checking whether the arm-wince-cegcc-g++ linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) supports shared libraries
| configure:15049: result: yes
| configure:15077: arm-wince-cegcc-g++ -c -g -O2  conftest.cpp >&5
| configure:15080: $? = 0
| configure:15262: checking for arm-wince-cegcc-g++ option to produce PIC
| configure:15571: result: -DDLL_EXPORT -DPIC
| configure:15580: checking if arm-wince-cegcc-g++ PIC flag -DDLL_EXPORT -DPIC works | configure:15598: arm-wince-cegcc-g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5
| configure:15602: $? = 0
| configure:15615: result: yes
| configure:15636: checking if arm-wince-cegcc-g++ static flag -static works
| configure:15664: result: yes
| configure:15676: checking if arm-wince-cegcc-g++ supports -c -o file.o
| configure:15697: arm-wince-cegcc-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
| configure:15701: $? = 0
| configure:15723: result: yes
| configure:15728: checking if arm-wince-cegcc-g++ supports -c -o file.o
| configure:15775: result: yes
| configure:15805: checking whether the arm-wince-cegcc-g++ linker (/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld) supports shared libraries
| configure:15831: result: yes
| configure:15968: checking dynamic linker characteristics
| configure:16599: result: Win32 ld.exe
| configure:16650: checking how to hardcode library paths into programs
| configure:16675: result: immediate
| configure:16725: checking for arm-wince-cegcc-g77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-xlf
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-f77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-frt
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-pgf77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-cf77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-fort77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-fl32
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-af77
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-xlf90
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-f90
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-pgf90
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-pghpf
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-epcf90
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-gfortran
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-g95
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-xlf95
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-f95
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-fort
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-ifort
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-ifc
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-efc
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-pgf95
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-lf95
| configure:16755: result: no
| configure:16725: checking for arm-wince-cegcc-ftn
| configure:16755: result: no
| configure:16769: checking for g77
| configure:16799: result: no
| configure:16769: checking for xlf
| configure:16799: result: no
| configure:16769: checking for f77
| configure:16799: result: no
| configure:16769: checking for frt
| configure:16799: result: no
| configure:16769: checking for pgf77
| configure:16799: result: no
| configure:16769: checking for cf77
| configure:16799: result: no
| configure:16769: checking for fort77
| configure:16799: result: no
| configure:16769: checking for fl32
| configure:16799: result: no
| configure:16769: checking for af77
| configure:16799: result: no
| configure:16769: checking for xlf90
| configure:16799: result: no
| configure:16769: checking for f90
| configure:16799: result: no
| configure:16769: checking for pgf90
| configure:16799: result: no
| configure:16769: checking for pghpf
| configure:16799: result: no
| configure:16769: checking for epcf90
| configure:16799: result: no
| configure:16769: checking for gfortran
| configure:16799: result: no
| configure:16769: checking for g95
| configure:16799: result: no
| configure:16769: checking for xlf95
| configure:16799: result: no
| configure:16769: checking for f95
| configure:16799: result: no
| configure:16769: checking for fort
| configure:16799: result: no
| configure:16769: checking for ifort
| configure:16799: result: no
| configure:16769: checking for ifc
| configure:16799: result: no
| configure:16769: checking for efc
| configure:16799: result: no
| configure:16769: checking for pgf95
| configure:16799: result: no
| configure:16769: checking for lf95
| configure:16799: result: no
| configure:16769: checking for ftn
| configure:16799: result: no
| configure:16826: checking for Fortran 77 compiler version
| configure:16834:  --version >&5
| ./configure: line 16836: --version: command not found
| configure:16838: $? = 127
| configure:16845:  -v >&5
| ./configure: line 16847: -v: command not found
| configure:16849: $? = 127
| configure:16856:  -V >&5
| ./configure: line 16858: -V: command not found
| configure:16860: $? = 127
| configure:16868: checking whether we are using the GNU Fortran 77 compiler
| configure:16887:  -c  conftest.F >&5
| ./configure: line 16889: -c: command not found
| configure:16894: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| |
| |       end
| configure:16911: result: no
| configure:16917: checking whether  accepts -g
| configure:16934:  -c -g conftest.f >&5
| ./configure: line 16936: -c: command not found
| configure:16941: $? = 127
| configure: failed program was:
| |       program main
| |
| |       end
| configure:16957: result: no
| configure:19553: checking for arm-wince-cegcc-gfortran
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-g95
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-xlf95
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-f95
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-fort
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-ifort
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-ifc
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-efc
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-pgf95
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-lf95
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-ftn
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-xlf90
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-f90
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-pgf90
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-pghpf
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-epcf90
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-g77
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-xlf
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-f77
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-frt
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-pgf77
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-cf77
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-fort77
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-fl32
| configure:19583: result: no
| configure:19553: checking for arm-wince-cegcc-af77
| configure:19583: result: no
| configure:19597: checking for gfortran
| configure:19627: result: no
| configure:19597: checking for g95
| configure:19627: result: no
| configure:19597: checking for xlf95
| configure:19627: result: no
| configure:19597: checking for f95
| configure:19627: result: no
| configure:19597: checking for fort
| configure:19627: result: no
| configure:19597: checking for ifort
| configure:19627: result: no
| configure:19597: checking for ifc
| configure:19627: result: no
| configure:19597: checking for efc
| configure:19627: result: no
| configure:19597: checking for pgf95
| configure:19627: result: no
| configure:19597: checking for lf95
| configure:19627: result: no
| configure:19597: checking for ftn
| configure:19627: result: no
| configure:19597: checking for xlf90
| configure:19627: result: no
| configure:19597: checking for f90
| configure:19627: result: no
| configure:19597: checking for pgf90
| configure:19627: result: no
| configure:19597: checking for pghpf
| configure:19627: result: no
| configure:19597: checking for epcf90
| configure:19627: result: no
| configure:19597: checking for g77
| configure:19627: result: no
| configure:19597: checking for xlf
| configure:19627: result: no
| configure:19597: checking for f77
| configure:19627: result: no
| configure:19597: checking for frt
| configure:19627: result: no
| configure:19597: checking for pgf77
| configure:19627: result: no
| configure:19597: checking for cf77
| configure:19627: result: no
| configure:19597: checking for fort77
| configure:19627: result: no
| configure:19597: checking for fl32
| configure:19627: result: no
| configure:19597: checking for af77
| configure:19627: result: no
| configure:19654: checking for Fortran compiler version
| configure:19662:  --version >&5
| ./configure: line 19664: --version: command not found
| configure:19666: $? = 127
| configure:19673:  -v >&5
| ./configure: line 19675: -v: command not found
| configure:19677: $? = 127
| configure:19684:  -V >&5
| ./configure: line 19686: -V: command not found
| configure:19688: $? = 127
| configure:19696: checking whether we are using the GNU Fortran compiler
| configure:19715:  -c   conftest.F >&5
| ./configure: line 19717: -c: command not found
| configure:19722: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| |
| |       end
| configure:19739: result: no
| configure:19745: checking whether  accepts -g
| configure:19762:  -c -g  conftest.f >&5
| ./configure: line 19764: -c: command not found
| configure:19769: $? = 127
| configure: failed program was:
| |       program main
| |
| |       end
| configure:19785: result: no
| configure:22495: checking for arm-wince-cegcc-gcj
| configure:22525: result: no
| configure:22535: checking for gcj
| configure:22565: result: no
| configure:24476: checking for arm-wince-cegcc-windres
| configure:24492: found /usr/bin/arm-wince-cegcc-windres
| configure:24503: result: arm-wince-cegcc-windres
| configure:24883: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by libtool config.status 2.2.3a, which was
| generated by GNU Autoconf 2.62.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status
|
| on vincent
|
| config.status:1324: creating Makefile
| config.status:1324: creating config.h
| config.status:1598: executing tests/atconfig commands
| config.status:1598: executing depfiles commands
| config.status:1598: executing libtool commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=x86_64-unknown-linux-gnu
| ac_cv_c_compiler_gnu=yes
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_env_CCC_set=
| ac_cv_env_CCC_value=
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_CXXCPP_set=
| ac_cv_env_CXXCPP_value=
| ac_cv_env_CXXFLAGS_set=
| ac_cv_env_CXXFLAGS_value=
| ac_cv_env_CXX_set=
| ac_cv_env_CXX_value=
| ac_cv_env_F77_set=
| ac_cv_env_F77_value=
| ac_cv_env_FCFLAGS_set=
| ac_cv_env_FCFLAGS_value=
| ac_cv_env_FC_set=
| ac_cv_env_FC_value=
| ac_cv_env_FFLAGS_set=
| ac_cv_env_FFLAGS_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_value=
| ac_cv_env_LIBS_set=
| ac_cv_env_LIBS_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=set
| ac_cv_env_host_alias_value=arm-wince-cegcc
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_exeext=.exe
| ac_cv_f77_compiler_gnu=no
| ac_cv_fc_compiler_gnu=no
| ac_cv_func_argz_add=yes
| ac_cv_func_argz_append=yes
| ac_cv_func_argz_count=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_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_h=yes
| ac_cv_header_dl_h=no
| ac_cv_header_dld_h=no
| ac_cv_header_dlfcn_h=no
| ac_cv_header_inttypes_h=yes
| ac_cv_header_mach_o_dyld_h=no
| ac_cv_header_memory_h=no
| 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=no
| 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=arm-wince-cegcc
| ac_cv_lib_dld_dld_link=no
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_svld_dlopen=no
| ac_cv_objext=o
| ac_cv_path_EGREP='/bin/grep -E'
| ac_cv_path_FGREP='/bin/grep -F'
| ac_cv_path_GREP=/bin/grep
| ac_cv_path_SED=/bin/sed
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_mkdir=/bin/mkdir
| ac_cv_prog_AR=arm-wince-cegcc-ar
| ac_cv_prog_AS=arm-wince-cegcc-as
| ac_cv_prog_AWK=gawk
| ac_cv_prog_CC=arm-wince-cegcc-gcc
| ac_cv_prog_CPP='arm-wince-cegcc-gcc -E'
| ac_cv_prog_CXX=arm-wince-cegcc-g++
| ac_cv_prog_CXXCPP='arm-wince-cegcc-g++ -E'
| ac_cv_prog_DLLTOOL=arm-wince-cegcc-dlltool
| ac_cv_prog_OBJDUMP=arm-wince-cegcc-objdump
| ac_cv_prog_RANLIB=arm-wince-cegcc-ranlib
| ac_cv_prog_RC=arm-wince-cegcc-windres
| ac_cv_prog_STRIP=arm-wince-cegcc-strip
| ac_cv_prog_cc_arm_wince_cegcc_gcc_c_o=yes
| ac_cv_prog_cc_c89=
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_f77_g=no
| ac_cv_prog_fc_g=no
| ac_cv_prog_make_make_set=yes
| ac_cv_search_dlopen=no
| ac_cv_type_error_t=yes
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_CXX_dependencies_compiler_type=gcc3
| libltdl_cv_preloaded_symbols=yes
| libltdl_cv_shlibext=.dll
| lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
| lt_cv_dlopen=LoadLibrary
| lt_cv_dlopen_libs=
| lt_cv_file_magic_cmd='$OBJDUMP -f'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_module_path_var=PATH
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld
| lt_cv_path_LDCXX=/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld
| lt_cv_path_NM='/usr/bin/arm-wince-cegcc-nm -B'
| 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_pic_works=yes
| lt_cv_prog_compiler_pic_works_CXX=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_compiler_static_works=yes
| lt_cv_prog_compiler_static_works_CXX=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sys_argz_works=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_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
| lt_cv_sys_max_cmd_len=98304
| lt_cv_sys_symbol_underscore=no
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run aclocal-1.10'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run tar'
| AR='arm-wince-cegcc-ar'
| ARGZ_H=''
| AS='arm-wince-cegcc-as'
| AUTOCONF='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run autoconf' | AUTOHEADER='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run autoheader'
| AUTOM4TE='autom4te'
| AUTOMAKE='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run automake-1.10'
| AUTOTEST='$(AUTOM4TE) --language=autotest'
| AWK='gawk'
| CC='arm-wince-cegcc-gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog'
| CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
| CONVENIENCE_LTDL_FALSE=''
| CONVENIENCE_LTDL_TRUE='#'
| CPP='arm-wince-cegcc-gcc -E'
| CPPFLAGS=''
| CXX='arm-wince-cegcc-g++'
| CXXCPP='arm-wince-cegcc-g++ -E'
| CXXDEPMODE='depmode=gcc3'
| CXXFLAGS='-g -O2'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
| DLLTOOL='arm-wince-cegcc-dlltool'
| DSYMUTIL=''
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/bin/grep -E'
| EXEEXT='.exe'
| F77=''
| FC=''
| FCFLAGS=''
| FFLAGS=''
| FGREP='/bin/grep -F'
| GCJ=''
| GCJFLAGS='-g -O2'
| GREP='/bin/grep'
| HAVE_CXX_FALSE='#'
| HAVE_CXX_TRUE=''
| HAVE_F77_FALSE=''
| HAVE_F77_TRUE='#'
| HAVE_FC_FALSE=''
| HAVE_FC_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='$(install_sh) -c -s'
| LASTRELEASE='2.2.3'
| LD='/home/torri/local/opt/cegcc/arm-wince-cegcc/bin/ld'
| LDFLAGS=''
| LIBADD_DL=' '
| LIBADD_DLD_LINK=''
| LIBADD_DLOPEN=''
| LIBADD_SHL_LOAD=''
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTDLOPEN='libltdl'
| LTDL_SUBDIR_LIBOBJS_FALSE='#'
| LTDL_SUBDIR_LIBOBJS_TRUE=''
| LTLIBOBJS=''
| LT_CONFIG_H='config.h'
| LT_DLLOADERS=''
| LT_DLPREOPEN=''
| M4SH='$(AUTOM4TE) --language=m4sh'
| MAKEINFO='${SHELL} /home/torri/tmp/cvsroot/libtool/libltdl/config/missing --run makeinfo'
| MKDIR_P='/bin/mkdir -p'
| NM='/usr/bin/arm-wince-cegcc-nm -B'
| NMEDIT=''
| OBJDUMP='arm-wince-cegcc-objdump'
| OBJEXT='o'
| PACKAGE='libtool'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='libtool'
| PACKAGE_STRING='libtool 2.2.3a'
| PACKAGE_TARNAME='libtool'
| PACKAGE_VERSION='2.2.3a'
| PATH_SEPARATOR=':'
| RANLIB='arm-wince-cegcc-ranlib'
| RC='arm-wince-cegcc-windres'
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='arm-wince-cegcc-strip'
| TIMESTAMP=' 1.2634 2008/04/11 17:21:54'
| VERSION='2.2.3a'
| abs_top_builddir=''
| abs_top_srcdir=''
| ac_ct_CC=''
| ac_ct_CXX=''
| ac_ct_DUMPBIN=''
| ac_ct_F77=''
| ac_ct_FC=''
| aclocaldir='${datadir}/aclocal'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__fastdepCXX_FALSE='#'
| am__fastdepCXX_TRUE=''
| am__include='include'
| am__isrc=''
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-unknown-linux-gnu'
| build_alias=''
| build_cpu='x86_64'
| build_os='linux-gnu'
| build_vendor='unknown'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='arm-wince-cegcc'
| host_alias='arm-wince-cegcc'
| host_cpu='arm'
| host_os='cegcc'
| host_vendor='wince'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='$(SHELL) /home/torri/tmp/cvsroot/libtool/libltdl/config/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| lt_ECHO='echo'
| mandir='${datarootdir}/man'
| mkdir_p='/bin/mkdir -p'
| oldincludedir='/usr/include'
| package_revision='1.2634'
| pdfdir='${docdir}'
| pkgdatadir='${datadir}/libtool'
| prefix='/home/torri/local/wince'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sys_symbol_underscore='no'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.2.3a"
| #define PACKAGE_STRING "libtool 2.2.3a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.2.3a"
| #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_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".dll"
| #define LT_MODULE_PATH_VAR "PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define LTDL_DLOPEN_DEPLIBS 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
|
| configure: exit 0
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by libtool config.status 2.2.3a, which was
| generated by GNU Autoconf 2.62.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status libtool
|
| on vincent
|
| config.status:1598: executing libtool commands






reply via email to

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