Bit of a tangled tale to tell, but I hope that someone here can help me ...
I have two Zyxel NSA221 twin-bay NASs. Their specs are as follows ... CPU: arm5 Kernel: 2.6.24.4 GLibC: 2.8 libc-dev: 2.5-5 GCC: 4.2.3 ... and, in case it should prove useful, I've appended fuller details of their configuration, anonymised where appropriate. One of the features of such an OEM device is that control of the /usr directory is with the firmware, and largely set in silicon, and consequently add-on functionality has to be put elsewhere. As I've already added ipkg and it uses /opt, I've been adding stuff of my own choosing there as well. Another consequence of this is that the system headers are not installed by default, and therefore have to be added from elsewhere, in this case via ipkg, and thus not only are they not where most software builds would expect, but also there is a mismatch between the GLibC version number apparently installed in silicon, 2.8, and the headers under the /opt/include directory, 2.5-5. Nevertheless, a great deal of software seems to build and run successfully. Except that for some time, I've been trying to upgrade the version of GCC to 4.9.3, because apparently the above version has significant problems when compiling software such as FFMPEG, but I've never succeeded in getting a 'make' to complete without error, until yesterday when, to my gratified astonishment after three days grinding away, for the first time ever a 'make' finally completed apparently successfully. However, when I tried to test it using 'make check', I hit a dependency chain: 'make check' for gcc <- autogen <- guile <- libtool. Thus it is that I'm trying to build libtool 2.4.6 on one of these machines, still using gcc 4.2.3 - 'configure --prefix /opt' and 'make' complete apparently without error, but 'make check' encounters errors in the standalone section, as in the following extract from ./tests/testsuite.log: ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 141 tests were run, 64 failed (59 expected failures). 29 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Libtool 2.4.6 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 123: standalone.at:31 compiling softlinked libltdl libtoolize 124: standalone.at:46 compiling copied libltdl libtoolize 125: standalone.at:61 installable libltdl libtoolize 126: standalone.at:79 linking libltdl without autotools libtoolize 130: subproject.at:109 linking libltdl without autotools libtoolize Can anyone help me get 'make check' to run successfully on this machine? TIA Charles Macfarlane APPENDIX 1 ========= The full ./tests/testsuite.log is as follows: ## ----------------------------- ## ## GNU Libtool 2.4.6 test suite. ## ## ----------------------------- ## testsuite: command line was: $ /root/build/libtool-2.4.6/tests/testsuite MAKE=make CC=gcc CFLAGS=-g -O2 CPP=gcc -E CPPFLAGS= LD=/opt/arm-none-linux-gnueabi/bin/ld LDFLAGS= LIBS= LN_S=ln -s NM=/opt/bin/nm -B RANLIB=ranlib AR=ar EGREP=/bin/grep -E FGREP=/bin/grep -F GREP=/bin/grep SED=/bin/sed STRIP=strip lt_INSTALL=/opt/bin/install -c MANIFEST_TOOL=: OBJEXT=o EXEEXT= SHELL=/opt/bin/bash CONFIG_SHELL=/opt/bin/bash CXX=g++ CXXFLAGS=-g -O2 CXXCPP=g++ -E F77= FFLAGS= FC= FCFLAGS= GCJ= GCJFLAGS=-g -O2 lt_cv_with_aix_soname=aix lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop _lt_pkgdatadir=/root/build/libtool-2.4.6 LIBTOOLIZE=/root/build/libtool-2.4.6/libtoolize LIBTOOL=/root/build/libtool-2.4.6/libtool tst_aclocaldir=/root/build/libtool-2.4.6/m4 ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2015-02-15 Gary V. Vaughan <g...@gnu.org> | | version 2.4.6 | * NEWS: Record release date. | | 2015-02-06 Gary V. Vaughan <g...@gnu.org> | | libtool: don't execute automake and autoconf on every invocation. | Regression from 2.4.2 was causing noticable slow-down in builds | that call libtool many times. ## --------- ## ## Platform. ## ## --------- ## hostname = NASY uname -m = armv5tejl uname -r = 2.6.24.4 uname -s = Linux uname -v = #1 Mon Aug 5 15:20:10 CST 2013 /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: /root/build/libtool-2.4.6/tests PATH: /opt/share/bin PATH: /opt/share/sbin PATH: /opt/bin PATH: /opt/sbin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/local/zy-pkgs/bin PATH: /bin PATH: /sbin PATH: /zyxel/sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/root/build/libtool-2.4.6/tests' | at_srcdir='.' | abs_srcdir='/root/build/libtool-2.4.6/tests' | at_top_srcdir='..' | abs_top_srcdir='/root/build/libtool-2.4.6' | at_top_build_prefix='../' | abs_top_builddir='/root/build/libtool-2.4.6' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/opt/bin/bash'} ## ---------------- ## ## Tested programs. ## ## ---------------- ## ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Thu Sep 22 20:39:12 WEST 2016 1. func_munge_path_list works (configure-funcs.at:39): ok (0m0.410s 0m0.450s) 2. libtoolize macro installation (libtoolize.at:84): ok (0m0.900s 0m1.770s) 3. libtoolize macro directory mismatch error (libtoolize.at:109): ok (0m0.590s 0m1.480s) 4. multiple AC_CONFIG_MACRO_DIRS invocation (libtoolize.at:130): ok (0m0.700s 0m1.920s) 5. multiple AC_CONFIG_MACRO_DIRS directories (libtoolize.at:158): ok (0m1.020s 0m1.630s) 6. libtoolize ACLOCAL_AMFLAGS extraction (libtoolize.at:190): ok (0m0.830s 0m2.020s) 7. libtoolize macro serial update (libtoolize.at:225): ok (0m8.160s 0m10.900s) 8. libtoolize config files serial update (libtoolize.at:298): ok (0m9.750s 0m15.660s) 9. diagnose missing LT_CONFIG_LTDL_DIR (libtoolize.at:378): ok (0m1.410s 0m4.060s) 10. copy ltdl.m4 with shared macro directory (libtoolize.at:523): ok (0m2.790s 0m7.560s) 11. correctly parse LTDL_INIT from configure.ac (libtoolize.at:535): ok (0m2.410s 0m8.000s) 12. diagnose missing LTDL_INIT invocation (libtoolize.at:547): ok (0m2.540s 0m7.820s) 15. nonrecursive ltdl with AC_CONFIG_MACRO_DIRS (libtoolize.at:877): ok (0m1.520s 0m4.050s) 16. subproject ltdl with unconventional layout (libtoolize.at:948): ok (0m3.180s 0m8.090s) 17. Subproject ltdl without GNU M4 (libtoolize.at:1024): ok (0m3.050s 0m7.030s) 18. LIBTOOLIZE_OPTIONS (libtoolize.at:1096): ok (0m4.250s 0m5.420s) 19. cleanup old installation (libtoolize.at:1142): ok (0m2.980s 0m8.930s) 20. check help output (libtool.at:33): ok (0m1.850s 0m0.530s) 21. diagnose no mode specified (libtool.at:48): ok (0m1.920s 0m0.230s) 22. quote shell meta-characters in filenames (libtool.at:60): ok (2m0.180s 0m21.900s) 23. transform source suffices (libtool.at:155): ok (2m21.220s 0m14.770s) 24. check link mode operation (libtool.at:183): ok (0m4.720s 0m0.730s) 25. check objectlist file operation (libtool.at:205): ok (0m2.140s 0m0.260s) 26. test LT_SUPPORTED_TAG interface (libtool.at:217): ok (0m54.900s 0m5.220s) 44. C convenience archives (convenience.at:30): ok (0m45.200s 0m14.770s) 45. C++ convenience archives (convenience.at:69): ok (1m17.480s 0m18.720s) 46. F77 convenience archives (convenience.at:109): skipped (convenience.at:110) 47. FC convenience archives (convenience.at:169): skipped (convenience.at:170) 48. Java convenience archives (convenience.at:229): skipped (convenience.at:230) 54. standard command line options (help.at:26): ok (0m5.150s 0m1.830s) 55. mode short-hands (help.at:45): ok (0m28.960s 0m5.630s) 56. debug tracing (help.at:97): ok (1m19.580s 0m20.220s) 57. duplicate members in archive tests (duplicate_members.at:26): ok (0m29.030s 0m9.520s) 58. duplicate convenience archive names (duplicate_conv.at:25): ok (0m47.110s 0m12.110s) 60. passing CC flags through libtool (flags.at:116): ok (0m42.200s 0m7.650s) 61. passing CXX flags through libtool (flags.at:116): ok (1m5.730s 0m11.030s) 62. passing F77 flags through libtool (flags.at:116): skipped (flags.at:116) 63. passing FC flags through libtool (flags.at:116): skipped (flags.at:116) 64. passing GCJ flags through libtool (flags.at:116): skipped (flags.at:116) 65. inherited_linker_flags (inherited_flags.at:26): ok (0m37.980s 0m11.460s) 66. Link order test (link-order.at:27): ok (1m6.510s 0m16.340s) 67. Link order of deplibs (link-order2.at:46): ok (2m7.870s 0m27.890s) 68. Failure tests (fail.at:28): ok (0m23.770s 0m5.720s) 69. shlibpath_overrides_runpath (shlibpath.at:25): ok (0m27.850s 0m6.320s) 70. Runpath in libtool library files (runpath-in-lalib.at:25): ok (0m24.520s 0m6.590s) 71. static linking flags for programs (static.at:68): ok (2m29.750s 1m2.840s) 72. ccache -all-static (static.at:359): ok (0m3.340s 0m0.970s) 73. Export test (export.at:25): ok (1m8.500s 0m22.610s) 74. export from a DLL with a .def file (export-def.at:25): skipped (export-def.at:35) 75. sys_lib_search_path (search-path.at:24): ok (0m7.540s 0m1.360s) 76. sys_lib_search_path on w32 (search-path.at:62): skipped (search-path.at:85) 77. indirect convenience (indirect_deps.at:25): ok (0m35.390s 0m10.730s) 78. indirect uninstalled (indirect_deps.at:71): ok (0m42.580s 0m13.020s) 80. both of -o prog and -o prog$EXEEXT work (exeext.at:26): skipped (exeext.at:29) 81. execute mode (execute-mode.at:25): ok (2m24.960s 0m38.810s) 82. bindir basic lib test (bindir.at:64): ok (0m23.230s 0m6.760s) 83. bindir install tests (bindir.at:173): ok (9m4.070s 2m17.400s) 84. cwrapper for uninstalled executables (cwrapper.at:25): ok (0m59.180s 0m21.090s) 85. cwrapper string length (cwrapper.at:138): skipped (cwrapper.at:190) 86. cwrapper and installed shared libraries (cwrapper.at:201): ok (0m21.870s 0m6.810s) 87. deplib in subdir (deplib-in-subdir.at:34): ok (1m23.550s 0m26.470s) 88. inferred tag (infer-tag.at:30): ok (0m1.810s 0m0.580s) 89. CXX inferred tag (infer-tag.at:42): ok (0m2.530s 0m0.730s) 90. F77 inferred tag (infer-tag.at:55): skipped (infer-tag.at:56) 91. FC inferred tag (infer-tag.at:69): skipped (infer-tag.at:70) 92. GCJ inferred tag (infer-tag.at:83): skipped (infer-tag.at:84) 93. localized compiler messages (localization.at:24): ok (0m3.610s 0m1.450s) 94. nocase library search (nocase.at:26): skipped (nocase.at:33) 95. Install tests (install.at:25): ok (0m12.730s 0m2.680s) 96. versioning (versioning.at:24): ok (1m55.500s 0m28.460s) 97. Simple DESTDIR install (destdir.at:48): ok (0m15.360s 0m4.440s) 98. DESTDIR with in-package deplibs (destdir.at:75): ok (0m57.560s 0m15.620s) 99. AM_PROG_LIBTOOL (old-m4-iface.at:41): ok (1m1.470s 0m31.890s) 101. AC_CONFIG_MACRO_DIR (old-m4-iface.at:173): ok (0m0.880s 0m1.900s) 105. lt_dlexit unloading libs (lt_dlexit.at:30): ok (0m18.390s 0m4.300s) 106. lt_dlopenadvise library loading (lt_dladvise.at:28): ok (0m36.840s 0m9.380s) 108. lt_dlopen archive (lt_dlopen_a.at:23): ok (0m14.140s 0m3.390s) 109. lt_dlopenext error messages (lt_dlopenext.at:23): ok (0m18.240s 0m5.090s) 110. libdir of installed modules (ltdl-libdir.at:23): ok (0m14.430s 0m2.820s) 111. ltdl API (ltdl-api.at:25): skipped (ltdl-api.at:31) 112. dlloader API (dlloader-api.at:23): ok (0m12.860s 0m3.180s) 113. loadlibrary error messages (loadlibrary.at:23): skipped (loadlibrary.at:250) 115. resident modules (resident.at:27): ok (0m11.000s 0m3.140s) 116. SList functionality (slist.at:24): ok (0m7.220s 0m0.720s) 117. enforced lib prefix (need_lib_prefix.at:25): ok (0m28.250s 0m6.850s) 141. simple template test (template.at:28): ok (0m24.100s 0m5.830s) 142. template test with subdirs (template.at:127): ok (1m37.060s 0m22.810s) 143. C++ static constructors (ctor.at:27): ok (0m18.210s 0m4.490s) 144. C++ exception handling (exceptions.at:24): ok (2m7.390s 0m13.650s) 153. static library (f77demo.at:296): skipped (f77demo.at:301) 154. shared library (f77demo.at:314): skipped (f77demo.at:316) 155. shared and static together (f77demo.at:329): skipped (f77demo.at:331) 156. static library (fcdemo.at:310): skipped (fcdemo.at:315) 157. shared library (fcdemo.at:328): skipped (fcdemo.at:330) 158. shared and static together (fcdemo.at:343): skipped (fcdemo.at:345) 159. darwin fat compile (darwin.at:26): skipped (darwin.at:42) 160. darwin concurrent library extraction (darwin.at:103): ok (0m59.250s 0m21.350s) 161. darwin gdb debug information (darwin.at:152): skipped (darwin.at:154) 163. darwin can lt_dlopen .dylib and .so files (darwin.at:232): skipped (darwin.at:249) 164. dumpbin -symbols section hiding (dumpbin-symbols.at:25): skipped (dumpbin-symbols.at:42) 165. deplibs without file command (deplibs-mingw.at:27): ok (0m15.830s 0m3.720s) 166. -L=.../lib -l (sysroot.at:203): skipped (sysroot.at:203) 167. -L SYSROOT/.../lib -l (sysroot.at:204): skipped (sysroot.at:204) 168. SYSROOT/.../*.la (sysroot.at:205): skipped (sysroot.at:205) 169. Link option thorough search test (stresstest.at:31): ok (22m4.290s 7m18.100s) 170. Run tests with low max_cmd_len (cmdline_wrap.at:28): ok (54m13.410s 16m6.710s) testsuite: ending at: Fri Sep 23 00:04:03 WEST 2016 testsuite: test suite duration: 3h 24m 51s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 141 tests were run, 64 failed (59 expected failures). 29 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Libtool 2.4.6 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 123: standalone.at:31 compiling softlinked libltdl libtoolize 124: standalone.at:46 compiling copied libltdl libtoolize 125: standalone.at:61 installable libltdl libtoolize 126: standalone.at:79 linking libltdl without autotools libtoolize 130: subproject.at:109 linking libltdl without autotools libtoolize Skipped tests: GNU Libtool 2.4.6 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 46: convenience.at:109 F77 convenience archives f77 libtool 47: convenience.at:169 FC convenience archives fc libtool 48: convenience.at:229 Java convenience archives gcj libtool 62: flags.at:116 passing F77 flags through libtool libtool f77 63: flags.at:116 passing FC flags through libtool libtool fc 64: flags.at:116 passing GCJ flags through libtool libtool gcj 74: export-def.at:25 export from a DLL with a .def file libtool 76: search-path.at:62 sys_lib_search_path on w32 libtool 80: exeext.at:26 both of -o prog and -o prog$EXEEXT work libtool 85: cwrapper.at:138 cwrapper string length 90: infer-tag.at:55 F77 inferred tag f77 libtool 91: infer-tag.at:69 FC inferred tag fc libtool 92: infer-tag.at:83 GCJ inferred tag gcj libtool 94: nocase.at:26 nocase library search libtool 111: ltdl-api.at:25 ltdl API libltdl 113: loadlibrary.at:23 loadlibrary error messages libltdl 153: f77demo.at:296 static library interactive f77 libtool autoconf libtoolize automake 154: f77demo.at:314 shared library f77 libtool autoconf libtoolize automake 155: f77demo.at:329 shared and static together f77 libtool autoconf libtoolize automake 156: fcdemo.at:310 static library interactive fc libtool autoconf libtoolize automake 157: fcdemo.at:328 shared library fc libtool autoconf libtoolize automake 158: fcdemo.at:343 shared and static together fc libtool autoconf libtoolize automake 159: darwin.at:26 darwin fat compile 161: darwin.at:152 darwin gdb debug information 163: darwin.at:232 darwin can lt_dlopen .dylib and .so files libltdl dylib 164: dumpbin-symbols.at:25 dumpbin -symbols section hiding 166: sysroot.at:203 -L=.../lib -l libtool sysroot libtoolize automake autoconf 167: sysroot.at:204 -L SYSROOT/.../lib -l libtool sysroot libtoolize automake autoconf 168: sysroot.at:205 SYSROOT/.../*.la libtool sysroot libtoolize automake autoconf ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 123. standalone.at:31: testing compiling softlinked libltdl ... ./standalone.at:33: $LIBTOOLIZE --ltdl=. stdout: libtoolize: putting auxiliary files in '.'. libtoolize: linking file './compile' libtoolize: linking file './config.guess' libtoolize: linking file './config.sub' libtoolize: linking file './depcomp' libtoolize: linking file './install-sh' libtoolize: linking file './missing' libtoolize: linking file './ltmain.sh' libtoolize: putting macros in './m4'. libtoolize: linking file './m4/libtool.m4' libtoolize: linking file './m4/ltargz.m4' libtoolize: linking file './m4/ltdl.m4' libtoolize: linking file './m4/ltoptions.m4' libtoolize: linking file './m4/ltsugar.m4' libtoolize: linking file './m4/ltversion.m4' libtoolize: linking file './m4/lt~obsolete.m4' libtoolize: putting libltdl files in '.'. libtoolize: linking file './COPYING.LIB' libtoolize: creating file './Makefile.am' libtoolize: linking file './README' libtoolize: creating file './configure.ac' libtoolize: creating file './aclocal.m4' libtoolize: creating file './Makefile.in' libtoolize: linking file './config-h.in' libtoolize: creating file './configure' libtoolize: linking file './libltdl/lt__alloc.h' libtoolize: linking file './libltdl/lt__argz_.h' libtoolize: linking file './libltdl/lt__dirent.h' libtoolize: linking file './libltdl/lt__glibc.h' libtoolize: linking file './libltdl/lt__private.h' libtoolize: linking file './libltdl/lt__strl.h' libtoolize: linking file './libltdl/lt_dlloader.h' libtoolize: linking file './libltdl/lt_error.h' libtoolize: linking file './libltdl/lt_system.h' libtoolize: linking file './libltdl/slist.h' libtoolize: linking file './loaders/dld_link.c' libtoolize: linking file './loaders/dlopen.c' libtoolize: linking file './loaders/dyld.c' libtoolize: linking file './loaders/load_add_on.c' libtoolize: linking file './loaders/loadlibrary.c' libtoolize: linking file './loaders/preopen.c' libtoolize: linking file './loaders/shl_load.c' libtoolize: linking file './lt__alloc.c' libtoolize: linking file './lt__argz.c' libtoolize: linking file './lt__dirent.c' libtoolize: linking file './lt__strl.c' libtoolize: linking file './lt_dlloader.c' libtoolize: linking file './lt_error.c' libtoolize: linking file './ltdl.c' libtoolize: linking file './ltdl.h' libtoolize: linking file './slist.c' ./standalone.at:34: : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --prefix="$prefix" --exec-prefix="$prefix" --bindir="$prefix/bin" --libdir="$prefix/lib" stderr: stdout: checking for a BSD-compatible install... /opt/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... armv5tejl-unknown-linux-gnueabi checking host system type... armv5tejl-unknown-linux-gnueabi checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 gcc... /opt/arm-none-linux-gnueabi/bin/ld checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B checking the name lister (/opt/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format... (cached) func_convert_file_noop checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format... (cached) func_convert_file_noop checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /opt/bin/dd checking how to truncate binary pipes... /opt/bin/dd bs=4096 count=1 checking for mt... : checking if : is a manifest tool... no checking how to run the C preprocessor... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes 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... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ./standalone.at:35: $as_unset LIBTOOL; $as_unset LIBTOOLIZE; $MAKE $target stderr: /opt/bin/bash: no: command not found make: *** [aclocal.m4] Error 127 stdout: CDPATH="${ZSH_VERSION+.}:" && cd . && no -I m4 ./standalone.at:35: exit code was 2, expected 0 123. standalone.at:31: 123. compiling softlinked libltdl (standalone.at:31): FAILED (standalone.at:35) # -*- compilation -*- 124. standalone.at:46: testing compiling copied libltdl ... ./standalone.at:48: $LIBTOOLIZE --copy --ltdl=. stdout: libtoolize: putting auxiliary files in '.'. libtoolize: copying file './compile' libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './depcomp' libtoolize: copying file './install-sh' libtoolize: copying file './missing' libtoolize: copying file './ltmain.sh' libtoolize: putting macros in './m4'. libtoolize: copying file './m4/libtool.m4' libtoolize: copying file './m4/ltargz.m4' libtoolize: copying file './m4/ltdl.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' libtoolize: putting libltdl files in '.'. libtoolize: copying file './COPYING.LIB' libtoolize: creating file './Makefile.am' libtoolize: copying file './README' libtoolize: creating file './configure.ac' libtoolize: creating file './aclocal.m4' libtoolize: creating file './Makefile.in' libtoolize: copying file './config-h.in' libtoolize: creating file './configure' libtoolize: copying file './libltdl/lt__alloc.h' libtoolize: copying file './libltdl/lt__argz_.h' libtoolize: copying file './libltdl/lt__dirent.h' libtoolize: copying file './libltdl/lt__glibc.h' libtoolize: copying file './libltdl/lt__private.h' libtoolize: copying file './libltdl/lt__strl.h' libtoolize: copying file './libltdl/lt_dlloader.h' libtoolize: copying file './libltdl/lt_error.h' libtoolize: copying file './libltdl/lt_system.h' libtoolize: copying file './libltdl/slist.h' libtoolize: copying file './loaders/dld_link.c' libtoolize: copying file './loaders/dlopen.c' libtoolize: copying file './loaders/dyld.c' libtoolize: copying file './loaders/load_add_on.c' libtoolize: copying file './loaders/loadlibrary.c' libtoolize: copying file './loaders/preopen.c' libtoolize: copying file './loaders/shl_load.c' libtoolize: copying file './lt__alloc.c' libtoolize: copying file './lt__argz.c' libtoolize: copying file './lt__dirent.c' libtoolize: copying file './lt__strl.c' libtoolize: copying file './lt_dlloader.c' libtoolize: copying file './lt_error.c' libtoolize: copying file './ltdl.c' libtoolize: copying file './ltdl.h' libtoolize: copying file './slist.c' ./standalone.at:49: : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --prefix="$prefix" --exec-prefix="$prefix" --bindir="$prefix/bin" --libdir="$prefix/lib" stderr: stdout: checking for a BSD-compatible install... /opt/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... armv5tejl-unknown-linux-gnueabi checking host system type... armv5tejl-unknown-linux-gnueabi checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 gcc... /opt/arm-none-linux-gnueabi/bin/ld checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B checking the name lister (/opt/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format... (cached) func_convert_file_noop checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format... (cached) func_convert_file_noop checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /opt/bin/dd checking how to truncate binary pipes... /opt/bin/dd bs=4096 count=1 checking for mt... : checking if : is a manifest tool... no checking how to run the C preprocessor... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes 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... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ./standalone.at:50: $as_unset LIBTOOL; $as_unset LIBTOOLIZE; $MAKE $target stderr: /opt/bin/bash: no: command not found make: *** [aclocal.m4] Error 127 stdout: CDPATH="${ZSH_VERSION+.}:" && cd . && no -I m4 ./standalone.at:50: exit code was 2, expected 0 124. standalone.at:46: 124. compiling copied libltdl (standalone.at:46): FAILED (standalone.at:50) # -*- compilation -*- 125. standalone.at:61: testing installable libltdl ... ./standalone.at:65: $LIBTOOLIZE --copy --ltdl=. stdout: libtoolize: putting auxiliary files in '.'. libtoolize: copying file './compile' libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './depcomp' libtoolize: copying file './install-sh' libtoolize: copying file './missing' libtoolize: copying file './ltmain.sh' libtoolize: putting macros in './m4'. libtoolize: copying file './m4/libtool.m4' libtoolize: copying file './m4/ltargz.m4' libtoolize: copying file './m4/ltdl.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' libtoolize: putting libltdl files in '.'. libtoolize: copying file './COPYING.LIB' libtoolize: creating file './Makefile.am' libtoolize: copying file './README' libtoolize: creating file './configure.ac' libtoolize: creating file './aclocal.m4' libtoolize: creating file './Makefile.in' libtoolize: copying file './config-h.in' libtoolize: creating file './configure' libtoolize: copying file './libltdl/lt__alloc.h' libtoolize: copying file './libltdl/lt__argz_.h' libtoolize: copying file './libltdl/lt__dirent.h' libtoolize: copying file './libltdl/lt__glibc.h' libtoolize: copying file './libltdl/lt__private.h' libtoolize: copying file './libltdl/lt__strl.h' libtoolize: copying file './libltdl/lt_dlloader.h' libtoolize: copying file './libltdl/lt_error.h' libtoolize: copying file './libltdl/lt_system.h' libtoolize: copying file './libltdl/slist.h' libtoolize: copying file './loaders/dld_link.c' libtoolize: copying file './loaders/dlopen.c' libtoolize: copying file './loaders/dyld.c' libtoolize: copying file './loaders/load_add_on.c' libtoolize: copying file './loaders/loadlibrary.c' libtoolize: copying file './loaders/preopen.c' libtoolize: copying file './loaders/shl_load.c' libtoolize: copying file './lt__alloc.c' libtoolize: copying file './lt__argz.c' libtoolize: copying file './lt__dirent.c' libtoolize: copying file './lt__strl.c' libtoolize: copying file './lt_dlloader.c' libtoolize: copying file './lt_error.c' libtoolize: copying file './ltdl.c' libtoolize: copying file './ltdl.h' libtoolize: copying file './slist.c' ./standalone.at:66: : ${CONFIG_SHELL=/bin/sh}; export CONFIG_SHELL; $CONFIG_SHELL ./configure $configure_options --prefix="$prefix" --exec-prefix="$prefix" --bindir="$prefix/bin" --libdir="$prefix/lib" --enable-ltdl-install --prefix=$prefix stderr: stdout: checking for a BSD-compatible install... /opt/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... armv5tejl-unknown-linux-gnueabi checking host system type... armv5tejl-unknown-linux-gnueabi checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 gcc... /opt/arm-none-linux-gnueabi/bin/ld checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B checking the name lister (/opt/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format... (cached) func_convert_file_noop checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format... (cached) func_convert_file_noop checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /opt/bin/dd checking how to truncate binary pipes... /opt/bin/dd bs=4096 count=1 checking for mt... : checking if : is a manifest tool... no checking how to run the C preprocessor... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes 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... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ./standalone.at:67: $as_unset LIBTOOL; $as_unset LIBTOOLIZE; $MAKE $target stderr: /opt/bin/bash: no: command not found make: *** [aclocal.m4] Error 127 stdout: CDPATH="${ZSH_VERSION+.}:" && cd . && no -I m4 ./standalone.at:67: exit code was 2, expected 0 125. standalone.at:61: 125. installable libltdl (standalone.at:61): FAILED (standalone.at:67) # -*- compilation -*- 126. standalone.at:79: testing linking libltdl without autotools ... ./standalone.at:82: $LIBTOOLIZE --copy --ltdl stdout: libtoolize: putting auxiliary files in 'libltdl'. libtoolize: copying file 'libltdl/compile' libtoolize: copying file 'libltdl/config.guess' libtoolize: copying file 'libltdl/config.sub' libtoolize: copying file 'libltdl/depcomp' libtoolize: copying file 'libltdl/install-sh' libtoolize: copying file 'libltdl/missing' libtoolize: copying file 'libltdl/ltmain.sh' libtoolize: putting macros in 'libltdl/m4'. libtoolize: copying file 'libltdl/m4/libtool.m4' libtoolize: copying file 'libltdl/m4/ltargz.m4' libtoolize: copying file 'libltdl/m4/ltdl.m4' libtoolize: copying file 'libltdl/m4/ltoptions.m4' libtoolize: copying file 'libltdl/m4/ltsugar.m4' libtoolize: copying file 'libltdl/m4/ltversion.m4' libtoolize: copying file 'libltdl/m4/lt~obsolete.m4' libtoolize: putting libltdl files in 'libltdl'. libtoolize: copying file 'libltdl/COPYING.LIB' libtoolize: creating file 'libltdl/Makefile.am' libtoolize: copying file 'libltdl/README' libtoolize: creating file 'libltdl/configure.ac' libtoolize: creating file 'libltdl/aclocal.m4' libtoolize: creating file 'libltdl/Makefile.in' libtoolize: copying file 'libltdl/config-h.in' libtoolize: creating file 'libltdl/configure' libtoolize: copying file 'libltdl/libltdl/lt__alloc.h' libtoolize: copying file 'libltdl/libltdl/lt__argz_.h' libtoolize: copying file 'libltdl/libltdl/lt__dirent.h' libtoolize: copying file 'libltdl/libltdl/lt__glibc.h' libtoolize: copying file 'libltdl/libltdl/lt__private.h' libtoolize: copying file 'libltdl/libltdl/lt__strl.h' libtoolize: copying file 'libltdl/libltdl/lt_dlloader.h' libtoolize: copying file 'libltdl/libltdl/lt_error.h' libtoolize: copying file 'libltdl/libltdl/lt_system.h' libtoolize: copying file 'libltdl/libltdl/slist.h' libtoolize: copying file 'libltdl/loaders/dld_link.c' libtoolize: copying file 'libltdl/loaders/dlopen.c' libtoolize: copying file 'libltdl/loaders/dyld.c' libtoolize: copying file 'libltdl/loaders/load_add_on.c' libtoolize: copying file 'libltdl/loaders/loadlibrary.c' libtoolize: copying file 'libltdl/loaders/preopen.c' libtoolize: copying file 'libltdl/loaders/shl_load.c' libtoolize: copying file 'libltdl/lt__alloc.c' libtoolize: copying file 'libltdl/lt__argz.c' libtoolize: copying file 'libltdl/lt__dirent.c' libtoolize: copying file 'libltdl/lt__strl.c' libtoolize: copying file 'libltdl/lt_dlloader.c' libtoolize: copying file 'libltdl/lt_error.c' libtoolize: copying file 'libltdl/ltdl.c' libtoolize: copying file 'libltdl/ltdl.h' libtoolize: copying file 'libltdl/slist.c' ./standalone.at:85: $as_unset LIBTOOL; $as_unset LIBTOOLIZE; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" CONFIGURE_OPTIONS="$configure_options" stderr: /opt/bin/bash: no: command not found make[1]: *** [aclocal.m4] Error 127 make: *** [libltdl/libltdlc.la] Error 2 stdout: cd libltdl && CONFIG_SHELL="/opt/bin/bash" /opt/bin/bash ./configure --prefix=/nonexistent lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop checking for a BSD-compatible install... /opt/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... armv5tejl-unknown-linux-gnueabi checking host system type... armv5tejl-unknown-linux-gnueabi checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 gcc... /opt/arm-none-linux-gnueabi/bin/ld checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B checking the name lister (/opt/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format... (cached) func_convert_file_noop checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format... (cached) func_convert_file_noop checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /opt/bin/dd checking how to truncate binary pipes... /opt/bin/dd bs=4096 count=1 checking for mt... : checking if : is a manifest tool... no checking how to run the C preprocessor... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes 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... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands MAKE='make'; test -n "$MAKE" || MAKE=make; \ cd libltdl && $MAKE CC="gcc" LIBTOOLFLAGS="" \ CPPFLAGS="" CFLAGS="-g -O2" LDFLAGS="" \ CONFIGURE_OPTIONS="--prefix=/nonexistent lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop" make[1]: Entering directory `/root/build/libtool-2.4.6/tests/testsuite.dir/126/libltdl' CDPATH="${ZSH_VERSION+.}:" && cd . && no -I m4 make[1]: Leaving directory `/root/build/libtool-2.4.6/tests/testsuite.dir/126/libltdl' ./standalone.at:85: exit code was 2, expected 0 126. standalone.at:79: 126. linking libltdl without autotools (standalone.at:79): FAILED (standalone.at:85) # -*- compilation -*- 130. subproject.at:109: testing linking libltdl without autotools ... libtoolize: putting auxiliary files in 'sub/ltdl'. libtoolize: copying file 'sub/ltdl/compile' libtoolize: copying file 'sub/ltdl/config.guess' libtoolize: copying file 'sub/ltdl/config.sub' libtoolize: copying file 'sub/ltdl/depcomp' libtoolize: copying file 'sub/ltdl/install-sh' libtoolize: copying file 'sub/ltdl/missing' libtoolize: copying file 'sub/ltdl/ltmain.sh' libtoolize: putting macros in 'sub/ltdl/m4'. libtoolize: copying file 'sub/ltdl/m4/libtool.m4' libtoolize: copying file 'sub/ltdl/m4/ltargz.m4' libtoolize: copying file 'sub/ltdl/m4/ltdl.m4' libtoolize: copying file 'sub/ltdl/m4/ltoptions.m4' libtoolize: copying file 'sub/ltdl/m4/ltsugar.m4' libtoolize: copying file 'sub/ltdl/m4/ltversion.m4' libtoolize: copying file 'sub/ltdl/m4/lt~obsolete.m4' libtoolize: putting libltdl files in 'sub/ltdl'. libtoolize: copying file 'sub/ltdl/COPYING.LIB' libtoolize: creating file 'sub/ltdl/Makefile.am' libtoolize: copying file 'sub/ltdl/README' libtoolize: creating file 'sub/ltdl/configure.ac' libtoolize: creating file 'sub/ltdl/aclocal.m4' libtoolize: creating file 'sub/ltdl/Makefile.in' libtoolize: copying file 'sub/ltdl/config-h.in' libtoolize: creating file 'sub/ltdl/configure' libtoolize: copying file 'sub/ltdl/libltdl/lt__alloc.h' libtoolize: copying file 'sub/ltdl/libltdl/lt__argz_.h' libtoolize: copying file 'sub/ltdl/libltdl/lt__dirent.h' libtoolize: copying file 'sub/ltdl/libltdl/lt__glibc.h' libtoolize: copying file 'sub/ltdl/libltdl/lt__private.h' libtoolize: copying file 'sub/ltdl/libltdl/lt__strl.h' libtoolize: copying file 'sub/ltdl/libltdl/lt_dlloader.h' libtoolize: copying file 'sub/ltdl/libltdl/lt_error.h' libtoolize: copying file 'sub/ltdl/libltdl/lt_system.h' libtoolize: copying file 'sub/ltdl/libltdl/slist.h' libtoolize: copying file 'sub/ltdl/loaders/dld_link.c' libtoolize: copying file 'sub/ltdl/loaders/dlopen.c' libtoolize: copying file 'sub/ltdl/loaders/dyld.c' libtoolize: copying file 'sub/ltdl/loaders/load_add_on.c' libtoolize: copying file 'sub/ltdl/loaders/loadlibrary.c' libtoolize: copying file 'sub/ltdl/loaders/preopen.c' libtoolize: copying file 'sub/ltdl/loaders/shl_load.c' libtoolize: copying file 'sub/ltdl/lt__alloc.c' libtoolize: copying file 'sub/ltdl/lt__argz.c' libtoolize: copying file 'sub/ltdl/lt__dirent.c' libtoolize: copying file 'sub/ltdl/lt__strl.c' libtoolize: copying file 'sub/ltdl/lt_dlloader.c' libtoolize: copying file 'sub/ltdl/lt_error.c' libtoolize: copying file 'sub/ltdl/ltdl.c' libtoolize: copying file 'sub/ltdl/ltdl.h' libtoolize: copying file 'sub/ltdl/slist.c' ./subproject.at:115: $as_unset LIBTOOL; $as_unset LIBTOOLIZE; $MAKE $target CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" CONFIGURE_OPTIONS="$configure_options" stderr: /opt/bin/bash: no: command not found make[1]: *** [aclocal.m4] Error 127 make: *** [sub/ltdl/libltdlc.la] Error 2 stdout: cd sub/ltdl && CONFIG_SHELL="/opt/bin/bash" /opt/bin/bash ./configure --prefix=/nonexistent lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop checking for a BSD-compatible install... /opt/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... armv5tejl-unknown-linux-gnueabi checking host system type... armv5tejl-unknown-linux-gnueabi checking how to print strings... printf checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of 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 gcc... /opt/arm-none-linux-gnueabi/bin/ld checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /opt/bin/nm -B checking the name lister (/opt/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 32768 checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format... (cached) func_convert_file_noop checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format... (cached) func_convert_file_noop checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /opt/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /opt/bin/dd checking how to truncate binary pipes... /opt/bin/dd bs=4096 count=1 checking for mt... : checking if : is a manifest tool... no checking how to run the C preprocessor... 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... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes 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 what extension is used for runtime loadable modules... .so checking what variable specifies run-time module search path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes 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... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands MAKE='make'; test -n "$MAKE" || MAKE=make; \ cd sub/ltdl && $MAKE CC="gcc" LIBTOOLFLAGS="" \ CPPFLAGS="" CFLAGS="-g -O2" LDFLAGS="" \ CONFIGURE_OPTIONS="--prefix=/nonexistent lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop" make[1]: Entering directory `/root/build/libtool-2.4.6/tests/testsuite.dir/130/sub/ltdl' CDPATH="${ZSH_VERSION+.}:" && cd . && no -I m4 make[1]: Leaving directory `/root/build/libtool-2.4.6/tests/testsuite.dir/130/sub/ltdl' ./subproject.at:115: exit code was 2, expected 0 130. subproject.at:109: 130. linking libltdl without autotools (subproject.at:109): FAILED (subproject.at:115) ## ------------- ## ## ../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 GNU Libtool configure 2.4.6, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure --prefix=/opt | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = NASY | uname -m = armv5tejl | uname -r = 2.6.24.4 | uname -s = Linux | uname -v = #1 Mon Aug 5 15:20:10 CST 2013 | | /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: /opt/share/bin | PATH: /opt/share/sbin | PATH: /opt/bin | PATH: /opt/sbin | PATH: /usr/local/bin | PATH: /usr/local/sbin | PATH: /usr/bin | PATH: /usr/sbin | PATH: /usr/local/zy-pkgs/bin | PATH: /bin | PATH: /sbin | PATH: /zyxel/sbin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2687: checking for GNU M4 that supports accurate traces | configure:2736: result: /opt/bin/m4 | configure:2739: checking whether /opt/bin/m4 accepts --gnu | configure:2749: result: yes | configure:2766: checking how m4 supports trace files | configure:2776: result: --debugfile | configure:2803: checking for a BSD-compatible install | configure:2871: result: /opt/bin/install -c | configure:2882: checking whether build environment is sane | configure:2937: result: yes | configure:3088: checking for a thread-safe mkdir -p | configure:3127: result: /opt/bin/mkdir -p | configure:3134: checking for gawk | configure:3150: found /opt/bin/gawk | configure:3161: result: gawk | configure:3172: checking whether make sets $(MAKE) | configure:3194: result: yes | configure:3223: checking whether make supports nested variables | configure:3240: result: yes | configure:3377: checking whether make supports nested variables | configure:3394: result: yes | configure:3419: checking build system type | configure:3433: result: armv5tejl-unknown-linux-gnueabi | configure:3453: checking host system type | configure:3466: result: armv5tejl-unknown-linux-gnueabi | configure:3493: autobuild project... GNU Libtool | configure:3499: autobuild revision... 2.4.6 | configure:3504: autobuild hostname... NASY | configure:3508: autobuild mode... default | configure:3516: autobuild timestamp... 20160922T193244Z | configure:3606: checking for gcc | configure:3622: found /opt/bin/gcc | configure:3633: result: gcc | configure:3862: checking for C compiler version | configure:3871: gcc --version >&5 | gcc (GCC) 4.2.3 | Copyright (C) 2007 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:3882: $? = 0 | configure:3871: gcc -v >&5 | Using built-in specs. | Target: arm-none-linux-gnueabi | Configured with: ../gcc-4.2/configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-l inux-gnueabi-as --with-ld=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-l inux-gnueabi-ld --enable-languages=c,c++ --disable-multilib --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --enable-shared --enable-symvers=gnu --enable-__cxa_atexit | Thread model: posix | gcc version 4.2.3 | configure:3882: $? = 0 | configure:3871: gcc -V >&5 | gcc: '-V' option must have argument | configure:3882: $? = 1 | configure:3871: gcc -qversion >&5 | gcc: unrecognized option '-qversion' | gcc: no input files | configure:3882: $? = 1 | configure:3902: checking whether the C compiler works | configure:3924: gcc conftest.c >&5 | configure:3928: $? = 0 | configure:3976: result: yes | configure:3979: checking for C compiler default output file name | configure:3981: result: a.out | configure:3987: checking for suffix of executables | configure:3994: gcc -o conftest conftest.c >&5 | configure:3998: $? = 0 | configure:4020: result: | configure:4042: checking whether we are cross compiling | configure:4050: gcc -o conftest conftest.c >&5 | configure:4054: $? = 0 | configure:4061: ./conftest | configure:4065: $? = 0 | configure:4080: result: no | configure:4085: checking for suffix of object files | configure:4107: gcc -c conftest.c >&5 | configure:4111: $? = 0 | configure:4132: result: o | configure:4136: checking whether we are using the GNU C compiler | configure:4155: gcc -c conftest.c >&5 | configure:4155: $? = 0 | configure:4164: result: yes | configure:4173: checking whether gcc accepts -g | configure:4193: gcc -c -g conftest.c >&5 | configure:4193: $? = 0 | configure:4234: result: yes | configure:4251: checking for gcc option to accept ISO C89 | configure:4314: gcc -c -g -O2 conftest.c >&5 | configure:4314: $? = 0 | configure:4327: result: none needed | configure:4352: checking whether gcc understands -c and -o together | configure:4374: gcc -c conftest.c -o conftest2.o | configure:4377: $? = 0 | configure:4374: gcc -c conftest.c -o conftest2.o | configure:4377: $? = 0 | configure:4389: result: yes | configure:4417: checking for style of include used by make | configure:4445: result: GNU | configure:4471: checking dependency style of gcc | configure:4582: result: gcc3 | configure:4603: checking how to run the C preprocessor | configure:4634: gcc -E conftest.c | configure:4634: $? = 0 | configure:4648: gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:4648: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include <ac_nonexistent.h> | configure:4673: result: gcc -E | configure:4693: gcc -E conftest.c | configure:4693: $? = 0 | configure:4707: gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:4707: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include <ac_nonexistent.h> | configure:4736: checking for grep that handles long lines and -e | configure:4794: result: /bin/grep | configure:4799: checking for egrep | configure:4861: result: /bin/grep -E | configure:4868: checking for Minix Amsterdam compiler | configure:4892: result: no | configure:4944: checking for ar | configure:4960: found /opt/bin/ar | configure:4971: result: ar | configure:5051: checking for ranlib | configure:5067: found /opt/bin/ranlib | configure:5078: result: ranlib | configure:5131: checking how to run the C preprocessor | configure:5201: result: gcc -E | configure:5221: gcc -E conftest.c | configure:5221: $? = 0 | configure:5235: gcc -E conftest.c | conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | configure:5235: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | /* end confdefs.h. */ | | #include <ac_nonexistent.h> | configure:5313: checking how to print strings | configure:5340: result: printf | configure:5361: checking for a sed that does not truncate output | configure:5425: result: /bin/sed | configure:5443: checking for fgrep | configure:5505: result: /bin/grep -F | configure:5540: checking for ld used by gcc | configure:5607: result: /opt/arm-none-linux-gnueabi/bin/ld | configure:5614: checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld | configure:5629: result: yes | configure:5641: checking for BSD- or MS-compatible name lister (nm) | configure:5695: result: /opt/bin/nm -B | configure:5825: checking the name lister (/opt/bin/nm -B) interface | configure:5832: gcc -c -g -O2 conftest.c >&5 | configure:5835: /opt/bin/nm -B "conftest.o" | configure:5838: output | 00000000 B some_variable | configure:5845: result: BSD nm | configure:5848: checking whether ln -s works | configure:5852: result: yes | configure:5860: checking the maximum length of command line arguments | configure:5991: result: 32768 | configure:6039: checking how to convert armv5tejl-unknown-linux-gnueabi file names to armv5tejl-unknown-linux-gnueabi format | configure:6079: result: func_convert_file_noop | configure:6086: checking how to convert armv5tejl-unknown-linux-gnueabi file names to toolchain format | configure:6106: result: func_convert_file_noop | configure:6113: checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files | configure:6120: result: -r | configure:6194: checking for objdump | configure:6210: found /opt/bin/objdump | configure:6221: result: objdump | configure:6250: checking how to recognize dependent libraries | configure:6450: result: pass_all | configure:6535: checking for dlltool | configure:6565: result: no | configure:6592: checking how to associate runtime and link libraries | configure:6619: result: printf %s\n | configure:6743: checking for archiver @FILE support | configure:6760: gcc -c -g -O2 conftest.c >&5 | configure:6760: $? = 0 | configure:6763: ar cru libconftest.a @conftest.lst >&5 | configure:6766: $? = 0 | configure:6771: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:6774: $? = 1 | configure:6786: result: @ | configure:6844: checking for strip | configure:6860: found /opt/bin/strip | configure:6871: result: strip | configure:6943: checking for ranlib | configure:6970: result: ranlib | configure:7072: checking command to parse /opt/bin/nm -B output from gcc object | configure:7225: gcc -c -g -O2 conftest.c >&5 | configure:7228: $? = 0 | configure:7232: /opt/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:7235: $? = 0 | configure:7301: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 | configure:7304: $? = 0 | configure:7342: result: ok | configure:7389: checking for sysroot | configure:7419: result: no | configure:7426: checking for a working dd | configure:7464: result: /opt/bin/dd | configure:7468: checking how to truncate binary pipes | configure:7483: result: /opt/bin/dd bs=4096 count=1 | configure:7812: checking for mt | configure:7842: result: no | configure:7862: checking if : is a manifest tool | configure:7868: : '-?' | configure:7876: result: no | configure:8548: checking for ANSI C header files | configure:8568: gcc -c -g -O2 conftest.c >&5 | configure:8568: $? = 0 | configure:8641: gcc -o conftest -g -O2 conftest.c >&5 | configure:8641: $? = 0 | configure:8641: ./conftest | configure:8641: $? = 0 | configure:8652: result: yes | configure:8665: checking for sys/types.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for sys/stat.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for stdlib.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for string.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for memory.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for strings.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for inttypes.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for stdint.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8665: checking for unistd.h | configure:8665: gcc -c -g -O2 conftest.c >&5 | configure:8665: $? = 0 | configure:8665: result: yes | configure:8679: checking for dlfcn.h | configure:8679: gcc -c -g -O2 conftest.c >&5 | configure:8679: $? = 0 | configure:8679: result: yes | configure:9232: checking for objdir | configure:9247: result: .libs | configure:9511: checking if gcc supports -fno-rtti -fno-exceptions | configure:9529: 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:9533: $? = 0 | configure:9546: result: no | configure:9904: checking for gcc option to produce PIC | configure:9911: result: -fPIC -DPIC | configure:9919: checking if gcc PIC flag -fPIC -DPIC works | configure:9937: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 | configure:9941: $? = 0 | configure:9954: result: yes | configure:9983: checking if gcc static flag -static works | configure:10011: result: no | configure:10026: checking if gcc supports -c -o file.o | configure:10047: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 | configure:10051: $? = 0 | configure:10073: result: yes | configure:10081: checking if gcc supports -c -o file.o | configure:10128: result: yes | configure:10161: checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries | configure:11420: result: yes | configure:11457: checking whether -lc should be explicitly linked in | configure:11465: gcc -c -g -O2 conftest.c >&5 | configure:11468: $? = 0 | configure:11483: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | configure:11486: $? = 0 | configure:11500: result: no | configure:11660: checking dynamic linker characteristics | configure:12241: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:12241: $? = 0 | configure:12478: result: GNU/Linux ld.so | configure:12600: checking how to hardcode library paths into programs | configure:12625: result: immediate | configure:12727: checking for shl_load | configure:12727: gcc -o conftest -g -O2 conftest.c >&5 | /i-data/d752080c/.tmp/cctm653G.o: In function `main': | /root/build/libtool-2.4.6/conftest.c:57: undefined reference to `shl_load' | collect2: ld returned 1 exit status | configure:12727: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* 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:12727: result: no | configure:12731: checking for shl_load in -ldld | configure:12756: gcc -o conftest -g -O2 conftest.c -ldld >&5 | /opt/lib/gcc/arm-none-linux-gnueabi/4.2.3/../../../../arm-none-linux-gnueabi /bin/ld: cannot find -ldld | collect2: ld returned 1 exit status | configure:12756: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* 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:12765: result: no | configure:12770: checking for dlopen | configure:12770: gcc -o conftest -g -O2 conftest.c >&5 | /i-data/d752080c/.tmp/ccb2gDg1.o: In function `main': | /root/build/libtool-2.4.6/conftest.c:57: undefined reference to `dlopen' | collect2: ld returned 1 exit status | configure:12770: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); 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 dlopen | | | | /* 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 (); | | /* 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_dlopen || defined __stub___dlopen | | choke me | | #endif | | | | int | | main () | | { | | return dlopen (); | | ; | | return 0; | | } | configure:12770: result: no | configure:12774: checking for dlopen in -ldl | configure:12799: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:12799: $? = 0 | configure:12808: result: yes | configure:12927: checking whether a program can dlopen itself | configure:13007: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:13010: $? = 0 | configure:13028: result: yes | configure:13033: checking whether a statically linked program can dlopen itself | configure:13113: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:13116: $? = 0 | configure:13134: result: yes | configure:13173: checking whether stripping libraries is possible | configure:13178: result: yes | configure:13213: checking if libtool supports shared libraries | configure:13215: result: yes | configure:13218: checking whether to build shared libraries | configure:13243: result: yes | configure:13246: checking whether to build static libraries | configure:13250: result: yes | configure:13288: checking what extension is used for runtime loadable modules | configure:13300: result: .so | configure:13324: checking what variable specifies run-time module search path | configure:13331: result: LD_LIBRARY_PATH | configure:13341: checking for the default library search path | configure:13348: result: /lib /usr/lib | configure:13379: checking for library containing dlopen | configure:13410: gcc -o conftest -g -O2 conftest.c >&5 | /i-data/d752080c/.tmp/ccON7BpQ.o: In function `main': | /root/build/libtool-2.4.6/conftest.c:37: undefined reference to `dlopen' | collect2: ld returned 1 exit status | configure:13410: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_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:13410: gcc -o conftest -g -O2 conftest.c -ldl >&5 | configure:13410: $? = 0 | configure:13427: result: -ldl | configure:13517: checking for dlerror | configure:13517: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5 | configure:13517: $? = 0 | configure:13517: result: yes | configure:13531: checking for shl_load | configure:13531: result: no | configure:13538: checking for shl_load in -ldld | configure:13572: result: no | configure:13618: checking for dld_link in -ldld | configure:13643: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5 | /opt/lib/gcc/arm-none-linux-gnueabi/4.2.3/../../../../arm-none-linux-gnueabi /bin/ld: cannot find -ldld | collect2: ld returned 1 exit status | configure:13643: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | /* 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:13652: result: no | configure:13687: checking for _ prefix in compiled symbols | configure:13697: gcc -c -g -O2 conftest.c >&5 | configure:13700: $? = 0 | configure:13704: /opt/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:13707: $? = 0 | configure:13729: result: no | configure:13846: checking whether deplibs are loaded by dlopen | configure:13943: result: yes | configure:13954: checking for argz.h | configure:13954: gcc -c -g -O2 conftest.c >&5 | configure:13954: $? = 0 | configure:13954: result: yes | configure:13966: checking for error_t | configure:13966: gcc -c -g -O2 conftest.c >&5 | configure:13966: $? = 0 | configure:13966: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:37: error: expected expression before ')' token | configure:13966: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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:13966: result: yes | configure:13992: checking for argz_add | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_append | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_count | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_create_sep | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_insert | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_next | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:13992: checking for argz_stringify | configure:13992: gcc -o conftest -g -O2 conftest.c >&5 | configure:13992: $? = 0 | configure:13992: result: yes | configure:14010: checking if argz actually works | configure:14041: result: yes | configure:14060: checking whether libtool supports -dlopen/-dlpreopen | configure:14072: result: yes | configure:14125: checking for unistd.h | configure:14125: result: yes | configure:14125: checking for dl.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:16: error: dl.h: No such file or directory | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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:14125: result: no | configure:14125: checking for sys/dl.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:20: error: sys/dl.h: No such file or directory | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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:14125: result: no | configure:14125: checking for dld.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:17: error: dld.h: No such file or directory | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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:14125: result: no | configure:14125: checking for mach-o/dyld.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | conftest.c:75:25: error: mach-o/dyld.h: No such file or directory | configure:14125: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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:14125: result: no | configure:14125: checking for dirent.h | configure:14125: gcc -c -g -O2 conftest.c >&5 | configure:14125: $? = 0 | configure:14125: result: yes | configure:14140: checking for closedir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14140: checking for opendir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14140: checking for readdir | configure:14140: gcc -o conftest -g -O2 conftest.c >&5 | configure:14140: $? = 0 | configure:14140: result: yes | configure:14159: checking for strlcat | configure:14159: gcc -o conftest -g -O2 conftest.c >&5 | /i-data/d752080c/.tmp/ccnZish7.o: In function `main': | /root/build/libtool-2.4.6/conftest.c:79: undefined reference to `strlcat' | collect2: ld returned 1 exit status | configure:14159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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 | | /* end confdefs.h. */ | | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | | #define strlcat innocuous_strlcat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strlcat (); 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 strlcat | | | | /* 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 strlcat (); | | /* 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_strlcat || defined __stub___strlcat | | choke me | | #endif | | | | int | | main () | | { | | return strlcat (); | | ; | | return 0; | | } | configure:14159: result: no | configure:14159: checking for strlcpy | configure:14159: gcc -o conftest -g -O2 conftest.c >&5 | /i-data/d752080c/.tmp/cc2YcYpa.o: In function `main': | /root/build/libtool-2.4.6/conftest.c:79: undefined reference to `strlcpy' | collect2: ld returned 1 exit status | configure:14159: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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 | | /* end confdefs.h. */ | | /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy. | | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | | #define strlcpy innocuous_strlcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strlcpy (); 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 strlcpy | | | | /* 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 strlcpy (); | | /* 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_strlcpy || defined __stub___strlcpy | | choke me | | #endif | | | | int | | main () | | { | | return strlcpy (); | | ; | | return 0; | | } | configure:14159: result: no | configure:14254: checking for g++ | configure:14270: found /opt/bin/g++ | configure:14281: result: g++ | configure:14308: checking for C++ compiler version | configure:14317: g++ --version >&5 | g++ (GCC) 4.2.3 | Copyright (C) 2007 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:14328: $? = 0 | configure:14317: g++ -v >&5 | Using built-in specs. | Target: arm-none-linux-gnueabi | Configured with: ../gcc-4.2/configure --build=i386-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi --prefix=/opt --disable-nls --disable-static --with-as=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-l inux-gnueabi-as --with-ld=/home/slug/optware/cs08q1armel/toolchain/arm-2008q1/bin/arm-none-l inux-gnueabi-ld --enable-languages=c,c++ --disable-multilib --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --enable-shared --enable-symvers=gnu --enable-__cxa_atexit | Thread model: posix | gcc version 4.2.3 | configure:14328: $? = 0 | configure:14317: g++ -V >&5 | g++: '-V' option must have argument | configure:14328: $? = 1 | configure:14317: g++ -qversion >&5 | g++: unrecognized option '-qversion' | g++: no input files | configure:14328: $? = 1 | configure:14332: checking whether we are using the GNU C++ compiler | configure:14351: g++ -c conftest.cpp >&5 | configure:14351: $? = 0 | configure:14360: result: yes | configure:14369: checking whether g++ accepts -g | configure:14389: g++ -c -g conftest.cpp >&5 | configure:14389: $? = 0 | configure:14430: result: yes | configure:14455: checking dependency style of g++ | configure:14566: result: gcc3 | configure:14600: checking how to run the C++ preprocessor | configure:14627: g++ -E conftest.cpp | configure:14627: $? = 0 | configure:14641: g++ -E conftest.cpp | conftest.cpp:47:28: error: ac_nonexistent.h: No such file or directory | configure:14641: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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 LT_LIBEXT "a" | | #define LT_LIBPREFIX "lib" | | /* end confdefs.h. */ | | #include <ac_nonexistent.h> | configure:14666: result: g++ -E | configure:14686: g++ -E conftest.cpp | configure:14686: $? = 0 | configure:14700: g++ -E conftest.cpp | conftest.cpp:47:28: error: ac_nonexistent.h: No such file or directory | configure:14700: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Libtool" | | #define PACKAGE_TARNAME "libtool" | | #define PACKAGE_VERSION "2.4.6" | | #define PACKAGE_STRING "GNU Libtool 2.4.6" | | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | | #define PACKAGE "libtool" | | #define VERSION "2.4.6" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define LT_MODULE_EXT ".so" | | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_LIBDLLOADER 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 LT_LIBEXT "a" | | #define LT_LIBPREFIX "lib" | | /* end confdefs.h. */ | | #include <ac_nonexistent.h> | configure:14862: checking for ld used by g++ | configure:14929: result: /opt/arm-none-linux-gnueabi/bin/ld | configure:14936: checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld | configure:14951: result: yes | configure:15006: checking whether the g++ linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries | configure:16079: result: yes | configure:16115: g++ -c -g -O2 conftest.cpp >&5 | configure:16118: $? = 0 | configure:16599: checking for g++ option to produce PIC | configure:16606: result: -fPIC -DPIC | configure:16614: checking if g++ PIC flag -fPIC -DPIC works | configure:16632: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 | configure:16636: $? = 0 | configure:16649: result: yes | configure:16672: checking if g++ static flag -static works | configure:16700: result: no | configure:16712: checking if g++ supports -c -o file.o | configure:16733: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | configure:16737: $? = 0 | configure:16759: result: yes | configure:16764: checking if g++ supports -c -o file.o | configure:16811: result: yes | configure:16841: checking whether the g++ linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries | configure:16881: result: yes | configure:17022: checking dynamic linker characteristics | configure:17767: result: GNU/Linux ld.so | configure:17832: checking how to hardcode library paths into programs | configure:17857: result: immediate | configure:17950: checking for g77 | configure:17980: result: no | configure:17950: checking for xlf | configure:17980: result: no | configure:17950: checking for f77 | configure:17980: result: no | configure:17950: checking for frt | configure:17980: result: no | configure:17950: checking for pgf77 | configure:17980: result: no | configure:17950: checking for cf77 | configure:17980: result: no | configure:17950: checking for fort77 | configure:17980: result: no | configure:17950: checking for fl32 | configure:17980: result: no | configure:17950: checking for af77 | configure:17980: result: no | configure:17950: checking for xlf90 | configure:17980: result: no | configure:17950: checking for f90 | configure:17980: result: no | configure:17950: checking for pgf90 | configure:17980: result: no | configure:17950: checking for pghpf | configure:17980: result: no | configure:17950: checking for epcf90 | configure:17980: result: no | configure:17950: checking for gfortran | configure:17980: result: no | configure:17950: checking for g95 | configure:17980: result: no | configure:17950: checking for xlf95 | configure:17980: result: no | configure:17950: checking for f95 | configure:17980: result: no | configure:17950: checking for fort | configure:17980: result: no | configure:17950: checking for ifort | configure:17980: result: no | configure:17950: checking for ifc | configure:17980: result: no | configure:17950: checking for efc | configure:17980: result: no | configure:17950: checking for pgfortran | configure:17980: result: no | configure:17950: checking for pgf95 | configure:17980: result: no | configure:17950: checking for lf95 | configure:17980: result: no | configure:17950: checking for ftn | configure:17980: result: no | configure:17950: checking for nagfor | configure:17980: result: no | configure:18003: checking for Fortran 77 compiler version | configure:18012: --version >&5 | ./configure: line 18014: --version: command not found | configure:18023: $? = 127 | configure:18012: -v >&5 | ./configure: line 18014: -v: command not found | configure:18023: $? = 127 | configure:18012: -V >&5 | ./configure: line 18014: -V: command not found | configure:18023: $? = 127 | configure:18012: -qversion >&5 | ./configure: line 18014: -qversion: command not found | configure:18023: $? = 127 | configure:18032: checking whether we are using the GNU Fortran 77 compiler | configure:18045: -c conftest.F >&5 | ./configure: line 2092: -c: command not found | configure:18045: $? = 127 | configure: failed program was: | | program main | | #ifndef __GNUC__ | | choke me | | #endif | | | | end | configure:18054: result: no | configure:18060: checking whether accepts -g | configure:18071: -c -g conftest.f >&5 | ./configure: line 2092: -c: command not found | configure:18071: $? = 127 | configure: failed program was: | | program main | | | | end | configure:18079: result: no | configure:21103: checking for gfortran | configure:21133: result: no | configure:21103: checking for g95 | configure:21133: result: no | configure:21103: checking for xlf95 | configure:21133: result: no | configure:21103: checking for f95 | configure:21133: result: no | configure:21103: checking for fort | configure:21133: result: no | configure:21103: checking for ifort | configure:21133: result: no | configure:21103: checking for ifc | configure:21133: result: no | configure:21103: checking for efc | configure:21133: result: no | configure:21103: checking for pgfortran | configure:21133: result: no | configure:21103: checking for pgf95 | configure:21133: result: no | configure:21103: checking for lf95 | configure:21133: result: no | configure:21103: checking for ftn | configure:21133: result: no | configure:21103: checking for nagfor | configure:21133: result: no | configure:21103: checking for xlf90 | configure:21133: result: no | configure:21103: checking for f90 | configure:21133: result: no | configure:21103: checking for pgf90 | configure:21133: result: no | configure:21103: checking for pghpf | configure:21133: result: no | configure:21103: checking for epcf90 | configure:21133: result: no | configure:21103: checking for g77 | configure:21133: result: no | configure:21103: checking for xlf | configure:21133: result: no | configure:21103: checking for f77 | configure:21133: result: no | configure:21103: checking for frt | configure:21133: result: no | configure:21103: checking for pgf77 | configure:21133: result: no | configure:21103: checking for cf77 | configure:21133: result: no | configure:21103: checking for fort77 | configure:21133: result: no | configure:21103: checking for fl32 | configure:21133: result: no | configure:21103: checking for af77 | configure:21133: result: no | configure:21156: checking for Fortran compiler version | configure:21165: --version >&5 | ./configure: line 21167: --version: command not found | configure:21176: $? = 127 | configure:21165: -v >&5 | ./configure: line 21167: -v: command not found | configure:21176: $? = 127 | configure:21165: -V >&5 | ./configure: line 21167: -V: command not found | configure:21176: $? = 127 | configure:21165: -qversion >&5 | ./configure: line 21167: -qversion: command not found | configure:21176: $? = 127 | configure:21185: checking whether we are using the GNU Fortran compiler | configure:21198: -c conftest.F >&5 | ./configure: line 2176: -c: command not found | configure:21198: $? = 127 | configure: failed program was: | | program main | | #ifndef __GNUC__ | | choke me | | #endif | | | | end | configure:21207: result: no | configure:21213: checking whether accepts -g | configure:21224: -c -g conftest.f >&5 | ./configure: line 2176: -c: command not found | configure:21224: $? = 127 | configure: failed program was: | | program main | | | | end | configure:21232: result: no | configure:24394: checking for gccgo | configure:24424: result: no | configure:26620: checking for gcj | configure:26650: result: no | configure:28847: checking for windres | configure:28877: result: no | configure:29177: checking that generated files are newer than configure | configure:29183: result: done | configure:29257: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Libtool config.status 2.4.6, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on NASY | | config.status:1483: creating Makefile | config.status:1483: creating config.h | config.status:1743: executing tests/atconfig commands | config.status:1743: executing depfiles commands | config.status:1743: executing libtool commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=armv5tejl-unknown-linux-gnueabi | 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_LT_SYS_LIBRARY_PATH_set= | ac_cv_env_LT_SYS_LIBRARY_PATH_value= | ac_cv_env_M4_set= | ac_cv_env_M4_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_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_dlerror=yes | ac_cv_func_dlopen=no | ac_cv_func_opendir=yes | ac_cv_func_readdir=yes | ac_cv_func_shl_load=no | ac_cv_func_strlcat=no | ac_cv_func_strlcpy=no | 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=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_mach_o_dyld_h=no | ac_cv_header_memory_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_sys_dl_h=no | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_unistd_h=yes | ac_cv_host=armv5tejl-unknown-linux-gnueabi | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_dld_link=no | ac_cv_lib_dld_shl_load=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_M4=/opt/bin/m4 | ac_cv_path_SED=/bin/sed | ac_cv_path_install='/opt/bin/install -c' | ac_cv_path_lt_DD=/opt/bin/dd | ac_cv_path_mkdir=/opt/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_CXXCPP='g++ -E' | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_CXX=g++ | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_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_gnu_m4_debugfile=--debugfile | ac_cv_prog_gnu_m4_gnu=yes | ac_cv_prog_make_make_set=yes | ac_cv_search_dlopen=-ldl | ac_cv_type_error_t=yes | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_CXX_dependencies_compiler_type=gcc3 | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gl_cv_c_amsterdam_compiler=no | libltdl_cv_lib_dl_dlopen=yes | libltdl_cv_preloaded_symbols=yes | libltdl_cv_shlibext=.so | libltdl_cv_shrext=.so | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_reload_flag=-r | lt_cv_module_path_var=LD_LIBRARY_PATH | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/opt/arm-none-linux-gnueabi/bin/ld | lt_cv_path_LDCXX=/opt/arm-none-linux-gnueabi/bin/ld | lt_cv_path_NM='/opt/bin/nm -B' | lt_cv_path_mainfest_tool=no | 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='-fPIC -DPIC' | lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' | 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=no | lt_cv_prog_compiler_static_works_CXX=no | lt_cv_prog_gnu_ld=yes | lt_cv_prog_gnu_ldcxx=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_argz_works=yes | lt_cv_sys_dlopen_deplibs=yes | 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'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_global_symbol_to_import= | lt_cv_sys_max_cmd_len=32768 | lt_cv_sys_symbol_underscore=no | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/opt/bin/dd bs=4096 count=1' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /root/build/libtool-2.4.6/build-aux/missing aclocal-1.15' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='0' | AM_V='$(V)' | AR='ar' | ARFLAGS='cru' | AS='as' | AUTOCONF='${SHELL} /root/build/libtool-2.4.6/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /root/build/libtool-2.4.6/build-aux/missing autoheader' | AUTOM4TE='autom4te' | AUTOMAKE='${SHELL} /root/build/libtool-2.4.6/build-aux/missing automake-1.15' | AUTOTEST='$(AUTOM4TE) --language=autotest' | AWK='gawk' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2' | CONFIG_INCLUDE='config.h' | CONFIG_STATUS_DEPENDENCIES='$(srcdir)/.version' | CONVENIENCE_LTDL_FALSE='' | CONVENIENCE_LTDL_TRUE='#' | CPP='gcc -E' | CPPFLAGS='' | CXX='g++' | CXXCPP='g++ -E' | CXXDEPMODE='depmode=gcc3' | CXXFLAGS='-g -O2' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EXEEXT='' | F77='' | FC='' | FCFLAGS='' | FFLAGS='' | FGREP='/bin/grep -F' | GCJ='' | GCJFLAGS='-g -O2' | GL_COND_LIBTOOL_FALSE='#' | GL_COND_LIBTOOL_TRUE='' | GL_LIBOBJS='' | GL_LTLIBOBJS='' | GLtests_LIBOBJS='' | GLtests_LTLIBOBJS='' | GLtests_WITNESS='IN_LIBTOOL_GNULIB_TESTS' | GOC='' | GREP='/bin/grep' | HELP2MAN='${SHELL} /root/build/libtool-2.4.6/build-aux/missing help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_LTDL_FALSE='#' | INSTALL_LTDL_TRUE='' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | LD='/opt/arm-none-linux-gnueabi/bin/ld' | LDFLAGS='' | LIBADD_DL='-ldl ' | LIBADD_DLD_LINK='' | LIBADD_DLOPEN='-ldl' | LIBADD_SHL_LOAD='' | LIBOBJS=' ${LIBOBJDIR}lt__strl$U.o' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='' | LN_S='ln -s' | LTDLOPEN='libltdl' | LTLIBOBJS=' ${LIBOBJDIR}lt__strl$U.lo' | LT_ARGZ_H='' | LT_CONFIG_H='config.h' | LT_DLLOADERS=' libltdl/dlopen.la' | LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la ' | LT_SYS_LIBRARY_PATH='' | M4='/opt/bin/m4' | M4_DEBUGFILE='--debugfile' | M4_GNU='--gnu' | MAKEINFO='${SHELL} /root/build/libtool-2.4.6/build-aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/opt/bin/mkdir -p' | NM='/opt/bin/nm -B' | NMEDIT='' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='libtool' | PACKAGE_BUGREPORT='bug-libt...@gnu.org' | PACKAGE_NAME='GNU Libtool' | PACKAGE_STRING='GNU Libtool 2.4.6' | PACKAGE_TARNAME='libtool' | PACKAGE_URL='http://www.gnu.org/software/libtool/' | PACKAGE_VERSION='2.4.6' | PATH_SEPARATOR=':' | RANLIB='ranlib' | RC='' | SED='/bin/sed' | SET_MAKE='' | SHELL='/opt/bin/bash' | STRIP='strip' | VERSION='2.4.6' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_CXX='g++' | ac_ct_DUMPBIN='' | ac_ct_F77='' | ac_ct_FC='' | aclocaldir='$(datadir)/aclocal' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__fastdepCXX_FALSE='#' | am__fastdepCXX_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | aux_dir='build-aux' | bindir='${exec_prefix}/bin' | build='armv5tejl-unknown-linux-gnueabi' | build_alias='' | build_cpu='armv5tejl' | build_os='linux-gnueabi' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='armv5tejl-unknown-linux-gnueabi' | host_alias='' | host_cpu='armv5tejl' | host_os='linux-gnueabi' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /root/build/libtool-2.4.6/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | ltdl_dir='libltdl' | macro_dir='m4' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | package_revision='2.4.6' | pdfdir='${docdir}' | pkgaux_scripts='compile config.guess config.sub depcomp install-sh missing' | pkgdatadir='$(datadir)/libtool' | prefix='/opt' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sys_symbol_underscore='no' | sysconfdir='${prefix}/etc' | target_alias='' | to_host_file_cmd='func_convert_file_noop' | to_tool_file_cmd='func_convert_file_noop' | with_aix_soname='aix' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Libtool" | #define PACKAGE_TARNAME "libtool" | #define PACKAGE_VERSION "2.4.6" | #define PACKAGE_STRING "GNU Libtool 2.4.6" | #define PACKAGE_BUGREPORT "bug-libt...@gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/libtool/" | #define PACKAGE "libtool" | #define VERSION "2.4.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define LT_MODULE_EXT ".so" | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" | #define LT_DLSEARCH_PATH "/lib:/usr/lib" | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_LIBDLLOADER 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 LT_LIBEXT "a" | #define LT_LIBPREFIX "lib" | | configure: exit 0 APPENDIX 2 ========= The Zyxel NASes are configured as follows: ~ # uname -a Linux <machine name> 2.6.24.4 #1 Mon Aug 5 15:20:10 CST 2013 armv5tejl GNU/Linux ~ # ls -al /lib/libc.so.6 lrwxrwxrwx 1 root root 11 Aug 5 2013 /lib/libc.so.6 -> libc-2.8.so ~ # ls -al /lib/libc-2.8.so -rwxr-xr-x 1 root root 1189276 Aug 5 2013 /lib/libc-2.8.so ~ # /lib/libc.so.6 GNU C Library stable release version 2.8, by Roland McGrath et al. Copyright (C) 2008 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. Compiled by GNU CC version 4.3.2. Compiled on a Linux >>2.6.32-28-generic-pae<< system on 2011-01-22. Available extensions: crypt add-on version 2.1 by Michael Glad and others Native POSIX Threads Library by Ulrich Drepper et al Support for some architectures added on, not maintained in glibc core. BIND-8.2.3-T5B However, there is also ... ~ # ll /opt/lib/libc.so -rwxr-xr-x 1 root root 209 Feb 14 2012 /opt/lib/libc.so ~ # /opt/lib/libc.so /opt/lib/libc.so: line 1: /bin: Permission denied /opt/lib/libc.so: line 2: Use: not found /opt/lib/libc.so: line 3: the: not found /opt/lib/libc.so: line 4: syntax error: unexpected word (expecting ")") ... which may be confusing things - it's certainly confusing me. ~ # which as /opt/bin/as ~ # as --version GNU assembler (GNU Binutils) 2.25.1 [...] This assembler was configured for a target of `armv5tejl-unknown-linux-gnueabi'. ~/build # which autoconf /opt/bin/autoconf ~/build # autoconf --version autoconf (GNU Autoconf) 2.69 ~/build # which automake /opt/bin/automake ~/build # automake --version This Perl not built to support threads Compilation failed in require at /opt/bin/automake line 137. BEGIN failed--compilation aborted at /opt/bin/automake line 142. # It's actually 1.12-1, according to ipkg ~/build # which awk /bin/awk ~/build # awk --version awk: unrecognized option '--version' BusyBox v1.17.2 (2013-08-05 15:26:50 CST) multi-call binary. Usage: awk [OPTIONS] [AWK_PROGRAM] [FILE]... ~/build # /opt/bin/awk --version -sh: /opt/bin/awk: not found ~/build # which bison ~/build # ~ # which gcc /opt/bin/gcc ~ # gcc --version gcc (GCC) 4.2.3 ~/build # which gettext ~/build # ~ # which ld /opt/bin/ld ~ # ld --version GNU ld (GNU Binutils) 2.25.1 ~/build # which make /opt/bin/make ~/build # make --version GNU Make 3.82 Built for arm-none-linux-gnueabi ~/build # which perl /opt/bin/perl ~/build # perl --version This is perl, v5.10.0 built for arm-none-linux-gnueabi ~/build # which sed /bin/sed ~/build # sed --version This is not GNU sed version 4.0 ~/build # /opt/bin/sed --version -sh: /opt/bin/sed: not found ~/build # which texinfo ~/build # ~/build/libtool-2.4.6 # set ENV='<snip>' HD0='<snip>' HD1='<snip>' HISTCONTROL='erasedups:ignoredups' HISTFILE='/root/.ash_history' HISTFILESIZE='250' HISTSIZE='250' HOME='<snip>' IFS=' ' LD_LIBRARY_PATH='/opt/share/lib:/opt/lib:/usr/lib:/usr/local/lib:/var/lib:/l ib:/usr/local/zy-pkgs/lib:/opt/arm-none-linux-gnueabi/lib' LOGNAME='root' MAIL='<snip>' OLDPWD='<snip>' PATH='/opt/share/bin:/opt/share/sbin:/opt/bin:/opt/sbin:/usr/local/bin:/usr/ local/sbin:/usr/bin:/usr/sbin:/usr/local/zy-pkgs/bin:/bin:/sbin:/zyxel/sbin' PPID='25022' PS1='\w \$ ' PS2='> ' PS4='+ ' PWD='<snip>' RSYNC_OPTS='<snip>' SHELL='/bin/sh' SSH_CLIENT='<snip>' SSH_CONNECTION='<snip>' SSH_TTY='/dev/pts/0' TERM='vt102' TMPDIR='/<snip>/.tmp' USER='root' _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool