WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

Missing src/plugins/wordleaker/Makefile.in

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

Missing src/plugins/wordleaker/Makefile.in

by Mark Rosenstand-3 :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

I'm trying to build libextract 0.5.11, but configure fails:

config.status: creating src/plugins/exiv2/Makefile
config.status: error: cannot find input file:
src/plugins/wordleaker/Makefile.in

Full config.log attached. The result is that same without --disable-nls.
I'll be happy to provide any additional info and/or test patches.

Cheers! :)

[config.log]

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

It was created by libextractor configure 0.5.11, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --disable-nls

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

hostname = hammer
uname -m = i686
uname -r = 2.6.17-rc2
uname -s = Linux
uname -v = #1 Wed Apr 19 08:29:36 CEST 2006

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

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

PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin


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

configure:1569: checking for a BSD-compatible install
configure:1624: result: /usr/bin/install -c
configure:1635: checking whether build environment is sane
configure:1678: result: yes
configure:1735: checking for gawk
configure:1751: found /usr/bin/gawk
configure:1761: result: gawk
configure:1771: checking whether make sets $(MAKE)
configure:1791: result: yes
configure:1968: checking build system type
configure:1986: result: i686-pc-linux-gnu
configure:1994: checking host system type
configure:2008: result: i686-pc-linux-gnu
configure:2079: checking for gcc-4.0
configure:2108: result: no
configure:2079: checking for gcc-3.3
configure:2108: result: no
configure:2079: checking for gcc2
configure:2108: result: no
configure:2079: checking for gcc
configure:2095: found /usr/bin/gcc
configure:2105: result: gcc
configure:2126: checking for C compiler version
configure:2129: gcc --version </dev/null >&5
gcc (GCC) 4.0.3
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2132: $? = 0
configure:2134: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.3/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no
Thread model: posix
gcc version 4.0.3
configure:2137: $? = 0
configure:2139: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2142: $? = 1
configure:2165: checking for C compiler default output file name
configure:2168: gcc -O2 -march=i686 -pipe   conftest.c  >&5
configure:2171: $? = 0
configure:2217: result: a.out
configure:2222: checking whether the C compiler works
configure:2228: ./a.out
configure:2231: $? = 0
configure:2248: result: yes
configure:2255: checking whether we are cross compiling
configure:2257: result: no
configure:2260: checking for suffix of executables
configure:2262: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:2265: $? = 0
configure:2290: result:
configure:2296: checking for suffix of object files
configure:2317: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:2320: $? = 0
configure:2342: result: o
configure:2346: checking whether we are using the GNU C compiler
configure:2370: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:2376: $? = 0
configure:2379: test -z || test ! -s conftest.err
configure:2382: $? = 0
configure:2385: test -s conftest.o
configure:2388: $? = 0
configure:2401: result: yes
configure:2407: checking whether gcc accepts -g
configure:2428: gcc -c -g  conftest.c >&5
configure:2434: $? = 0
configure:2437: test -z || test ! -s conftest.err
configure:2440: $? = 0
configure:2443: test -s conftest.o
configure:2446: $? = 0
configure:2457: result: yes
configure:2474: checking for gcc option to accept ANSI C
configure:2544: gcc  -c -O2 -march=i686 -pipe  conftest.c >&5
configure:2550: $? = 0
configure:2553: test -z || test ! -s conftest.err
configure:2556: $? = 0
configure:2559: test -s conftest.o
configure:2562: $? = 0
configure:2580: result: none needed
configure:2598: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2604: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2745: checking for style of include used by make
configure:2773: result: GNU
configure:2801: checking dependency style of gcc
configure:2891: result: gcc3
configure:2913: checking how to run the C preprocessor
configure:2948: gcc -E  conftest.c
configure:2954: $? = 0
configure:2986: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:2992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3031: result: gcc -E
configure:3055: gcc -E  conftest.c
configure:3061: $? = 0
configure:3093: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3099: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3194: checking for g++-4.0
configure:3223: result: no
configure:3194: checking for g++-3.3
configure:3223: result: no
configure:3194: checking for g++2
configure:3223: result: no
configure:3194: checking for g++
configure:3210: found /usr/bin/g++
configure:3220: result: g++
configure:3236: checking for C++ compiler version
configure:3239: g++ --version </dev/null >&5
g++ (GCC) 4.0.3
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3242: $? = 0
configure:3244: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0.3/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-shared --disable-nls --with-x=no
Thread model: posix
gcc version 4.0.3
configure:3247: $? = 0
configure:3249: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3252: $? = 1
configure:3255: checking whether we are using the GNU C++ compiler
configure:3279: g++ -c -O2 -march=i686 -pipe  conftest.cc >&5
configure:3285: $? = 0
configure:3288: test -z || test ! -s conftest.err
configure:3291: $? = 0
configure:3294: test -s conftest.o
configure:3297: $? = 0
configure:3310: result: yes
configure:3316: checking whether g++ accepts -g
configure:3337: g++ -c -g  conftest.cc >&5
configure:3343: $? = 0
configure:3346: test -z || test ! -s conftest.err
configure:3349: $? = 0
configure:3352: test -s conftest.o
configure:3355: $? = 0
configure:3366: result: yes
configure:3408: g++ -c -O2 -march=i686 -pipe  conftest.cc >&5
configure:3414: $? = 0
configure:3417: test -z || test ! -s conftest.err
configure:3420: $? = 0
configure:3423: test -s conftest.o
configure:3426: $? = 0
configure:3452: g++ -c -O2 -march=i686 -pipe  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3458: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3408: g++ -c -O2 -march=i686 -pipe  conftest.cc >&5
configure:3414: $? = 0
configure:3417: test -z || test ! -s conftest.err
configure:3420: $? = 0
configure:3423: test -s conftest.o
configure:3426: $? = 0
configure:3452: g++ -c -O2 -march=i686 -pipe  conftest.cc >&5
configure:3458: $? = 0
configure:3461: test -z || test ! -s conftest.err
configure:3464: $? = 0
configure:3467: test -s conftest.o
configure:3470: $? = 0
configure:3495: checking dependency style of g++
configure:3585: result: gcc3
configure:3616: checking for a BSD-compatible install
configure:3671: result: /usr/bin/install -c
configure:3682: checking whether ln -s works
configure:3686: result: yes
configure:3693: checking whether make sets $(MAKE)
configure:3713: result: yes
configure:4444: checking for lt_dlinit in -lltdl
configure:4474: gcc -o conftest -O2 -march=i686 -pipe   conftest.c -lltdl   >&5
configure:4480: $? = 0
configure:4483: test -z || test ! -s conftest.err
configure:4486: $? = 0
configure:4489: test -s conftest
configure:4492: $? = 0
configure:4505: result: yes
configure:4581: checking for a sed that does not truncate output
configure:4635: result: /bin/sed
configure:4638: checking for egrep
configure:4648: result: grep -E
configure:4664: checking for ld used by gcc
configure:4731: result: /usr/bin/ld
configure:4740: checking if the linker (/usr/bin/ld) is GNU ld
configure:4755: result: yes
configure:4760: checking for /usr/bin/ld option to reload object files
configure:4767: result: -r
configure:4785: checking for BSD-compatible nm
configure:4834: result: /usr/bin/nm -B
configure:4838: checking how to recognise dependent libraries
configure:5014: result: pass_all
configure:5245: checking for ANSI C header files
configure:5270: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5276: $? = 0
configure:5279: test -z || test ! -s conftest.err
configure:5282: $? = 0
configure:5285: test -s conftest.o
configure:5288: $? = 0
configure:5377: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:33: warning: incompatible implicit declaration of built-in function 'exit'
configure:5380: $? = 0
configure:5382: ./conftest
configure:5385: $? = 0
configure:5400: result: yes
configure:5424: checking for sys/types.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for sys/stat.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for stdlib.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for string.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for memory.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for strings.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for inttypes.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for stdint.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5424: checking for unistd.h
configure:5440: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -z || test ! -s conftest.err
configure:5452: $? = 0
configure:5455: test -s conftest.o
configure:5458: $? = 0
configure:5469: result: yes
configure:5495: checking dlfcn.h usability
configure:5507: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:5513: $? = 0
configure:5516: test -z || test ! -s conftest.err
configure:5519: $? = 0
configure:5522: test -s conftest.o
configure:5525: $? = 0
configure:5535: result: yes
configure:5539: checking dlfcn.h presence
configure:5549: gcc -E  conftest.c
configure:5555: $? = 0
configure:5575: result: yes
configure:5610: checking for dlfcn.h
configure:5617: result: yes
configure:5640: checking how to run the C++ preprocessor
configure:5671: g++ -E  conftest.cc
configure:5677: $? = 0
configure:5709: g++ -E  conftest.cc
conftest.cc:27:28: error: ac_nonexistent.h: No such file or directory
configure:5715: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5754: result: g++ -E
configure:5778: g++ -E  conftest.cc
configure:5784: $? = 0
configure:5816: g++ -E  conftest.cc
conftest.cc:27:28: error: ac_nonexistent.h: No such file or directory
configure:5822: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:5919: checking for g77
configure:5948: result: no
configure:5919: checking for f77
configure:5948: result: no
configure:5919: checking for xlf
configure:5948: result: no
configure:5919: checking for frt
configure:5948: result: no
configure:5919: checking for pgf77
configure:5948: result: no
configure:5919: checking for fort77
configure:5948: result: no
configure:5919: checking for fl32
configure:5948: result: no
configure:5919: checking for af77
configure:5948: result: no
configure:5919: checking for f90
configure:5948: result: no
configure:5919: checking for xlf90
configure:5948: result: no
configure:5919: checking for pgf90
configure:5948: result: no
configure:5919: checking for epcf90
configure:5948: result: no
configure:5919: checking for f95
configure:5948: result: no
configure:5919: checking for fort
configure:5948: result: no
configure:5919: checking for xlf95
configure:5948: result: no
configure:5919: checking for ifc
configure:5948: result: no
configure:5919: checking for efc
configure:5948: result: no
configure:5919: checking for pgf95
configure:5948: result: no
configure:5919: checking for lf95
configure:5948: result: no
configure:5919: checking for gfortran
configure:5948: result: no
configure:5960: checking for Fortran 77 compiler version
configure:5963:  --version </dev/null >&5
./configure: line 5964: --version: command not found
configure:5966: $? = 127
configure:5968:  -v </dev/null >&5
./configure: line 5969: -v: command not found
configure:5971: $? = 127
configure:5973:  -V </dev/null >&5
./configure: line 5974: -V: command not found
configure:5976: $? = 127
configure:5984: checking whether we are using the GNU Fortran 77 compiler
configure:5998:  -c  conftest.F >&5
./configure: line 5999: -c: command not found
configure:6004: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:6029: result: no
configure:6035: checking whether  accepts -g
configure:6047:  -c -g conftest.f >&5
./configure: line 6048: -c: command not found
configure:6053: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:6077: result: no
configure:6107: checking the maximum length of command line arguments
configure:6216: result: 32768
configure:6227: checking command to parse /usr/bin/nm -B output from gcc object
configure:6332: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:6335: $? = 0
configure:6339: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6342: $? = 0
configure:6394: gcc -o conftest -O2 -march=i686 -pipe   conftest.c conftstm.o >&5
configure:6397: $? = 0
configure:6435: result: ok
configure:6439: checking for objdir
configure:6454: result: .libs
configure:6544: checking for ar
configure:6560: found /usr/bin/ar
configure:6571: result: ar
configure:6624: checking for ranlib
configure:6640: found /usr/bin/ranlib
configure:6651: result: ranlib
configure:6704: checking for strip
configure:6720: found /usr/bin/strip
configure:6731: result: strip
configure:7003: checking if gcc supports -fno-rtti -fno-exceptions
configure:7021: gcc -c -O2 -march=i686 -pipe  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7025: $? = 0
configure:7038: result: no
configure:7053: checking for gcc option to produce PIC
configure:7263: result: -fPIC
configure:7271: checking if gcc PIC flag -fPIC works
configure:7289: gcc -c -O2 -march=i686 -pipe  -fPIC -DPIC conftest.c >&5
configure:7293: $? = 0
configure:7306: result: yes
configure:7334: checking if gcc static flag -static works
configure:7362: result: yes
configure:7372: checking if gcc supports -c -o file.o
configure:7393: gcc -c -O2 -march=i686 -pipe  -o out/conftest2.o conftest.c >&5
configure:7397: $? = 0
configure:7419: result: yes
configure:7445: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8411: result: yes
configure:8432: checking whether -lc should be explicitly linked in
configure:8437: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:8440: $? = 0
configure:8455: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8458: $? = 0
configure:8470: result: no
configure:8478: checking dynamic linker characteristics
configure:9078: result: GNU/Linux ld.so
configure:9087: checking how to hardcode library paths into programs
configure:9112: result: immediate
configure:9126: checking whether stripping libraries is possible
configure:9131: result: yes
configure:9256: checking for shl_load
configure:9313: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
/tmp/cclyhYNg.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `shl_load'
/tmp/cclyhYNg.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:9319: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:9343: result: no
configure:9348: checking for shl_load in -ldld
configure:9378: gcc -o conftest -O2 -march=i686 -pipe   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:9384: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:9409: result: no
configure:9414: checking for dlopen
configure:9471: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
/tmp/ccwKZ4Qg.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `dlopen'
/tmp/ccwKZ4Qg.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:9477: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* 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
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:9501: result: no
configure:9506: checking for dlopen in -ldl
configure:9536: gcc -o conftest -O2 -march=i686 -pipe   conftest.c -ldl   >&5
configure:9542: $? = 0
configure:9545: test -z || test ! -s conftest.err
configure:9548: $? = 0
configure:9551: test -s conftest
configure:9554: $? = 0
configure:9567: result: yes
configure:9740: checking whether a program can dlopen itself
configure:9814: gcc -o conftest -O2 -march=i686 -pipe  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:9810: warning: incompatible implicit declaration of built-in function 'exit'
configure:9817: $? = 0
configure:9835: result: yes
configure:9840: checking whether a statically linked program can dlopen itself
configure:9914: gcc -o conftest -O2 -march=i686 -pipe  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
configure: In function 'main':
configure:9910: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccyDRGst.o: In function `main':
conftest.c:(.text+0x2e): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:9917: $? = 0
/usr/lib/: cannot read file data: Is a directory
configure:9935: result: no
configure:9958: checking if libtool supports shared libraries
configure:9960: result: yes
configure:9963: checking whether to build shared libraries
configure:9984: result: yes
configure:9987: checking whether to build static libraries
configure:9991: result: no
configure:10083: creating libtool
configure:10671: checking for ld used by g++
configure:10738: result: /usr/bin/ld
configure:10747: checking if the linker (/usr/bin/ld) is GNU ld
configure:10762: result: yes
configure:10813: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11749: result: yes
configure:11767: g++ -c -O2 -march=i686 -pipe  conftest.cpp >&5
configure:11770: $? = 0
configure:11889: checking for g++ option to produce PIC
configure:12163: result: -fPIC
configure:12171: checking if g++ PIC flag -fPIC works
configure:12189: g++ -c -O2 -march=i686 -pipe  -fPIC -DPIC conftest.cpp >&5
configure:12193: $? = 0
configure:12206: result: yes
configure:12234: checking if g++ static flag -static works
configure:12262: result: yes
configure:12272: checking if g++ supports -c -o file.o
configure:12293: g++ -c -O2 -march=i686 -pipe  -o out/conftest2.o conftest.cpp >&5
configure:12297: $? = 0
configure:12319: result: yes
configure:12345: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12376: result: yes
configure:12443: checking dynamic linker characteristics
configure:13043: result: GNU/Linux ld.so
configure:13052: checking how to hardcode library paths into programs
configure:13077: result: immediate
configure:19267: checking for an ANSI C-conforming const
configure:19334: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:19340: $? = 0
configure:19343: test -z || test ! -s conftest.err
configure:19346: $? = 0
configure:19349: test -s conftest.o
configure:19352: $? = 0
configure:19363: result: yes
configure:19381: checking for dirent.h that defines DIR
configure:19405: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:19411: $? = 0
configure:19414: test -z || test ! -s conftest.err
configure:19417: $? = 0
configure:19420: test -s conftest.o
configure:19423: $? = 0
configure:19434: result: yes
configure:19447: checking for library containing opendir
configure:19477: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:19483: $? = 0
configure:19486: test -z || test ! -s conftest.err
configure:19489: $? = 0
configure:19492: test -s conftest
configure:19495: $? = 0
configure:19564: result: none required
configure:19726: checking which extension is used for loadable modules
configure:19736: result: .so
configure:19747: checking which variable specifies run-time library path
configure:19754: result: LD_LIBRARY_PATH
configure:19765: checking for the default library search path
configure:19772: result: /lib /usr/lib /usr/local/lib
configure:19790: checking for objdir
configure:19811: result: .libs
configure:19820: checking whether libtool supports -dlopen/-dlpreopen
configure:19832: result: yes
configure:19851: checking for shl_load
configure:19938: result: no
configure:19947: checking for shl_load in -ldld
configure:20008: result: no
configure:20018: checking for dlopen in -ldl
configure:20079: result: yes
configure:20404: checking for dlerror
configure:20461: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  -ldl >&5
configure:20467: $? = 0
configure:20470: test -z || test ! -s conftest.err
configure:20473: $? = 0
configure:20476: test -s conftest
configure:20479: $? = 0
configure:20491: result: yes
configure:20511: checking for _ prefix in compiled symbols
configure:20521: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:20524: $? = 0
configure:20528: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:20531: $? = 0
configure:20553: result: no
configure:20673: checking whether deplibs are loaded by dlopen
configure:20754: result: yes
configure:20778: checking argz.h usability
configure:20790: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:20796: $? = 0
configure:20799: test -z || test ! -s conftest.err
configure:20802: $? = 0
configure:20805: test -s conftest.o
configure:20808: $? = 0
configure:20818: result: yes
configure:20822: checking argz.h presence
configure:20832: gcc -E  conftest.c
configure:20838: $? = 0
configure:20858: result: yes
configure:20893: checking for argz.h
configure:20900: result: yes
configure:20914: checking for error_t
configure:20941: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:20947: $? = 0
configure:20950: test -z || test ! -s conftest.err
configure:20953: $? = 0
configure:20956: test -s conftest.o
configure:20959: $? = 0
configure:20970: result: yes
configure:20996: checking for argz_append
configure:21053: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:21059: $? = 0
configure:21062: test -z || test ! -s conftest.err
configure:21065: $? = 0
configure:21068: test -s conftest
configure:21071: $? = 0
configure:21083: result: yes
configure:20996: checking for argz_create_sep
configure:21053: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:21059: $? = 0
configure:21062: test -z || test ! -s conftest.err
configure:21065: $? = 0
configure:21068: test -s conftest
configure:21071: $? = 0
configure:21083: result: yes
configure:20996: checking for argz_insert
configure:21053: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:21059: $? = 0
configure:21062: test -z || test ! -s conftest.err
configure:21065: $? = 0
configure:21068: test -s conftest
configure:21071: $? = 0
configure:21083: result: yes
configure:20996: checking for argz_next
configure:21053: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:21059: $? = 0
configure:21062: test -z || test ! -s conftest.err
configure:21065: $? = 0
configure:21068: test -s conftest
configure:21071: $? = 0
configure:21083: result: yes
configure:20996: checking for argz_stringify
configure:21053: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:21059: $? = 0
configure:21062: test -z || test ! -s conftest.err
configure:21065: $? = 0
configure:21068: test -s conftest
configure:21071: $? = 0
configure:21083: result: yes
configure:21134: checking assert.h usability
configure:21146: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:21152: $? = 0
configure:21155: test -z || test ! -s conftest.err
configure:21158: $? = 0
configure:21161: test -s conftest.o
configure:21164: $? = 0
configure:21174: result: yes
configure:21178: checking assert.h presence
configure:21188: gcc -E  conftest.c
configure:21194: $? = 0
configure:21214: result: yes
configure:21249: checking for assert.h
configure:21256: result: yes
configure:21134: checking ctype.h usability
configure:21146: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:21152: $? = 0
configure:21155: test -z || test ! -s conftest.err
configure:21158: $? = 0
configure:21161: test -s conftest.o
configure:21164: $? = 0
configure:21174: result: yes
configure:21178: checking ctype.h presence
configure:21188: gcc -E  conftest.c
configure:21194: $? = 0
configure:21214: result: yes
configure:21249: checking for ctype.h
configure:21256: result: yes
configure:21134: checking errno.h usability
configure:21146: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:21152: $? = 0
configure:21155: test -z || test ! -s conftest.err
configure:21158: $? = 0
configure:21161: test -s conftest.o
configure:21164: $? = 0
configure:21174: result: yes
configure:21178: checking errno.h presence
configure:21188: gcc -E  conftest.c
configure:21194: $? = 0
configure:21214: result: yes
configure:21249: checking for errno.h
configure:21256: result: yes
configure:21134: checking malloc.h usability
configure:21146: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:21152: $? = 0
configure:21155: test -z || test ! -s conftest.err
configure:21158: $? = 0
configure:21161: test -s conftest.o
configure:21164: $? = 0
configure:21174: result: yes
configure:21178: checking malloc.h presence
configure:21188: gcc -E  conftest.c
configure:21194: $? = 0
configure:21214: result: yes
configure:21249: checking for malloc.h
configure:21256: result: yes
configure:21125: checking for memory.h
configure:21130: result: yes
configure:21125: checking for stdlib.h
configure:21130: result: yes
configure:21134: checking stdio.h usability
configure:21146: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:21152: $? = 0
configure:21155: test -z || test ! -s conftest.err
configure:21158: $? = 0
configure:21161: test -s conftest.o
configure:21164: $? = 0
configure:21174: result: yes
configure:21178: checking stdio.h presence
configure:21188: gcc -E  conftest.c
configure:21194: $? = 0
configure:21214: result: yes
configure:21249: checking for stdio.h
configure:21256: result: yes
configure:21125: checking for unistd.h
configure:21130: result: yes
configure:21286: checking dl.h usability
configure:21298: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:84:16: error: dl.h: No such file or directory
configure:21304: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:21326: result: no
configure:21330: checking dl.h presence
configure:21340: gcc -E  conftest.c
conftest.c:50:16: error: dl.h: No such file or directory
configure:21346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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:21366: result: no
configure:21401: checking for dl.h
configure:21408: result: no
configure:21286: checking sys/dl.h usability
configure:21298: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:84:20: error: sys/dl.h: No such file or directory
configure:21304: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/dl.h>
configure:21326: result: no
configure:21330: checking sys/dl.h presence
configure:21340: gcc -E  conftest.c
conftest.c:50:20: error: sys/dl.h: No such file or directory
configure:21346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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:21366: result: no
configure:21401: checking for sys/dl.h
configure:21408: result: no
configure:21286: checking dld.h usability
configure:21298: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:84:17: error: dld.h: No such file or directory
configure:21304: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dld.h>
configure:21326: result: no
configure:21330: checking dld.h presence
configure:21340: gcc -E  conftest.c
conftest.c:50:17: error: dld.h: No such file or directory
configure:21346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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:21366: result: no
configure:21401: checking for dld.h
configure:21408: result: no
configure:21286: checking mach-o/dyld.h usability
configure:21298: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:84:25: error: mach-o/dyld.h: No such file or directory
configure:21304: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach-o/dyld.h>
configure:21326: result: no
configure:21330: checking mach-o/dyld.h presence
configure:21340: gcc -E  conftest.c
conftest.c:50:25: error: mach-o/dyld.h: No such file or directory
configure:21346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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:21366: result: no
configure:21401: checking for mach-o/dyld.h
configure:21408: result: no
configure:21427: checking for string.h
configure:21432: result: yes
configure:21577: checking for strchr
configure:21634: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c:75: warning: conflicting types for built-in function 'strchr'
configure:21640: $? = 0
configure:21643: test -z || test ! -s conftest.err
configure:21646: $? = 0
configure:21649: test -s conftest
configure:21652: $? = 0
configure:21664: result: yes
configure:21679: checking for strrchr
configure:21736: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c:76: warning: conflicting types for built-in function 'strrchr'
configure:21742: $? = 0
configure:21745: test -z || test ! -s conftest.err
configure:21748: $? = 0
configure:21751: test -s conftest
configure:21754: $? = 0
configure:21766: result: yes
configure:21781: checking for memcpy
configure:21838: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c:77: warning: conflicting types for built-in function 'memcpy'
configure:21844: $? = 0
configure:21847: test -z || test ! -s conftest.err
configure:21850: $? = 0
configure:21853: test -s conftest
configure:21856: $? = 0
configure:21868: result: yes
configure:21883: checking for memmove
configure:21940: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c:78: warning: conflicting types for built-in function 'memmove'
configure:21946: $? = 0
configure:21949: test -z || test ! -s conftest.err
configure:21952: $? = 0
configure:21955: test -s conftest
configure:21958: $? = 0
configure:21970: result: yes
configure:21883: checking for strcmp
configure:21940: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c:79: warning: conflicting types for built-in function 'strcmp'
configure:21946: $? = 0
configure:21949: test -z || test ! -s conftest.err
configure:21952: $? = 0
configure:21955: test -s conftest
configure:21958: $? = 0
configure:21970: result: yes
configure:21986: checking for closedir
configure:22043: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:22049: $? = 0
configure:22052: test -z || test ! -s conftest.err
configure:22055: $? = 0
configure:22058: test -s conftest
configure:22061: $? = 0
configure:22073: result: yes
configure:21986: checking for opendir
configure:22043: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:22049: $? = 0
configure:22052: test -z || test ! -s conftest.err
configure:22055: $? = 0
configure:22058: test -s conftest
configure:22061: $? = 0
configure:22073: result: yes
configure:21986: checking for readdir
configure:22043: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:22049: $? = 0
configure:22052: test -z || test ! -s conftest.err
configure:22055: $? = 0
configure:22058: test -s conftest
configure:22061: $? = 0
configure:22073: result: yes
configure:22129: checking for ld used by GCC
configure:22193: result: /usr/bin/ld
configure:22202: checking if the linker (/usr/bin/ld) is GNU ld
configure:22215: result: yes
configure:22221: checking for shared library run path origin
configure:22234: result: done
configure:22664: checking for iconv
configure:22691: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
configure:22697: $? = 0
configure:22700: test -z || test ! -s conftest.err
configure:22703: $? = 0
configure:22706: test -s conftest
configure:22709: $? = 0
configure:22774: result: yes
configure:22797: checking for iconv declaration
configure:22831: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:22837: $? = 0
configure:22840: test -z || test ! -s conftest.err
configure:22843: $? = 0
configure:22846: test -s conftest.o
configure:22849: $? = 0
configure:22864: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:22905: checking for special C compiler options needed for large files
configure:23002: result: no
configure:23008: checking for _FILE_OFFSET_BITS value needed for large files
configure:23039: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c:68: warning: left shift count >= width of type
conftest.c:68: warning: left shift count >= width of type
conftest.c:70: error: size of array 'off_t_is_large' is negative
configure:23045: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "libextractor"
| #define PACKAGE_TARNAME "libextractor"
| #define PACKAGE_VERSION "0.5.11"
| #define PACKAGE_STRING "libextractor 0.5.11"
| #define PACKAGE_BUGREPORT "bug-libextractor@..."
| #define PACKAGE "libextractor"
| #define VERSION "0.5.11"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:/usr/local/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_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 HAVE_ICONV 1
| #define ICONV_CONST
| #define LOCALEDIR "/usr/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:23091: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:23097: $? = 0
configure:23100: test -z || test ! -s conftest.err
configure:23103: $? = 0
configure:23106: test -s conftest.o
configure:23109: $? = 0
configure:23121: result: 64
configure:23131: checking for _LARGE_FILES value needed for large files
configure:23162: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
configure:23168: $? = 0
configure:23171: test -z || test ! -s conftest.err
configure:23174: $? = 0
configure:23177: test -s conftest.o
configure:23180: $? = 0
configure:23244: result: no
configure:23256: checking for _LARGEFILE_SOURCE value needed for large files
configure:23279: gcc -c -O2 -march=i686 -pipe  conftest.c >&5
conftest.c: In function 'main':
conftest.c:67: warning: the address of 'fseeko', will always evaluate as 'true'
configure:23285: $? = 0
configure:23288: test -z || test ! -s conftest.err
configure:23291: $? = 0
configure:23294: test -s conftest.o
configure:23297: $? = 0
configure:23353: result: no
configure:23367: checking for fseeko
configure:23388: gcc -o conftest -O2 -march=i686 -pipe   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:67: warning: the address of 'fseeko', will always evaluate as 'true'


Re: Missing src/plugins/wordleaker/Makefile.in

by Nils Durner-3 :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

> config.status: error: cannot find input file:
> src/plugins/wordleaker/Makefile.in
Please check that src/plugins/wordleaker/Makefile.am is there.

Are you aware that our current release is 0.5.14?


Regards,

Nils Durner


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

Re: Missing src/plugins/wordleaker/Makefile.in

by Christian Grothoff :: Rate this Message:

| View Threaded | Show Only this Message

This should already be fixed in 0.5.13.  Sorry for the late reply, but your
message was delayed by the spam-filter.

Christian

On Friday 21 April 2006 07:36, Mark Rosenstand wrote:

> Hi,
>
> I'm trying to build libextract 0.5.11, but configure fails:
>
> config.status: creating src/plugins/exiv2/Makefile
> config.status: error: cannot find input file:
> src/plugins/wordleaker/Makefile.in
>
> Full config.log attached. The result is that same without --disable-nls.
> I'll be happy to provide any additional info and/or test patches.
>
> Cheers! :)


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