Hello, I'm having an issue with ./config.status --recheck re-running the ./configure script, but without all the environment variables that have been passed to the original ./configure call, making the build fail later because some tools cannot be found (in my case, the proper STRIP). I'm presently having the issue while compiling libtool-1.5.24, but this is a problem that also occurs with other packages. It's probably because I'm doing something wrong, but I can't figure out what. Here is what I do to produce the problem : 1. Extract libtool-1.5.24.tar.gz 2. touch libltdl/acinclude.m4 (in reality, I'm modifying this file, but the issue I'm having gets produced just if this file is more recent that the others) 3. Configure with the following line: CC=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc \ STRIP=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip \ ./configure --target=arm-linux --host=arm-linux --build=i386-pc-linux-gnu The configure correctly detects checking for arm-linux-strip... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip both for the libtool main configure script and libltdl configure script. 4. I run make, which runs aclocal, then automake, then autoconf, then ./config.status --recheck: /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr/local --target=arm-linux --host=arm-linux --build=i386-pc-linux-gnu build_alias=i386-pc-linux-gnu host_alias=arm-linux target_alias=arm-linux CC=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc --enable-ltdl-install --cache-file=/dev/null --srcdir=. --no-create --no-recursion Obviously, it passed the CC= variable, but not the STRIP= variable. Therefore, the new execution of the configure script detects: checking for arm-linux-strip... no 5. At install time, I do "make DESTDIR=/tmp/foo install-strip", and it fails with: /usr/bin/install -c .libs/libltdl.so.3.1.5 /tmp/meuh/usr/local/lib/libltdl.so.3.1.5 strip --strip-unneeded /tmp/meuh/usr/local/lib/libltdl.so.3.1.5 strip: Unable to recognise the format of the input file `/tmp/meuh/usr/local/lib/libltdl.so.3.1.5' make[3]: *** [install-libLTLIBRARIES] Error 1 because it tries to strip an ARM library with the x86 strip, which cannot work. I've also attached the full log of what's happening (which commands I'm running, and their full output). Do you have any ideas of what I'm doing wrong ? Thanks a lot! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com
homas@surf:/tmp/demo$ ls libtool-1.5.24.tar.gz [mthomas@surf:/tmp/demo$ tar xzf libtool-1.5.24.tar.gz thomas@surf:/tmp/demo$ cd libtool-1.5.24/ thomas@surf:/tmp/demo/libtool-1.5.24$ touch libltdl/acinclude.m4 thomas@surf:/tmp/demo/libtool-1.5.24$ CC=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc STRIP=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip ./configure --target=arm-linux --host =arm-linux --build=i386-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-linux-strip... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip checking for arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc accepts -g... yes checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... none checking for a sed that does not truncate output... /bin/sed checking build system type... i386-pc-linux-gnu checking host system type... arm-unknown-linux-gnu checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking for BSD-compatible nm... nm checking whether ln -s works... yes checking for arm-linux-g++... no checking for arm-linux-c++... no checking for arm-linux-gpp... no checking for arm-linux-aCC... no checking for arm-linux-CC... no checking for arm-linux-cxx... no checking for arm-linux-cc++... no checking for arm-linux-cl.exe... no checking for arm-linux-FCC... no checking for arm-linux-KCC... no checking for arm-linux-RCC... no checking for arm-linux-xlC_r... no checking for arm-linux-xlC... no checking for g++... g++ configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@xxxxxxxx checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for arm-linux-g77... no checking for arm-linux-xlf... no checking for arm-linux-f77... no checking for arm-linux-frt... no checking for arm-linux-pgf77... no checking for arm-linux-cf77... no checking for arm-linux-fort77... no checking for arm-linux-fl32... no checking for arm-linux-af77... no checking for arm-linux-xlf90... no checking for arm-linux-f90... no checking for arm-linux-pgf90... no checking for arm-linux-pghpf... no checking for arm-linux-epcf90... no checking for arm-linux-gfortran... no checking for arm-linux-g95... no checking for arm-linux-xlf95... no checking for arm-linux-f95... no checking for arm-linux-fort... no checking for arm-linux-ifort... no checking for arm-linux-ifc... no checking for arm-linux-efc... no checking for arm-linux-pgf95... no checking for arm-linux-lf95... no checking for arm-linux-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking for arm-linux-gcj... no checking for gcj... no checking for arm-linux-windres... no checking for windres... no checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 1572864 checking command to parse nm output from /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc object... ok checking for objdir... .libs checking for arm-linux-ar... no checking for ar... ar checking for arm-linux-ranlib... no checking for ranlib... ranlib checking for arm-linux-strip... (cached) /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to produce PIC... -fPIC checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc PIC flag -fPIC works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc static flag -static works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -c -o file.o... yes checking whether the /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/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 whether stripping libraries is possible... yes 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... cross checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool appending configuration tag "GCJ" to libtool configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating tests/Makefile config.status: executing depfiles commands === configuring in libltdl (/tmp/demo/libtool-1.5.24/libltdl) configure: running /bin/bash ./configure '--prefix=/usr/local' '--target=arm-linux' '--host=arm-linux' '--build=i386-pc-linux-gnu' 'build_alias=i386-pc-linux-gnu' 'host_alias=arm-linux' 'target_alias=arm-linux' 'CC=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc' '--enable-ltdl-install' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-linux-strip... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip checking for arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc accepts -g... yes checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i386-pc-linux-gnu checking host system type... arm-unknown-linux-gnu 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 ld used by /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for arm-linux-g++... no checking for arm-linux-c++... no checking for arm-linux-gpp... no checking for arm-linux-aCC... no checking for arm-linux-CC... no checking for arm-linux-cxx... no checking for arm-linux-cc++... no checking for arm-linux-cl.exe... no checking for arm-linux-FCC... no checking for arm-linux-KCC... no checking for arm-linux-RCC... no checking for arm-linux-xlC_r... no checking for arm-linux-xlC... no checking for g++... g++ configure: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@xxxxxxxx checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for arm-linux-g77... no checking for arm-linux-xlf... no checking for arm-linux-f77... no checking for arm-linux-frt... no checking for arm-linux-pgf77... no checking for arm-linux-cf77... no checking for arm-linux-fort77... no checking for arm-linux-fl32... no checking for arm-linux-af77... no checking for arm-linux-xlf90... no checking for arm-linux-f90... no checking for arm-linux-pgf90... no checking for arm-linux-pghpf... no checking for arm-linux-epcf90... no checking for arm-linux-gfortran... no checking for arm-linux-g95... no checking for arm-linux-xlf95... no checking for arm-linux-f95... no checking for arm-linux-fort... no checking for arm-linux-ifort... no checking for arm-linux-ifc... no checking for arm-linux-efc... no checking for arm-linux-pgf95... no checking for arm-linux-lf95... no checking for arm-linux-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse nm output from /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc object... ok checking for objdir... .libs checking for arm-linux-ar... no checking for ar... ar checking for arm-linux-ranlib... no checking for ranlib... ranlib checking for arm-linux-strip... (cached) /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to produce PIC... -fPIC checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc PIC flag -fPIC works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc static flag -static works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -c -o file.o... yes checking whether the /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/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 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands thomas@surf:/tmp/demo/libtool-1.5.24$ make Making all in . make[1]: Entering directory `/tmp/demo/libtool-1.5.24' CONFIG_FILES=libtoolize CONFIG_HEADERS= /bin/bash ./config.status config.status: creating libtoolize config.status: executing depfiles commands chmod +x libtoolize make[1]: Leaving directory `/tmp/demo/libtool-1.5.24' Making all in libltdl make[1]: Entering directory `/tmp/demo/libtool-1.5.24/libltdl' cd . && /bin/bash /tmp/demo/libtool-1.5.24/libltdl/missing --run aclocal-1.10 acinclude.m4:6593: the serial number must appear before any macro definition configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... acinclude.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... acinclude.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... acinclude.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... acinclude.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... acinclude.m4:80: AC_LIBTOOL_SETUP is expanded from... acinclude.m4:60: _AC_PROG_LIBTOOL is expanded from... acinclude.m4:25: AC_PROG_LIBTOOL is expanded from... configure.ac:69: the top level configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... acinclude.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... acinclude.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... acinclude.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... acinclude.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached cd . && /bin/bash /tmp/demo/libtool-1.5.24/libltdl/missing --run automake-1.10 --foreign configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... acinclude.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... acinclude.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... acinclude.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... acinclude.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... acinclude.m4:80: AC_LIBTOOL_SETUP is expanded from... acinclude.m4:60: _AC_PROG_LIBTOOL is expanded from... acinclude.m4:25: AC_PROG_LIBTOOL is expanded from... configure.ac:69: the top level configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... acinclude.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... acinclude.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... acinclude.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... acinclude.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached cd . && /bin/bash /tmp/demo/libtool-1.5.24/libltdl/missing --run autoconf configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... acinclude.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... acinclude.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... acinclude.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... acinclude.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... acinclude.m4:80: AC_LIBTOOL_SETUP is expanded from... acinclude.m4:60: _AC_PROG_LIBTOOL is expanded from... acinclude.m4:25: AC_PROG_LIBTOOL is expanded from... configure.ac:69: the top level configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... acinclude.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... acinclude.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... acinclude.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... acinclude.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr/local --target=arm-linux --host=arm-linux --build=i386-pc-linux-gnu build_alias=i386-pc-linux-gnu host_alias=arm-linux target_alias=arm-linux CC=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc --enable-ltdl-install --cache-file=/dev/null --srcdir=. --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-linux-strip... no checking for strip... strip configure: WARNING: using cross tools not prefixed with host triplet checking for arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc accepts -g... yes checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i386-pc-linux-gnu checking host system type... arm-unknown-linux-gnu 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 ld used by /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for arm-linux-g++... no checking for arm-linux-c++... no checking for arm-linux-gpp... no checking for arm-linux-aCC... no checking for arm-linux-CC... no checking for arm-linux-cxx... no checking for arm-linux-cc++... no checking for arm-linux-cl.exe... no checking for arm-linux-FCC... no checking for arm-linux-KCC... no checking for arm-linux-RCC... no checking for arm-linux-xlC_r... no checking for arm-linux-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for arm-linux-g77... no checking for arm-linux-xlf... no checking for arm-linux-f77... no checking for arm-linux-frt... no checking for arm-linux-pgf77... no checking for arm-linux-cf77... no checking for arm-linux-fort77... no checking for arm-linux-fl32... no checking for arm-linux-af77... no checking for arm-linux-xlf90... no checking for arm-linux-f90... no checking for arm-linux-pgf90... no checking for arm-linux-pghpf... no checking for arm-linux-epcf90... no checking for arm-linux-gfortran... no checking for arm-linux-g95... no checking for arm-linux-xlf95... no checking for arm-linux-f95... no checking for arm-linux-fort... no checking for arm-linux-ifort... no checking for arm-linux-ifc... no checking for arm-linux-efc... no checking for arm-linux-pgf95... no checking for arm-linux-lf95... no checking for arm-linux-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 805306365 checking command to parse nm output from /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc object... ok checking for objdir... .libs checking for arm-linux-ar... no checking for ar... ar checking for arm-linux-ranlib... no checking for ranlib... ranlib checking for arm-linux-strip... strip checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc option to produce PIC... -fPIC checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc PIC flag -fPIC works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc static flag -static works... yes checking if /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc supports -c -o file.o... yes checking whether the /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/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 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld checking if the linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for error_t... no checking for argz_append... no checking for argz_create_sep... no checking for argz_insert... no checking for argz_next... no checking for argz_stringify... no checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status /bin/bash ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands make[1]: Leaving directory `/tmp/demo/libtool-1.5.24/libltdl' make[1]: Entering directory `/tmp/demo/libtool-1.5.24/libltdl' cd . && /bin/bash /tmp/demo/libtool-1.5.24/libltdl/missing --run autoheader configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from... acinclude.m4:632: AC_LIBTOOL_COMPILER_OPTION is expanded from... acinclude.m4:4932: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... acinclude.m4:2700: _LT_AC_LANG_C_CONFIG is expanded from... acinclude.m4:2699: AC_LIBTOOL_LANG_C_CONFIG is expanded from... acinclude.m4:80: AC_LIBTOOL_SETUP is expanded from... acinclude.m4:60: _AC_PROG_LIBTOOL is expanded from... acinclude.m4:25: AC_PROG_LIBTOOL is expanded from... configure.ac:69: the top level configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:677: AC_LIBTOOL_LINKER_OPTION is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:2781: _LT_AC_LANG_CXX_CONFIG is expanded from... acinclude.m4:2780: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... acinclude.m4:1825: _LT_AC_TAGCONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4007: _LT_AC_LANG_F77_CONFIG is expanded from... acinclude.m4:4006: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached acinclude.m4:4116: _LT_AC_LANG_GCJ_CONFIG is expanded from... acinclude.m4:4115: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:69: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached rm -f stamp-h1 touch config-h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-am make[2]: Entering directory `/tmp/demo/libtool-1.5.24/libltdl' /bin/bash ./libtool --tag=CC --mode=compile /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o ltdl.lo ltdl.c mkdir .libs /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -g -O2 -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -g -O2 -c ltdl.c -o ltdl.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc -g -O2 -no-undefined -version-info 4:5:1 -o libltdl.la -rpath /usr/local/lib ltdl.lo -ldl /usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-gcc -shared .libs/ltdl.o -ldl -Wl,-soname -Wl,libltdl.so.3 -o .libs/libltdl.so.3.1.5 (cd .libs && rm -f libltdl.so.3 && ln -s libltdl.so.3.1.5 libltdl.so.3) (cd .libs && rm -f libltdl.so && ln -s libltdl.so.3.1.5 libltdl.so) ar cru .libs/libltdl.a ltdl.o ranlib .libs/libltdl.a creating libltdl.la (cd .libs && rm -f libltdl.la && ln -s ../libltdl.la libltdl.la) make[2]: Leaving directory `/tmp/demo/libtool-1.5.24/libltdl' make[1]: Leaving directory `/tmp/demo/libtool-1.5.24/libltdl' Making all in doc make[1]: Entering directory `/tmp/demo/libtool-1.5.24/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/demo/libtool-1.5.24/doc' Making all in tests make[1]: Entering directory `/tmp/demo/libtool-1.5.24/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/demo/libtool-1.5.24/tests' thomas@surf:/tmp/demo/libtool-1.5.24$ make DESTDIR=/tmp/foo install-strip make INSTALL_PROGRAM="/bin/bash /tmp/demo/libtool-1.5.24/install-sh -c -s" \ install_sh_PROGRAM="/bin/bash /tmp/demo/libtool-1.5.24/install-sh -c -s" INSTALL_STRIP_FLAG=-s \ `test -z '/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-linux-strip'"` install make[1]: Entering directory `/tmp/demo/libtool-1.5.24' Making install in . make[2]: Entering directory `/tmp/demo/libtool-1.5.24' make[3]: Entering directory `/tmp/demo/libtool-1.5.24' test -z "/usr/local/bin" || /bin/mkdir -p "/tmp/foo/usr/local/bin" /usr/bin/install -c 'libtool' '/tmp/foo/usr/local/bin/libtool' /usr/bin/install -c 'libtoolize' '/tmp/foo/usr/local/bin/libtoolize' test -z "/usr/local/share/aclocal" || /bin/mkdir -p "/tmp/foo/usr/local/share/aclocal" /usr/bin/install -c -m 644 'libtool.m4' '/tmp/foo/usr/local/share/aclocal/libtool.m4' /usr/bin/install -c -m 644 'ltdl.m4' '/tmp/foo/usr/local/share/aclocal/ltdl.m4' test -z "/usr/local/share/libtool/libltdl" || /bin/mkdir -p "/tmp/foo/usr/local/share/libtool/libltdl" /usr/bin/install -c -m 644 'libltdl/COPYING.LIB' '/tmp/foo/usr/local/share/libtool/libltdl/COPYING.LIB' /usr/bin/install -c -m 644 'libltdl/README' '/tmp/foo/usr/local/share/libtool/libltdl/README' /usr/bin/install -c -m 644 'libltdl/configure.ac' '/tmp/foo/usr/local/share/libtool/libltdl/configure.ac' /usr/bin/install -c -m 644 'libltdl/Makefile.am' '/tmp/foo/usr/local/share/libtool/libltdl/Makefile.am' /usr/bin/install -c -m 644 'libltdl/ltdl.c' '/tmp/foo/usr/local/share/libtool/libltdl/ltdl.c' /usr/bin/install -c -m 644 'libltdl/ltdl.h' '/tmp/foo/usr/local/share/libtool/libltdl/ltdl.h' /usr/bin/install -c -m 644 'libltdl/config.guess' '/tmp/foo/usr/local/share/libtool/libltdl/config.guess' /usr/bin/install -c -m 644 'libltdl/config.sub' '/tmp/foo/usr/local/share/libtool/libltdl/config.sub' /usr/bin/install -c -m 644 'libltdl/install-sh' '/tmp/foo/usr/local/share/libtool/libltdl/install-sh' /usr/bin/install -c -m 644 'libltdl/missing' '/tmp/foo/usr/local/share/libtool/libltdl/missing' /usr/bin/install -c -m 644 'libltdl/ltmain.sh' '/tmp/foo/usr/local/share/libtool/libltdl/ltmain.sh' /usr/bin/install -c -m 644 'libltdl/acinclude.m4' '/tmp/foo/usr/local/share/libtool/libltdl/acinclude.m4' /usr/bin/install -c -m 644 'libltdl/aclocal.m4' '/tmp/foo/usr/local/share/libtool/libltdl/aclocal.m4' /usr/bin/install -c -m 644 'libltdl/Makefile.in' '/tmp/foo/usr/local/share/libtool/libltdl/Makefile.in' /usr/bin/install -c -m 644 'libltdl/configure' '/tmp/foo/usr/local/share/libtool/libltdl/configure' /usr/bin/install -c -m 644 'libltdl/config-h.in' '/tmp/foo/usr/local/share/libtool/libltdl/config-h.in' test -z "/usr/local/share/libtool" || /bin/mkdir -p "/tmp/foo/usr/local/share/libtool" /usr/bin/install -c -m 644 'config.guess' '/tmp/foo/usr/local/share/libtool/config.guess' /usr/bin/install -c -m 644 'config.sub' '/tmp/foo/usr/local/share/libtool/config.sub' /usr/bin/install -c -m 644 'install-sh' '/tmp/foo/usr/local/share/libtool/install-sh' /usr/bin/install -c -m 644 'ltmain.sh' '/tmp/foo/usr/local/share/libtool/ltmain.sh' make install-data-hook make[4]: Entering directory `/tmp/demo/libtool-1.5.24' chmod +x /tmp/foo/usr/local/share/libtool/config.guess chmod +x /tmp/foo/usr/local/share/libtool/config.sub chmod +x /tmp/foo/usr/local/share/libtool/install-sh chmod +x /tmp/foo/usr/local/share/libtool/libltdl/config.guess chmod +x /tmp/foo/usr/local/share/libtool/libltdl/config.sub chmod +x /tmp/foo/usr/local/share/libtool/libltdl/install-sh chmod +x /tmp/foo/usr/local/share/libtool/libltdl/configure chmod +x /tmp/foo/usr/local/share/libtool/libltdl/missing make[4]: Leaving directory `/tmp/demo/libtool-1.5.24' make[3]: Leaving directory `/tmp/demo/libtool-1.5.24' make[2]: Leaving directory `/tmp/demo/libtool-1.5.24' Making install in libltdl make[2]: Entering directory `/tmp/demo/libtool-1.5.24/libltdl' make[3]: Entering directory `/tmp/demo/libtool-1.5.24/libltdl' test -z "/usr/local/lib" || /bin/mkdir -p "/tmp/foo/usr/local/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c -s 'libltdl.la' '/tmp/foo/usr/local/lib/libltdl.la' /usr/bin/install -c .libs/libltdl.so.3.1.5 /tmp/foo/usr/local/lib/libltdl.so.3.1.5 strip --strip-unneeded /tmp/foo/usr/local/lib/libltdl.so.3.1.5 strip: Unable to recognise the format of the input file `/tmp/foo/usr/local/lib/libltdl.so.3.1.5' make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/tmp/demo/libtool-1.5.24/libltdl' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/tmp/demo/libtool-1.5.24/libltdl' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/tmp/demo/libtool-1.5.24' make: *** [install-strip] Error 2
_______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf