Libextractor:Cross compilation Error

View: New views
2 Messages — Rating Filter:   Alert me  

Libextractor:Cross compilation Error

by Tomy Joseph :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,
I tried the following steps to cross compile Libextractor:
1: ./configure target=mips-linux --host=mips-linux build=i686-pc-linux-gnu
--prefix=/home/tomy/File/extractor (Tried without :build=i686-pc-linux-gnu
)
2: make : this time I am getting the following errors:
=======================================
In file included from extractor.c:21:
../../src/include/platform.h:60:19: iconv.h: No such file or directory
==========================================================
During Configuration I got the following logs regarding iconv:
===================================================
checking for iconv... no, consider installing GNU libiconv

checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
========================================================

but in normal x86 Compilation I found that all the checks for iconv is
yes...

Could you please tell me the exact problem??  Also I tried with Configure
options like --with-libiconv-prefix[=DIR] --without-libiconv-prefix..


P.S Please refer the configuration log file



Tomy P. Joseph
Samsung ODC,
L&T Infotech,Plot No. 25-30,
EPIP I Phase Industrial Area,
Whitefield,Bangalore-66.
Mobile: +919448856102
Fax:+91-80-8525233.

( ) L&T Infotech Proprietary & Confidential
( ) L&T Infotech Confidential
(+) L&T Infotech Internal Use only
( ) General Business Information

Larsen & Toubro Infotech Ltd.

www.Lntinfotech.com

This Document is classified as:

L&T Infotech Proprietary   L&T Infotech Confidential   L&T Infotech Internal Use Only   L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.

______________________________________________________________________

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libextractor configure 0.5.18, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure target=mips-linux --host=mips-linux --build=i686-pc-linux-gnu --prefix=/home/tomy/File/extractor

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

hostname = server.smblocalLAN
uname -m = i686
uname -r = 2.6.18-1.2798.fc6xen
uname -s = Linux
uname -v = #1 SMP Mon Oct 16 15:11:19 EDT 2006

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

/bin/arch              = i686
/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/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin
PATH: /opt/uclibc-toolchain/ifx-lxdb-1-2//gcc-3.3.6/toolchain-mips/bin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /home/tomy/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2085: checking for a BSD-compatible install
configure:2141: result: /usr/bin/install -c
configure:2152: checking whether build environment is sane
configure:2195: result: yes
configure:2252: checking for gawk
configure:2268: found /bin/gawk
configure:2279: result: gawk
configure:2290: checking whether make sets $(MAKE)
configure:2311: result: yes
configure:2390: checking for mips-linux-strip
configure:2406: found /opt/uclibc-toolchain/ifx-lxdb-1-2//gcc-3.3.6/toolchain-mips/bin/mips-linux-strip
configure:2417: result: mips-linux-strip
configure:2504: checking build system type
configure:2522: result: i686-pc-linux-gnu
configure:2544: checking host system type
configure:2559: result: mips-unknown-linux-gnu
configure:2590: checking for mips-linux-gcc
configure:2617: result: mips-linux-gcc
configure:2895: checking for C compiler version
configure:2902: mips-linux-gcc --version >&5
mips-linux-gcc (GCC) 3.3.6
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2905: $? = 0
configure:2912: mips-linux-gcc -v >&5
Reading specs from /opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/specs
Configured with: /opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/buildroot/toolchain_build_mips/gcc-3.3.6/configure --prefix=/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/ --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=mips-linux-uclibc --enable-languages=c,c++ --enable-shared --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --enable-multilib
Thread model: posix
gcc version 3.3.6
configure:2915: $? = 0
configure:2922: mips-linux-gcc -V >&5
mips-linux-gcc: `-V' option must have argument
configure:2925: $? = 1
configure:2948: checking for C compiler default output file name
configure:2975: mips-linux-gcc    conftest.c  >&5
configure:2978: $? = 0
configure:3016: result: a.out
configure:3033: checking whether the C compiler works
configure:3063: result: yes
configure:3070: checking whether we are cross compiling
configure:3072: result: yes
configure:3075: checking for suffix of executables
configure:3082: mips-linux-gcc -o conftest    conftest.c  >&5
configure:3085: $? = 0
configure:3109: result:
configure:3115: checking for suffix of object files
configure:3141: mips-linux-gcc -c   conftest.c >&5
configure:3144: $? = 0
configure:3167: result: o
configure:3171: checking whether we are using the GNU C compiler
configure:3200: mips-linux-gcc -c   conftest.c >&5
configure:3206: $? = 0
configure:3223: result: yes
configure:3228: checking whether mips-linux-gcc accepts -g
configure:3258: mips-linux-gcc -c -g  conftest.c >&5
configure:3264: $? = 0
configure:3363: result: yes
configure:3380: checking for mips-linux-gcc option to accept ISO C89
configure:3454: mips-linux-gcc  -c -g -O2  conftest.c >&5
configure:3460: $? = 0
configure:3483: result: none needed
configure:3512: checking for style of include used by make
configure:3540: result: GNU
configure:3568: checking dependency style of mips-linux-gcc
configure:3658: result: gcc3
configure:3680: checking how to run the C preprocessor
configure:3720: mips-linux-gcc -E  conftest.c
configure:3726: $? = 0
configure:3757: mips-linux-gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3796: result: mips-linux-gcc -E
configure:3825: mips-linux-gcc -E  conftest.c
configure:3831: $? = 0
configure:3862: mips-linux-gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3868: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4021: checking for C++ compiler version
configure:4028: mips-linux-g++ --version >&5
mips-linux-g++ (GCC) 3.3.6
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4031: $? = 0
configure:4038: mips-linux-g++ -v >&5
Reading specs from /opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/specs
Configured with: /opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/buildroot/toolchain_build_mips/gcc-3.3.6/configure --prefix=/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/ --build=i386-pc-linux-gnu --host=i386-pc-linux-gnu --target=mips-linux-uclibc --enable-languages=c,c++ --enable-shared --disable-__cxa_atexit --enable-target-optspace --with-gnu-ld --disable-nls --enable-multilib
Thread model: posix
gcc version 3.3.6
configure:4041: $? = 0
configure:4048: mips-linux-g++ -V >&5
mips-linux-g++: `-V' option must have argument
configure:4051: $? = 1
configure:4054: checking whether we are using the GNU C++ compiler
configure:4083: mips-linux-g++ -c   conftest.cpp >&5
configure:4089: $? = 0
configure:4106: result: yes
configure:4111: checking whether mips-linux-g++ accepts -g
configure:4141: mips-linux-g++ -c -g  conftest.cpp >&5
configure:4147: $? = 0
configure:4246: result: yes
configure:4271: checking dependency style of mips-linux-g++
configure:4361: result: gcc3
configure:4380: checking for mips-linux-g++
configure:4396: found /opt/uclibc-toolchain/ifx-lxdb-1-2//gcc-3.3.6/toolchain-mips/bin/mips-linux-g++
configure:4408: result: yes
configure:4440: checking for a BSD-compatible install
configure:4496: result: /usr/bin/install -c
configure:4507: checking whether ln -s works
configure:4511: result: yes
configure:4518: checking whether make sets $(MAKE)
configure:4539: result: yes
configure:5356: checking for lt_dlinit in -lltdl
configure:5391: mips-linux-gcc -o conftest -g -O2   conftest.c -lltdl   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
configure:5397: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 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 lt_dlinit ();
| int
| main ()
| {
| return lt_dlinit ();
|   ;
|   return 0;
| }
configure:5415: result: no
configure:5491: checking for a sed that does not truncate output
configure:5545: result: /opt/uclibc-toolchain/ifx-lxdb-1-2//gcc-3.3.6/toolchain-mips/bin/sed
configure:5548: checking for grep that handles long lines and -e
configure:5622: result: /bin/grep
configure:5627: checking for egrep
configure:5705: result: /bin/grep -E
configure:5721: checking for ld used by mips-linux-gcc
configure:5788: result: mips-linux-ld
configure:5797: checking if the linker (mips-linux-ld) is GNU ld
configure:5812: result: yes
configure:5817: checking for mips-linux-ld option to reload object files
configure:5824: result: -r
configure:5842: checking for BSD-compatible nm
configure:5891: result: mips-linux-nm
configure:5895: checking how to recognise dependent libraries
configure:6071: result: pass_all
configure:6300: checking for ANSI C header files
configure:6330: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6336: $? = 0
configure:6464: result: yes
configure:6488: checking for sys/types.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for sys/stat.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for stdlib.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for string.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for memory.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for strings.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for inttypes.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for stdint.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6488: checking for unistd.h
configure:6509: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6515: $? = 0
configure:6531: result: yes
configure:6558: checking dlfcn.h usability
configure:6575: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:6581: $? = 0
configure:6595: result: yes
configure:6599: checking dlfcn.h presence
configure:6614: mips-linux-gcc -E  conftest.c
configure:6620: $? = 0
configure:6634: result: yes
configure:6667: checking for dlfcn.h
configure:6675: result: yes
configure:6698: checking how to run the C++ preprocessor
configure:6734: mips-linux-g++ -E  conftest.cpp
configure:6740: $? = 0
configure:6771: mips-linux-g++ -E  conftest.cpp
conftest.cpp:23:28: ac_nonexistent.h: No such file or directory
configure:6777: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6810: result: mips-linux-g++ -E
configure:6839: mips-linux-g++ -E  conftest.cpp
configure:6845: $? = 0
configure:6876: mips-linux-g++ -E  conftest.cpp
conftest.cpp:23:28: ac_nonexistent.h: No such file or directory
configure:6882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6931: checking for mips-linux-g77
configure:6961: result: no
configure:6931: checking for mips-linux-xlf
configure:6961: result: no
configure:6931: checking for mips-linux-f77
configure:6961: result: no
configure:6931: checking for mips-linux-frt
configure:6961: result: no
configure:6931: checking for mips-linux-pgf77
configure:6961: result: no
configure:6931: checking for mips-linux-cf77
configure:6961: result: no
configure:6931: checking for mips-linux-fort77
configure:6961: result: no
configure:6931: checking for mips-linux-fl32
configure:6961: result: no
configure:6931: checking for mips-linux-af77
configure:6961: result: no
configure:6931: checking for mips-linux-xlf90
configure:6961: result: no
configure:6931: checking for mips-linux-f90
configure:6961: result: no
configure:6931: checking for mips-linux-pgf90
configure:6961: result: no
configure:6931: checking for mips-linux-pghpf
configure:6961: result: no
configure:6931: checking for mips-linux-epcf90
configure:6961: result: no
configure:6931: checking for mips-linux-gfortran
configure:6961: result: no
configure:6931: checking for mips-linux-g95
configure:6961: result: no
configure:6931: checking for mips-linux-xlf95
configure:6961: result: no
configure:6931: checking for mips-linux-f95
configure:6961: result: no
configure:6931: checking for mips-linux-fort
configure:6961: result: no
configure:6931: checking for mips-linux-ifort
configure:6961: result: no
configure:6931: checking for mips-linux-ifc
configure:6961: result: no
configure:6931: checking for mips-linux-efc
configure:6961: result: no
configure:6931: checking for mips-linux-pgf95
configure:6961: result: no
configure:6931: checking for mips-linux-lf95
configure:6961: result: no
configure:6931: checking for mips-linux-ftn
configure:6961: result: no
configure:6975: checking for g77
configure:7005: result: no
configure:6975: checking for xlf
configure:7005: result: no
configure:6975: checking for f77
configure:7005: result: no
configure:6975: checking for frt
configure:7005: result: no
configure:6975: checking for pgf77
configure:7005: result: no
configure:6975: checking for cf77
configure:7005: result: no
configure:6975: checking for fort77
configure:7005: result: no
configure:6975: checking for fl32
configure:7005: result: no
configure:6975: checking for af77
configure:7005: result: no
configure:6975: checking for xlf90
configure:7005: result: no
configure:6975: checking for f90
configure:7005: result: no
configure:6975: checking for pgf90
configure:7005: result: no
configure:6975: checking for pghpf
configure:7005: result: no
configure:6975: checking for epcf90
configure:7005: result: no
configure:6975: checking for gfortran
configure:6991: found /usr/bin/gfortran
configure:7002: result: gfortran
configure:7020: 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@....
configure:7032: checking for Fortran 77 compiler version
configure:7039: gfortran --version >&5
GNU Fortran 95 (GCC) 4.1.1 20061011 (Red Hat 4.1.1-30)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:7042: $? = 0
configure:7049: gfortran -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)
configure:7052: $? = 0
configure:7059: gfortran -V >&5
gfortran: '-V' option must have argument
configure:7062: $? = 1
configure:7070: checking whether we are using the GNU Fortran 77 compiler
configure:7089: gfortran -c  conftest.F >&5
configure:7095: $? = 0
configure:7112: result: yes
configure:7118: checking whether gfortran accepts -g
configure:7135: gfortran -c -g conftest.f >&5
configure:7141: $? = 0
configure:7157: result: yes
configure:7187: checking the maximum length of command line arguments
configure:7296: result: 32768
configure:7307: checking command to parse mips-linux-nm output from mips-linux-gcc object
configure:7412: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:7415: $? = 0
configure:7419: mips-linux-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7422: $? = 0
configure:7474: mips-linux-gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7477: $? = 0
configure:7515: result: ok
configure:7519: checking for objdir
configure:7534: result: .libs
configure:7586: checking for mips-linux-ar
configure:7613: result: mips-linux-ar
configure:7682: checking for mips-linux-ranlib
configure:7709: result: mips-linux-ranlib
configure:7778: checking for mips-linux-strip
configure:7805: result: mips-linux-strip
configure:8131: checking if mips-linux-gcc supports -fno-rtti -fno-exceptions
configure:8149: mips-linux-gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:8153: $? = 0
configure:8166: result: no
configure:8181: checking for mips-linux-gcc option to produce PIC
configure:8391: result: -fPIC
configure:8399: checking if mips-linux-gcc PIC flag -fPIC works
configure:8417: mips-linux-gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8421: $? = 0
configure:8434: result: yes
configure:8462: checking if mips-linux-gcc static flag -static works
configure:8490: result: yes
configure:8500: checking if mips-linux-gcc supports -c -o file.o
configure:8521: mips-linux-gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8525: $? = 0
configure:8547: result: yes
configure:8573: checking whether the mips-linux-gcc linker (mips-linux-ld) supports shared libraries
configure:9528: result: yes
configure:9549: checking whether -lc should be explicitly linked in
configure:9554: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:9557: $? = 0
configure:9572: mips-linux-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9575: $? = 0
configure:9587: result: no
configure:9595: checking dynamic linker characteristics
configure:10171: result: GNU/Linux ld.so
configure:10180: checking how to hardcode library paths into programs
configure:10205: result: immediate
configure:10219: checking whether stripping libraries is possible
configure:10224: result: yes
configure:10347: checking for shl_load
configure:10403: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccK6qnNf.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:57: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10409: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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
| /* 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:10426: result: no
configure:10431: checking for shl_load in -ldld
configure:10466: mips-linux-gcc -o conftest -g -O2   conftest.c -ldld   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10472: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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
| /* 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:10490: result: no
configure:10495: checking for dlopen
configure:10551: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccwLsrja.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:57: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10557: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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
| /* 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:10574: result: no
configure:10579: checking for dlopen in -ldl
configure:10614: mips-linux-gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10620: $? = 0
configure:10638: result: yes
configure:10807: checking whether a program can dlopen itself
configure:10902: result: cross
configure:11025: checking if libtool supports shared libraries
configure:11027: result: yes
configure:11030: checking whether to build shared libraries
configure:11051: result: yes
configure:11054: checking whether to build static libraries
configure:11058: result: no
configure:11150: creating libtool
configure:11738: checking for ld used by mips-linux-g++
configure:11805: result: mips-linux-ld
configure:11814: checking if the linker (mips-linux-ld) is GNU ld
configure:11829: result: yes
configure:11880: checking whether the mips-linux-g++ linker (mips-linux-ld) supports shared libraries
configure:12814: result: yes
configure:12832: mips-linux-g++ -c -g -O2  conftest.cpp >&5
configure:12835: $? = 0
configure:12954: checking for mips-linux-g++ option to produce PIC
configure:13228: result: -fPIC
configure:13236: checking if mips-linux-g++ PIC flag -fPIC works
configure:13254: mips-linux-g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13258: $? = 0
configure:13271: result: yes
configure:13299: checking if mips-linux-g++ static flag -static works
configure:13327: result: yes
configure:13337: checking if mips-linux-g++ supports -c -o file.o
configure:13358: mips-linux-g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13362: $? = 0
configure:13384: result: yes
configure:13410: checking whether the mips-linux-g++ linker (mips-linux-ld) supports shared libraries
configure:13438: result: yes
configure:13505: checking dynamic linker characteristics
configure:14081: result: GNU/Linux ld.so
configure:14090: checking how to hardcode library paths into programs
configure:14115: result: immediate
configure:14641: checking if libtool supports shared libraries
configure:14643: result: yes
configure:14646: checking whether to build shared libraries
configure:14666: result: yes
configure:14669: checking whether to build static libraries
configure:14673: result: no
configure:14683: checking for gfortran option to produce PIC
configure:14893: result: -fPIC
configure:14901: checking if gfortran PIC flag -fPIC works
configure:14919: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:14923: $? = 0
configure:14936: result: yes
configure:14964: checking if gfortran static flag -static works
configure:14992: result: yes
configure:15002: checking if gfortran supports -c -o file.o
configure:15023: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15027: $? = 0
configure:15049: result: yes
configure:15075: checking whether the gfortran linker (mips-linux-ld) supports shared libraries
configure:16010: result: yes
configure:16077: checking dynamic linker characteristics
configure:16653: result: GNU/Linux ld.so
configure:16662: checking how to hardcode library paths into programs
configure:16687: result: immediate
configure:20233: checking for an ANSI C-conforming const
configure:20308: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:20314: $? = 0
configure:20329: result: yes
configure:20347: checking for dirent.h that defines DIR
configure:20376: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:20382: $? = 0
configure:20398: result: yes
configure:20411: checking for library containing opendir
configure:20452: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:20458: $? = 0
configure:20486: result: none required
configure:20608: checking which extension is used for loadable modules
configure:20618: result: .so
configure:20629: checking which variable specifies run-time library path
configure:20636: result: LD_LIBRARY_PATH
configure:20647: checking for the default library search path
configure:20654: result: /lib /usr/lib hwcap 0 nosegneg /usr/lib/lam /usr/lib/mysql /usr/lib/qt-3.3/lib
configure:20672: checking for objdir
configure:20693: result: .libs
configure:20702: checking whether libtool supports -dlopen/-dlpreopen
configure:20714: result: yes
configure:20733: checking for shl_load
configure:20812: result: no
configure:20821: checking for shl_load in -ldld
configure:20880: result: no
configure:20890: checking for dlopen in -ldl
configure:20949: result: yes
configure:21260: checking for dlerror
configure:21316: mips-linux-gcc -o conftest -g -O2   conftest.c  -ldl >&5
configure:21322: $? = 0
configure:21340: result: yes
configure:21360: checking for _ prefix in compiled symbols
configure:21370: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21373: $? = 0
configure:21377: mips-linux-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:21380: $? = 0
configure:21402: result: no
configure:21522: checking whether deplibs are loaded by dlopen
configure:21603: result: yes
configure:21628: checking argz.h usability
configure:21645: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:64:18: argz.h: No such file or directory
configure:21651: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 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 <argz.h>
configure:21665: result: no
configure:21669: checking argz.h presence
configure:21684: mips-linux-gcc -E  conftest.c
conftest.c:31:18: argz.h: No such file or directory
configure:21690: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| #include <argz.h>
configure:21704: result: no
configure:21737: checking for argz.h
configure:21745: result: no
configure:21759: checking for error_t
configure:21792: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:35: error: syntax error before "ac__type_new_"
conftest.c:35: warning: data definition has no type or storage class
conftest.c: In function `main':
conftest.c:39: error: syntax error before ')' token
configure:21798: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| #if HAVE_ARGZ_H
| #  include <argz.h>
| #endif
|
| typedef error_t ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:21813: result: no
configure:21839: checking for argz_append
configure:21895: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc2HhS1l.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:66: undefined reference to `argz_append'
collect2: ld returned 1 exit status
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares argz_append.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_append innocuous_argz_append
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_append (); 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 argz_append
|
| /* 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 argz_append ();
| /* 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_argz_append || defined __stub___argz_append
| choke me
| #endif
|
| int
| main ()
| {
| return argz_append ();
|   ;
|   return 0;
| }
configure:21919: result: no
configure:21839: checking for argz_create_sep
configure:21895: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccCn5G3V.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:66: undefined reference to `argz_create_sep'
collect2: ld returned 1 exit status
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> declares argz_create_sep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_create_sep innocuous_argz_create_sep
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_create_sep (); 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 argz_create_sep
|
| /* 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 argz_create_sep ();
| /* 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_argz_create_sep || defined __stub___argz_create_sep
| choke me
| #endif
|
| int
| main ()
| {
| return argz_create_sep ();
|   ;
|   return 0;
| }
configure:21919: result: no
configure:21839: checking for argz_insert
configure:21895: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cccAOP6e.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:66: undefined reference to `argz_insert'
collect2: ld returned 1 exit status
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares argz_insert.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_insert innocuous_argz_insert
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_insert (); 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 argz_insert
|
| /* 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 argz_insert ();
| /* 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_argz_insert || defined __stub___argz_insert
| choke me
| #endif
|
| int
| main ()
| {
| return argz_insert ();
|   ;
|   return 0;
| }
configure:21919: result: no
configure:21839: checking for argz_next
configure:21895: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc8C7ZkR.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:66: undefined reference to `argz_next'
collect2: ld returned 1 exit status
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares argz_next.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_next innocuous_argz_next
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_next (); 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 argz_next
|
| /* 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 argz_next ();
| /* 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_argz_next || defined __stub___argz_next
| choke me
| #endif
|
| int
| main ()
| {
| return argz_next ();
|   ;
|   return 0;
| }
configure:21919: result: no
configure:21839: checking for argz_stringify
configure:21895: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccqTbOrv.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:66: undefined reference to `argz_stringify'
collect2: ld returned 1 exit status
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares argz_stringify.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_stringify innocuous_argz_stringify
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_stringify (); 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 argz_stringify
|
| /* 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 argz_stringify ();
| /* 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_argz_stringify || defined __stub___argz_stringify
| choke me
| #endif
|
| int
| main ()
| {
| return argz_stringify ();
|   ;
|   return 0;
| }
configure:21919: result: no
configure:21971: checking assert.h usability
configure:21988: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21994: $? = 0
configure:22008: result: yes
configure:22012: checking assert.h presence
configure:22027: mips-linux-gcc -E  conftest.c
configure:22033: $? = 0
configure:22047: result: yes
configure:22080: checking for assert.h
configure:22088: result: yes
configure:21971: checking ctype.h usability
configure:21988: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21994: $? = 0
configure:22008: result: yes
configure:22012: checking ctype.h presence
configure:22027: mips-linux-gcc -E  conftest.c
configure:22033: $? = 0
configure:22047: result: yes
configure:22080: checking for ctype.h
configure:22088: result: yes
configure:21971: checking errno.h usability
configure:21988: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21994: $? = 0
configure:22008: result: yes
configure:22012: checking errno.h presence
configure:22027: mips-linux-gcc -E  conftest.c
configure:22033: $? = 0
configure:22047: result: yes
configure:22080: checking for errno.h
configure:22088: result: yes
configure:21971: checking malloc.h usability
configure:21988: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21994: $? = 0
configure:22008: result: yes
configure:22012: checking malloc.h presence
configure:22027: mips-linux-gcc -E  conftest.c
configure:22033: $? = 0
configure:22047: result: yes
configure:22080: checking for malloc.h
configure:22088: result: yes
configure:21961: checking for memory.h
configure:21967: result: yes
configure:21961: checking for stdlib.h
configure:21967: result: yes
configure:21971: checking stdio.h usability
configure:21988: mips-linux-gcc -c -g -O2  conftest.c >&5
configure:21994: $? = 0
configure:22008: result: yes
configure:22012: checking stdio.h presence
configure:22027: mips-linux-gcc -E  conftest.c
configure:22033: $? = 0
configure:22047: result: yes
configure:22080: checking for stdio.h
configure:22088: result: yes
configure:21961: checking for unistd.h
configure:21967: result: yes
configure:22119: checking dl.h usability
configure:22136: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:73:16: dl.h: No such file or directory
configure:22142: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:22156: result: no
configure:22160: checking dl.h presence
configure:22175: mips-linux-gcc -E  conftest.c
conftest.c:40:16: dl.h: No such file or directory
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:22195: result: no
configure:22228: checking for dl.h
configure:22236: result: no
configure:22119: checking sys/dl.h usability
configure:22136: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:73:20: sys/dl.h: No such file or directory
configure:22142: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/dl.h>
configure:22156: result: no
configure:22160: checking sys/dl.h presence
configure:22175: mips-linux-gcc -E  conftest.c
conftest.c:40:20: sys/dl.h: No such file or directory
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/dl.h>
configure:22195: result: no
configure:22228: checking for sys/dl.h
configure:22236: result: no
configure:22119: checking dld.h usability
configure:22136: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:73:17: dld.h: No such file or directory
configure:22142: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dld.h>
configure:22156: result: no
configure:22160: checking dld.h presence
configure:22175: mips-linux-gcc -E  conftest.c
conftest.c:40:17: dld.h: No such file or directory
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <dld.h>
configure:22195: result: no
configure:22228: checking for dld.h
configure:22236: result: no
configure:22119: checking mach-o/dyld.h usability
configure:22136: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:73:25: mach-o/dyld.h: No such file or directory
configure:22142: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/dyld.h>
configure:22156: result: no
configure:22160: checking mach-o/dyld.h presence
configure:22175: mips-linux-gcc -E  conftest.c
conftest.c:40:25: mach-o/dyld.h: No such file or directory
configure:22181: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <mach-o/dyld.h>
configure:22195: result: no
configure:22228: checking for mach-o/dyld.h
configure:22236: result: no
configure:22255: checking for string.h
configure:22261: result: yes
configure:22401: checking for strchr
configure:22457: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:64: warning: conflicting types for built-in function `strchr'
configure:22463: $? = 0
configure:22481: result: yes
configure:22496: checking for strrchr
configure:22552: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:65: warning: conflicting types for built-in function `strrchr'
configure:22558: $? = 0
configure:22576: result: yes
configure:22591: checking for memcpy
configure:22647: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:66: warning: conflicting types for built-in function `memcpy'
configure:22653: $? = 0
configure:22671: result: yes
configure:22686: checking for memmove
configure:22742: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:22748: $? = 0
configure:22766: result: yes
configure:22686: checking for strcmp
configure:22742: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:68: warning: conflicting types for built-in function `strcmp'
configure:22748: $? = 0
configure:22766: result: yes
configure:22782: checking for closedir
configure:22838: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:22844: $? = 0
configure:22862: result: yes
configure:22782: checking for opendir
configure:22838: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:22844: $? = 0
configure:22862: result: yes
configure:22782: checking for readdir
configure:22838: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:22844: $? = 0
configure:22862: result: yes
configure:22916: checking for ld used by GCC
configure:22980: result: mips-linux-ld
configure:22989: checking if the linker (mips-linux-ld) is GNU ld
configure:23002: result: yes
configure:23008: checking for shared library run path origin
configure:23021: result: done
configure:23451: checking for iconv
configure:23483: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:50:19: iconv.h: No such file or directory
conftest.c: In function `main':
conftest.c:54: error: `iconv_t' undeclared (first use in this function)
conftest.c:54: error: (Each undeclared identifier is reported only once
conftest.c:54: error: for each function it appears in.)
conftest.c:54: error: syntax error before "cd"
conftest.c:55: error: `cd' undeclared (first use in this function)
configure:23489: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:23532: mips-linux-gcc -o conftest -g -O2   conftest.c  -liconv >&5
conftest.c:50:19: iconv.h: No such file or directory
conftest.c: In function `main':
conftest.c:54: error: `iconv_t' undeclared (first use in this function)
conftest.c:54: error: (Each undeclared identifier is reported only once
conftest.c:54: error: for each function it appears in.)
conftest.c:54: error: syntax error before "cd"
conftest.c:55: error: `cd' undeclared (first use in this function)
configure:23538: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|          iconv(cd,NULL,NULL,NULL,NULL);
|          iconv_close(cd);
|   ;
|   return 0;
| }
configure:23559: result: no, consider installing GNU libiconv
configure:23706: checking for special C compiler options needed for large files
configure:23799: result: no
configure:23805: checking for _FILE_OFFSET_BITS value needed for large files
configure:23840: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:57: warning: left shift count >= width of type
conftest.c:57: warning: left shift count >= width of type
conftest.c:59: error: size of array `off_t_is_large' is negative
configure:23846: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|       && LARGE_OFF_T % 2147483647 == 1)
|      ? 1 : -1];
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:23890: mips-linux-gcc -c -g -O2  conftest.c >&5
In file included from /opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/mips-linux-uclibc/sys-include/sys/types.h:26,
                 from conftest.c:52:
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/mips-linux-uclibc/sys-include/features.h:329:2: #error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately, uClibc was built without large file support enabled.
configure:23896: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| /* end confdefs.h.  */
| #define _FILE_OFFSET_BITS 64
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|       && LARGE_OFF_T % 2147483647 == 1)
|      ? 1 : -1];
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:23914: result: unknown
configure:23926: checking for _LARGE_FILES value needed for large files
configure:23961: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:57: warning: left shift count >= width of type
conftest.c:57: warning: left shift count >= width of type
conftest.c:59: error: size of array `off_t_is_large' is negative
configure:23967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|       && LARGE_OFF_T % 2147483647 == 1)
|      ? 1 : -1];
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:24011: mips-linux-gcc -c -g -O2  conftest.c >&5
conftest.c:58: warning: left shift count >= width of type
conftest.c:58: warning: left shift count >= width of type
conftest.c:60: error: size of array `off_t_is_large' is negative
configure:24017: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| /* end confdefs.h.  */
| #define _LARGE_FILES 1
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|       && LARGE_OFF_T % 2147483647 == 1)
|      ? 1 : -1];
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:24035: result: unknown
configure:24049: checking for _LARGEFILE_SOURCE value needed for large files
configure:24078: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function `main':
conftest.c:56: error: `fseeko' undeclared (first use in this function)
conftest.c:56: error: (Each undeclared identifier is reported only once
conftest.c:56: error: for each function it appears in.)
conftest.c:57: error: `fseeko' used prior to declaration
configure:24084: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| /* end confdefs.h.  */
| #include <sys/types.h> /* for off_t */
|      #include <stdio.h>
| int
| main ()
| {
| int (*fp) (FILE *, off_t, int) = fseeko;
|      return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
|   ;
|   return 0;
| }
configure:24124: mips-linux-gcc -o conftest -g -O2   conftest.c  >&5
configure:24130: $? = 0
configure:24150: result: 1
configure:24210: checking for fclose in -lstdc++
configure:24245: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lstdc++   >&5
configure:24251: $? = 0
configure:24269: result: yes
configure:24296: checking langinfo.h usability
configure:24313: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:24319: $? = 0
configure:24333: result: yes
configure:24337: checking langinfo.h presence
configure:24352: mips-linux-gcc -E  conftest.c
configure:24358: $? = 0
configure:24372: result: yes
configure:24405: checking for langinfo.h
configure:24413: result: yes
configure:24427: checking for dlopen in -ldl
configure:24486: result: yes
configure:24502: checking for ov_open_callbacks in -lvorbisfile
configure:24537: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lvorbisfile   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -lvorbisfile
collect2: ld returned 1 exit status
configure:24543: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 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 ov_open_callbacks ();
| int
| main ()
| {
| return ov_open_callbacks ();
|   ;
|   return 0;
| }
configure:24561: result: no
configure:24592: checking for vorbis_comment_query in -lvorbisfile
configure:24627: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lvorbisfile   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -lvorbisfile
collect2: ld returned 1 exit status
configure:24633: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 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 vorbis_comment_query ();
| int
| main ()
| {
| return vorbis_comment_query ();
|   ;
|   return 0;
| }
configure:24651: result: no
configure:24678: checking for inflate in -lz
configure:24713: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lz   >&5
configure:24719: $? = 0
configure:24737: result: yes
configure:24769: checking for BZ2_decompress in -lbz2
configure:24804: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lbz2   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -lbz2
collect2: ld returned 1 exit status
configure:24810: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 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 BZ2_decompress ();
| int
| main ()
| {
| return BZ2_decompress ();
|   ;
|   return 0;
| }
configure:24828: result: no
configure:24860: checking for mpeg2_init in -lmpeg2
configure:24895: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c -lmpeg2   >&5
/opt/uclibc-toolchain/ifx-lxdb-1-2/gcc-3.3.6/toolchain-mips/bin-ccache/../lib/gcc-lib/mips-linux-uclibc/3.3.6/../../../../mips-linux-uclibc/bin/ld: cannot find -lmpeg2
collect2: ld returned 1 exit status
configure:24901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 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 mpeg2_init ();
| int
| main ()
| {
| return mpeg2_init ();
|   ;
|   return 0;
| }
configure:24919: result: no
configure:24955: checking whether mips-linux-gcc accepts -no-cpp-precomp
configure:24969: result: no
configure:24977: checking for ANSI C header files
configure:25141: result: yes
configure:25159: checking for dirent.h that defines DIR
configure:25210: result: yes
configure:25223: checking for library containing opendir
configure:25298: result: none required
configure:25392: checking for stdbool.h that conforms to C99
configure:25485: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25491: $? = 0
configure:25506: result: yes
configure:25508: checking for _Bool
configure:25538: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25544: $? = 0
configure:25559: result: yes
configure:25601: checking fcntl.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25624: $? = 0
configure:25638: result: yes
configure:25642: checking fcntl.h presence
configure:25657: mips-linux-gcc -E  conftest.c
configure:25663: $? = 0
configure:25677: result: yes
configure:25710: checking for fcntl.h
configure:25718: result: yes
configure:25601: checking netinet/in.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25624: $? = 0
configure:25638: result: yes
configure:25642: checking netinet/in.h presence
configure:25657: mips-linux-gcc -E  conftest.c
configure:25663: $? = 0
configure:25677: result: yes
configure:25710: checking for netinet/in.h
configure:25718: result: yes
configure:25591: checking for stdlib.h
configure:25597: result: yes
configure:25591: checking for string.h
configure:25597: result: yes
configure:25591: checking for unistd.h
configure:25597: result: yes
configure:25601: checking libintl.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:99:21: libintl.h: No such file or directory
configure:25624: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:25638: result: no
configure:25642: checking libintl.h presence
configure:25657: mips-linux-gcc -E  conftest.c
conftest.c:66:21: libintl.h: No such file or directory
configure:25663: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <libintl.h>
configure:25677: result: no
configure:25710: checking for libintl.h
configure:25718: result: no
configure:25601: checking limits.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25624: $? = 0
configure:25638: result: yes
configure:25642: checking limits.h presence
configure:25657: mips-linux-gcc -E  conftest.c
configure:25663: $? = 0
configure:25677: result: yes
configure:25710: checking for limits.h
configure:25718: result: yes
configure:25601: checking stddef.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25624: $? = 0
configure:25638: result: yes
configure:25642: checking stddef.h presence
configure:25657: mips-linux-gcc -E  conftest.c
configure:25663: $? = 0
configure:25677: result: yes
configure:25710: checking for stddef.h
configure:25718: result: yes
configure:25601: checking zlib.h usability
configure:25618: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:25624: $? = 0
configure:25638: result: yes
configure:25642: checking zlib.h presence
configure:25657: mips-linux-gcc -E  conftest.c
configure:25663: $? = 0
configure:25677: result: yes
configure:25710: checking for zlib.h
configure:25718: result: yes
configure:25749: checking ltdl.h usability
configure:25766: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:102:18: ltdl.h: No such file or directory
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_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 <ltdl.h>
configure:25786: result: no
configure:25790: checking ltdl.h presence
configure:25805: mips-linux-gcc -E  conftest.c
conftest.c:69:18: ltdl.h: No such file or directory
configure:25811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <ltdl.h>
configure:25825: result: no
configure:25858: checking for ltdl.h
configure:25866: result: no
configure:25749: checking iconv.h usability
configure:25766: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:102:19: iconv.h: No such file or directory
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_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 <iconv.h>
configure:25786: result: no
configure:25790: checking iconv.h presence
configure:25805: mips-linux-gcc -E  conftest.c
conftest.c:69:19: iconv.h: No such file or directory
configure:25811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <iconv.h>
configure:25825: result: no
configure:25858: checking for iconv.h
configure:25866: result: no
configure:25749: checking bzlib.h usability
configure:25766: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:102:19: bzlib.h: No such file or directory
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_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 <bzlib.h>
configure:25786: result: no
configure:25790: checking bzlib.h presence
configure:25805: mips-linux-gcc -E  conftest.c
conftest.c:69:19: bzlib.h: No such file or directory
configure:25811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <bzlib.h>
configure:25825: result: no
configure:25858: checking for bzlib.h
configure:25866: result: no
configure:25749: checking mpeg2dec/mpeg2.h usability
configure:25766: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:102:28: mpeg2dec/mpeg2.h: No such file or directory
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_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 <mpeg2dec/mpeg2.h>
configure:25786: result: no
configure:25790: checking mpeg2dec/mpeg2.h presence
configure:25805: mips-linux-gcc -E  conftest.c
conftest.c:69:28: mpeg2dec/mpeg2.h: No such file or directory
configure:25811: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <mpeg2dec/mpeg2.h>
configure:25825: result: no
configure:25858: checking for mpeg2dec/mpeg2.h
configure:25866: result: no
configure:25896: checking vorbis/vorbisfile.h usability
configure:25913: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
conftest.c:102:31: vorbis/vorbisfile.h: No such file or directory
configure:25919: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_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 <vorbis/vorbisfile.h>
configure:25933: result: no
configure:25937: checking vorbis/vorbisfile.h presence
configure:25952: mips-linux-gcc -E  conftest.c
conftest.c:69:31: vorbis/vorbisfile.h: No such file or directory
configure:25958: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <vorbis/vorbisfile.h>
configure:25972: result: no
configure:26005: checking for vorbis/vorbisfile.h
configure:26013: result: no
configure:26028: checking for an ANSI C-conforming const
configure:26124: result: yes
configure:26134: checking for inline
configure:26160: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:26166: $? = 0
configure:26184: result: inline
configure:26203: checking for size_t
configure:26233: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:26239: $? = 0
configure:26254: result: yes
configure:26266: checking for pid_t
configure:26296: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:26302: $? = 0
configure:26317: result: yes
configure:26330: WARNING: cross compiling; assuming big endianess
configure:26333: checking endianess
configure:26365: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:26371: $? = 0
configure:26402: mips-linux-gcc -c -fno-strict-aliasing -g -O2  conftest.c >&5
configure:26408: $? = 0
configure:26489: result: big
configure:26507: checking for working memcmp
configure:26588: result: no
configure:26601: checking for vprintf
configure:26657: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
conftest.c:93: warning: conflicting types for built-in function `vprintf'
configure:26663: $? = 0
configure:26681: result: yes
configure:26688: checking for _doprnt
configure:26744: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
/tmp/cculFsOl.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:105: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:26750: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); 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 _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:26767: result: no
configure:26787: checking for stdlib.h
configure:26793: result: yes
configure:26787: checking for unistd.h
configure:26793: result: yes
configure:26931: checking for getpagesize
configure:26987: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:26993: $? = 0
configure:27011: result: yes
configure:27021: checking for working mmap
configure:27196: result: no
configure:27207: checking whether lstat dereferences a symlink specified with a trailing slash
configure:27278: result: no
configure:27297: checking whether stat accepts an empty string
configure:27355: result: yes
configure:27371: checking for error_at_line
configure:27397: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27403: $? = 0
configure:27420: result: yes
configure:27454: checking for mkstemp
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strndup
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for munmap
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strcasecmp
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strdup
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strncasecmp
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for memmove
configure:27534: result: yes
configure:27454: checking for memset
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
conftest.c:105: warning: conflicting types for built-in function `memset'
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strtoul
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for floor
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
/tmp/ccqnEw0z.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:118: undefined reference to `floor'
collect2: ld returned 1 exit status
configure:27516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| /* end confdefs.h.  */
| /* Define floor to an innocuous variant, in case <limits.h> declares floor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define floor innocuous_floor
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char floor (); 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 floor
|
| /* 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 floor ();
| /* 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_floor || defined __stub___floor
| choke me
| #endif
|
| int
| main ()
| {
| return floor ();
|   ;
|   return 0;
| }
configure:27534: result: no
configure:27454: checking for getcwd
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for pow
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
/tmp/ccAAI1DH.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:119: undefined reference to `pow'
collect2: ld returned 1 exit status
configure:27516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); 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 pow
|
| /* 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 pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
|
| int
| main ()
| {
| return pow ();
|   ;
|   return 0;
| }
configure:27534: result: no
configure:27454: checking for setenv
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for sqrt
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
conftest.c:109: warning: conflicting types for built-in function `sqrt'
/tmp/ccK3n8CZ.o(.text+0x1c): In function `main':
/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/conftest.c:120: undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:27516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| /* end confdefs.h.  */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sqrt innocuous_sqrt
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sqrt (); 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 sqrt
|
| /* 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 sqrt ();
| /* 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_sqrt || defined __stub___sqrt
| choke me
| #endif
|
| int
| main ()
| {
| return sqrt ();
|   ;
|   return 0;
| }
configure:27534: result: no
configure:27454: checking for strchr
configure:27534: result: yes
configure:27454: checking for strcspn
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
conftest.c:110: warning: conflicting types for built-in function `strcspn'
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strrchr
configure:27534: result: yes
configure:27454: checking for strnlen
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27454: checking for strndup
configure:27534: result: yes
configure:27454: checking for ftruncate
configure:27510: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
configure:27516: $? = 0
configure:27534: result: yes
configure:27560: checking whether NLS is requested
configure:27569: result: yes
configure:27607: checking for msgfmt
configure:27638: result: /usr/bin/msgfmt
configure:27647: checking for gmsgfmt
configure:27678: result: /usr/bin/msgfmt
configure:27718: checking for xgettext
configure:27749: result: /usr/bin/xgettext
configure:27789: checking for msgmerge
configure:27819: result: /usr/bin/msgmerge
configure:27870: checking whether NLS is requested
configure:27879: result: yes
configure:27897: checking for GNU gettext in libc
configure:27926: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2   conftest.c  >&5
conftest.c:92:21: libintl.h: No such file or directory
configure:27932: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:27949: result: no
configure:27983: checking for iconv
configure:28091: result: no, consider installing GNU libiconv
configure:28492: checking for GNU gettext in libintl
configure:28529: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2    conftest.c  -lintl >&5
conftest.c:92:21: libintl.h: No such file or directory
configure:28535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias ();
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|   ;
|   return 0;
| }
configure:28610: result: no
configure:28639: checking whether to use NLS
configure:28641: result: no
configure:28718: checking if the linker (mips-linux-ld) is GNU ld
configure:28731: result: yes
configure:28737: checking for glib
configure:28765: checking for pkg-config
configure:28783: found /opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config
configure:28796: result: /opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config
configure:28820: checking for GLIB - version >= 2.0.0
configure:28980: result: no
configure:29018: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2    conftest.c   >&5
conftest.c:93:18: glib.h: No such file or directory
conftest.c: In function `main':
conftest.c:99: error: `glib_major_version' undeclared (first use in this function)
conftest.c:99: error: (Each undeclared identifier is reported only once
conftest.c:99: error: for each function it appears in.)
conftest.c:99: error: `glib_minor_version' undeclared (first use in this function)
conftest.c:99: error: `glib_micro_version' undeclared (first use in this function)
configure:29024: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| /* end confdefs.h.  */
|
| #include <glib.h>
| #include <stdio.h>
|
| int
| main ()
| {
|  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|   ;
|   return 0;
| }
configure:29067: checking whether glib is disabled
configure:29141: checking for gtk
configure:29165: checking for pkg-config
configure:29196: result: /opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config
configure:29218: checking for GTK+ - version >= 2.6.0
configure:29374: result: no
configure:29412: mips-linux-gcc -o conftest -fno-strict-aliasing -g -O2    conftest.c   >&5
conftest.c:94:21: gtk/gtk.h: No such file or directory
conftest.c: In function `main':
conftest.c:100: error: `gtk_major_version' undeclared (first use in this function)
conftest.c:100: error: (Each undeclared identifier is reported only once
conftest.c:100: error: for each function it appears in.)
conftest.c:100: error: `gtk_minor_version' undeclared (first use in this function)
conftest.c:100: error: `gtk_micro_version' undeclared (first use in this function)
configure:29418: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GLIB 0
| /* end confdefs.h.  */
|
| #include <gtk/gtk.h>
| #include <stdio.h>
|
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
|   ;
|   return 0;
| }
configure:29502: checking for Qt
configure:29941: result: --with-qt not specified
configure:29958: checking qpixmap.h usability
configure:29975: mips-linux-g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:126:21: qpixmap.h: No such file or directory
configure:29981: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GLIB 0
| /* 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 <qpixmap.h>
configure:29995: result: no
configure:29999: checking qpixmap.h presence
configure:30014: mips-linux-g++ -E  conftest.cpp
conftest.cpp:93:21: qpixmap.h: No such file or directory
configure:30020: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GLIB 0
| /* end confdefs.h.  */
| #include <qpixmap.h>
configure:30034: result: no
configure:30067: checking for qpixmap.h
configure:30075: result: no
configure:30157: checking for Qt SVG
configure:30595: result: --with-qt not specified
configure:30612: checking qsvgrenderer.h usability
configure:30629: mips-linux-g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:126:26: qsvgrenderer.h: No such file or directory
configure:30635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GLIB 0
| /* 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 <qsvgrenderer.h>
configure:30649: result: no
configure:30653: checking qsvgrenderer.h presence
configure:30668: mips-linux-g++ -E  conftest.cpp
conftest.cpp:93:26: qsvgrenderer.h: No such file or directory
configure:30674: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.18"
| #define PACKAGE_STRING "libextractor 0.5.18"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.18"
| #define LINUX 1
| #define LINUX 1
| #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 HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define error_t int
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LOCALEDIR "${prefix}/share/locale"
| #define ISOLOCALEDIR "5922ISOPFX/share/locale"
| #define _LARGEFILE_SOURCE 1
| #define HAVE_FSEEKO 1
| #define HAVE_LIBSTDC__ 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBDL 1
| #define HAVE_ZLIB 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_ZLIB_H 1
| #define BIG_ENDIAN_HOST 1
| #define HAVE_VPRINTF 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_MKSTEMP 1
| #define HAVE_STRNDUP 1
| #define HAVE_MUNMAP 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRTOUL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GLIB 0
| /* end confdefs.h.  */
| #include <qsvgrenderer.h>
configure:30688: result: no
configure:30721: checking for qsvgrenderer.h
configure:30729: result: no
configure:30809: checking whether to enable xpdf-based extractor
configure:30824: result: no
configure:30831: checking whether to enable exiv2 extractor
configure:30846: result: yes
configure:30932: checking for mips-linux-pkg-config
configure:30962: result: /opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config
configure:31034: checking pkg-config is at least version 0.9.0
configure:31037: result: yes
configure:31077: checking for GSF
configure:31085: $PKG_CONFIG --exists --print-errors "libgsf-1 >= 1.10"
Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgsf-1' found
configure:31088: $? = 1
configure:31103: $PKG_CONFIG --exists --print-errors "libgsf-1 >= 1.10"
Package libgsf-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgsf-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgsf-1' found
configure:31106: $? = 1
No package 'libgsf-1' found
configure:31286: checking whether to enable printable extractors
configure:31301: result: yes
configure:31332: checking our pkgconfig libname
configure:31340: result: libextractor
configure:31343: checking our pkgconfig version
configure:31351: result: 0.5.18
configure:31354: checking our pkgconfig_libdir
configure:31361: result: ${libdir}/pkgconfig
configure:31364: result: expanded our pkgconfig_libdir... /home/tomy/File/extractor/lib/pkgconfig
configure:31368: checking our pkgconfig_libfile
configure:31374: result: libextractor.pc
configure:31381: checking our package / suffix
configure:31385: result: libextractor /
configure:31388: checking our pkgconfig description
configure:31395: result: Metadata extraction library
configure:31398: checking our pkgconfig requires
configure:31403: result:
configure:31406: checking our pkgconfig ext libs
configure:31413: result: -lextractor
configure:31416: checking our pkgconfig cppflags
configure:31421: result:
configure:31424: checking our pkgconfig ldflags
configure:31429: result:
configure:31469: result: noninstalled pkgconfig -L /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/src/.libs
configure:31504: result: noninstalled pkgconfig -I /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/.
configure:31949: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libextractor config.status 0.5.18, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on server.smblocalLAN

config.status:779: creating Makefile
config.status:779: creating po/Makefile.in
config.status:914: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status:779: creating m4/Makefile
config.status:779: creating doc/Makefile
config.status:779: creating src/Makefile
config.status:779: creating src/include/Makefile
config.status:779: creating src/main/Makefile
config.status:779: creating src/plugins/Makefile
config.status:779: creating src/plugins/ole2/Makefile
config.status:779: creating src/plugins/oo/Makefile
config.status:779: creating src/plugins/pdf/Makefile
config.status:779: creating src/plugins/rpm/Makefile
config.status:779: creating src/plugins/printable/Makefile
config.status:779: creating src/plugins/hash/Makefile
config.status:779: creating src/plugins/thumbnail/Makefile
config.status:779: creating src/plugins/exiv2/Makefile
config.status:779: creating src/test/Makefile
config.status:779: creating src/include/config.h
config.status:1127: executing depfiles commands
config.status:1127: executing default-1 commands
config.status:1127: executing libextractor.pc commands
config.status:1381: creating libextractor.pc.in
config.status:1402: creating libextractor.pc
config.status:1428: creating libextractor-uninstalled.pc
config.status:1458: creating libextractor-uninstalled.sh
configure:33635: === configuring in libltdl (/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/libltdl)
configure:33738: running /bin/sh ./configure '--prefix=/home/tomy/File/extractor'  'target=mips-linux' '--host=mips-linux' '--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu' 'host_alias=mips-linux' 'CC=mips-linux-gcc' 'CXX=mips-linux-g++' '--enable-ltdl-install' --cache-file=/dev/null --srcdir=.
configure:33758: NOTICE: xpdf disabled (result: limited PDF support)
configure:33774: NOTICE: printable plugins enabled
configure:33780: NOTICE: libgsf not found, no OLE2 (MS Office) support
configure:33786: NOTICE: neither gtk nor Qt not found, no thumbnail support
configure:33792: NOTICE: vorbis support disabled
configure:33805: NOTICE: libmpeg2 not found (will not compile mpeg2 plugin)

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mips-linux-gcc
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=set
ac_cv_env_CXX_value=mips-linux-g++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GSF_CFLAGS_set=
ac_cv_env_GSF_CFLAGS_value=
ac_cv_env_GSF_GNOME_CFLAGS_set=
ac_cv_env_GSF_GNOME_CFLAGS_value=
ac_cv_env_GSF_GNOME_LIBS_set=
ac_cv_env_GSF_GNOME_LIBS_value=
ac_cv_env_GSF_LIBS_set=
ac_cv_env_GSF_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mips-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func__doprnt=no
ac_cv_func_argz_append=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_floor=no
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_memcmp_working=no
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_munmap=yes
ac_cv_func_opendir=yes
ac_cv_func_pow=no
ac_cv_func_readdir=yes
ac_cv_func_setenv=yes
ac_cv_func_shl_load=no
ac_cv_func_sqrt=no
ac_cv_func_stat_empty_string_bug=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strrchr=yes
ac_cv_func_strtoul=yes
ac_cv_func_vprintf=yes
ac_cv_header_argz_h=no
ac_cv_header_assert_h=yes
ac_cv_header_bzlib_h=no
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=yes
ac_cv_header_ltdl_h=no
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mpeg2dec_mpeg2_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_qpixmap_h=no
ac_cv_header_qsvgrenderer_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_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_header_vorbis_vorbisfile_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=mips-unknown-linux-gnu
ac_cv_lib_bz2_BZ2_decompress=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_error_at_line=yes
ac_cv_lib_ltdl_lt_dlinit=no
ac_cv_lib_mpeg2_mpeg2_init=no
ac_cv_lib_stdcpp_fclose=yes
ac_cv_lib_vorbisfile_ov_open_callbacks=no
ac_cv_lib_vorbisfile_vorbis_comment_query=no
ac_cv_lib_z_inflate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PKG_CONFIG=/opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=mips-linux-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=mips-linux-gcc
ac_cv_prog_CPP='mips-linux-gcc -E'
ac_cv_prog_CXXCPP='mips-linux-g++ -E'
ac_cv_prog_HAVE_CXX=yes
ac_cv_prog_RANLIB=mips-linux-ranlib
ac_cv_prog_STRIP=mips-linux-strip
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_file_offset_bits=unknown
ac_cv_sys_large_files=unknown
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=1
ac_cv_sys_symbol_underscore=no
ac_cv_type__Bool=yes
ac_cv_type_error_t=no
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=mips-linux-ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv='no, consider installing GNU libiconv'
am_cv_lib_iconv=no
gnupg_cv_c_endian=big
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/lib /usr/lib hwcap 0 nosegneg /usr/lib/lam /usr/lib/mysql /usr/lib/qt-3.3/lib '
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=cross
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=mips-linux-ld
lt_cv_path_LDCXX=mips-linux-ld
lt_cv_path_NM=mips-linux-nm
lt_cv_path_SED=/opt/uclibc-toolchain/ifx-lxdb-1-2//gcc-3.3.6/toolchain-mips/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run tar'
AR='mips-linux-ar'
AUTOCONF='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run autoconf'
AUTOHEADER='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run autoheader'
AUTOMAKE='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run automake-1.8'
AWK='gawk'
CC='mips-linux-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-fno-strict-aliasing -g -O2'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='mips-linux-gcc -E'
CPPFLAGS=''
CXX='mips-linux-g++'
CXXCPP='mips-linux-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
CYGWIN_FALSE=''
CYGWIN_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
GLIB_CFLAGS=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_QUERY=''
GREP='/bin/grep'
GSF_CFLAGS=''
GSF_GNOME_CFLAGS=''
GSF_GNOME_LIBS=''
GSF_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_BZ2_FALSE=''
HAVE_BZ2_TRUE='#'
HAVE_CXX='yes'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_EXIV2_FALSE='#'
HAVE_EXIV2_TRUE=''
HAVE_GLIB_FALSE=''
HAVE_GLIB_TRUE='#'
HAVE_GNU_LD_FALSE='#'
HAVE_GNU_LD_TRUE=''
HAVE_GTK_FALSE=''
HAVE_GTK_TRUE='#'
HAVE_MPEG2_FALSE=''
HAVE_MPEG2_TRUE='#'
HAVE_PRINTABLE_FALSE='#'
HAVE_PRINTABLE_TRUE=''
HAVE_QT_FALSE=''
HAVE_QT_SVG_FALSE=''
HAVE_QT_SVG_TRUE='#'
HAVE_QT_TRUE='#'
HAVE_VORBISFILE_FALSE=''
HAVE_VORBISFILE_TRUE='#'
HAVE_XPDF_FALSE=''
HAVE_XPDF_TRUE='#'
HAVE_ZLIB_FALSE='#'
HAVE_ZLIB_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE='#'
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
ISOLOCALEDIR='5922ISOPFX/share/locale'
LDFLAGS=''
LIBADD_DL='-ldl'
LIBEXT='.so'
LIBICONV=''
LIBINTL=''
LIBLTDL='${top_builddir}/libltdl/libltdl.la'
LIBOBJS=' ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LOCALEDIR='${prefix}/share/locale'
LTDLINCL='-I${top_srcdir}/libltdl'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo'
MAKEINFO='${SHELL} /home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/missing --run makeinfo'
MINGW_FALSE=''
MINGW_TRUE='#'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEED_VORBIS_FALSE='#'
NEED_VORBIS_TRUE=''
OBJEXT='o'
PACKAGE='libextractor'
PACKAGE_BUGREPORT='bug-libextractor@...'
PACKAGE_NAME='libextractor'
PACKAGE_STRING='libextractor 0.5.18'
PACKAGE_TARNAME='libextractor'
PACKAGE_VERSION='0.5.18'
PATH_SEPARATOR=':'
PKG_CONFIG='/opt/uclibc-toolchain/ifx-lxdb-1-2//hostutils/bin/pkg-config'
POSUB=''
RANLIB='mips-linux-ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SOMEBSD_FALSE=''
SOMEBSD_TRUE='#'
STRIP='mips-linux-strip'
USE_NLS='no'
VERSION='0.5.18'
WITH_GSF_FALSE=''
WITH_GSF_GNOME_FALSE=''
WITH_GSF_GNOME_TRUE='#'
WITH_GSF_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
XTRA_CPPLIBS='-lstdc++'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77='gfortran'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='mips-unknown-linux-gnu'
host_alias='mips-linux'
host_cpu='mips'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/tomy/smb_3378/source/linux/source/user/opensource/libextractor-0.5.18/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgconfig_libdir='${libdir}/pkgconfig'
pkgconfig_libfile='libextractor.pc'
prefix='/home/tomy/File/extractor'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libltdl'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "libextractor"
#define PACKAGE_TARNAME "libextractor"
#define PACKAGE_VERSION "0.5.18"
#define PACKAGE_STRING "libextractor 0.5.18"
#define PACKAGE_BUGREPORT "bug-libextractor@..."
#define PACKAGE "libextractor"
#define VERSION "0.5.18"
#define LINUX 1
#define LINUX 1
#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 HAVE_DIRENT_H 1
#define LTDL_SHLIB_EXT ".so"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:hwcap:0:nosegneg:/usr/lib/lam:/usr/lib/mysql:/usr/lib/qt-3.3/lib"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define error_t int
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCMP 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define LOCALEDIR "${prefix}/share/locale"
#define ISOLOCALEDIR "5922ISOPFX/share/locale"
#define _LARGEFILE_SOURCE 1
#define HAVE_FSEEKO 1
#define HAVE_LIBSTDC__ 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIBDL 1
#define HAVE_ZLIB 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ZLIB_H 1
#define BIG_ENDIAN_HOST 1
#define HAVE_VPRINTF 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_STAT_EMPTY_STRING_BUG 1
#define HAVE_MKSTEMP 1
#define HAVE_STRNDUP 1
#define HAVE_MUNMAP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRNCASECMP 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_STRTOUL 1
#define HAVE_GETCWD 1
#define HAVE_SETENV 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRRCHR 1
#define HAVE_STRNLEN 1
#define HAVE_STRNDUP 1
#define HAVE_FTRUNCATE 1
#define HAVE_GLIB 0
#define HAVE_EXIV2 1
#define HAVE_GSF 0

configure: exit 0

_______________________________________________
bug-libextractor mailing list
bug-libextractor@...
http://lists.gnu.org/mailman/listinfo/bug-libextractor

Re: Libextractor:Cross compilation Error

by lcimmier@actech-innovation.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I think that you probably don't have a cross compiled version of iconv...
So building libextractor for i686 will work (you've get a libiconv installed on your computer), but while cross compiling libextractor, the cross compiler will need a cross compiled version of libiconv...
So, you might need to get libiconv sources, and cross compiled it before compiling, once again, libextractor !

Good luck !

CimCim

Hi,
I tried the following steps to cross compile Libextractor:
1: ./configure target=mips-linux --host=mips-linux build=i686-pc-linux-gnu
--prefix=/home/tomy/File/extractor (Tried without :build=i686-pc-linux-gnu
)
2: make : this time I am getting the following errors:
=======================================
In file included from extractor.c:21:
../../src/include/platform.h:60:19: iconv.h: No such file or directory
==========================================================
During Configuration I got the following logs regarding iconv:
===================================================
checking for iconv... no, consider installing GNU libiconv

checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
========================================================

but in normal x86 Compilation I found that all the checks for iconv is
yes...

Could you please tell me the exact problem??  Also I tried with Configure
options like --with-libiconv-prefix[=DIR] --without-libiconv-prefix..


P.S Please refer the configuration log file



Tomy P. Joseph
Samsung ODC,
L&T Infotech,Plot No. 25-30,
EPIP I Phase Industrial Area,
Whitefield,Bangalore-66.
Mobile: +919448856102
Fax:+91-80-8525233.

( ) L&T Infotech Proprietary & Confidential
( ) L&T Infotech Confidential
(+) L&T Infotech Internal Use only
( ) General Business Information

Larsen & Toubro Infotech Ltd.
www.Lntinfotech.com

This Document is classified as:

L&T Infotech Proprietary   L&T Infotech Confidential   L&T Infotech Internal Use Only   L&T Infotech General Business  

This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system.
______________________________________________________________________
_______________________________________________
bug-libextractor mailing list
bug-libextractor@...
http://lists.gnu.org/mailman/listinfo/bug-libextractor

_______________________________________________
bug-libextractor mailing list
bug-libextractor@...
http://lists.gnu.org/mailman/listinfo/bug-libextractor