ошибки ебилдов?

Вылезают ошибки при попыте поставить tclxml-expat и dctc
Собственно у меня два вопроса.
1 - куда постить сообщения о багах?
2 - перед этим я с дуру согласися с emerge --depclean, но вроде починил всё с помошью revdep-rebuild, может всёта-ки не дочинил?

Ниже приагаеться вывод emerge и config.log для обоих случаев
berkeley db точно есть, навсякий случай переставил его руками

**tclxml-expat**
**emerge tclxml-expat**

>>> Emerging (1 of 8) dev-tcltk/tclxml-expat-2.4 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking tclxml-2.4.tar.gz ;-)
>>> Unpacking source...
>>> Unpacking tclxml-2.4.tar.gz to /var/tmp/portage/tclxml-expat-2.4/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/tclxml-expat-2.4/work/tclxml-2.4/expat ...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-tcl=/usr/lib --with-Tclxml=/usr/lib --build=i686-pc-linux-gnu
creating cache ./config.cache
checking for correct TEA configuration... ok
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for gcc... gcc
checking whether the C compiler (gcc -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s -O1) works... yes
checking whether the C compiler (gcc -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s -O1) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking if the compiler understands -pipe... yes
checking for a BSD compatible install... /bin/install -c
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for object suffix... o
checking for executable suffix... no
checking for Tclxml configuration... found /usr/lib/TclxmlConfig.sh
checking for existence of /usr/lib/TclxmlConfig.sh... loading
checking for Tcl public headers... /usr/include
checking for building with threads... no (default)
configure: warning: 
    Building Tclexpat without threads enabled, but building against a Tcl
    that IS thread-enabled.
checking how to build libraries... shared
checking how to run the C preprocessor... gcc -pipe -E
checking if 64bit support is enabled... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 4524: syntax error near unexpected token `('
./configure: line 4524: `  case `(ac_space=' '; set | grep ac_space) 2>&1` in'

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/tclxml-expat-2.4/work/tclxml-2.4/expat/config.log

!!! ERROR: dev-tcltk/tclxml-expat-2.4 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  tclxml-expat-2.4.ebuild, line 20:   Called econf '--with-tcl=/usr/lib' '--with-Tclxml=/usr/lib'
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

*** содержимое /var/tmp/portage/tclxml-expat-2.4/work/tclxml-2.4/expat/config.log**

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

configure:1422: checking for correct TEA configuration
configure:1500: checking for Tcl configuration
configure:1573: checking for existence of /usr/lib/tclConfig.sh
configure:1665: checking for Cygwin environment
configure:1681: cc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c 1>&5
configure: In function `main':
configure:1677: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1677: error: (Each undeclared identifier is reported only once
configure:1677: error: for each function it appears in.)
configure: failed program was:
#line 1670 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1698: checking for mingw32 environment
configure:1710: cc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c 1>&5
configure: In function `main':
configure:1706: error: `__MINGW32__' undeclared (first use in this function)
configure:1706: error: (Each undeclared identifier is reported only once
configure:1706: error: for each function it appears in.)
configure: failed program was:
#line 1703 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1736: checking for gcc
configure:1849: checking whether the C compiler (gcc -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s -O1) works
configure:1865: gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c  1>&5
configure:1891: checking whether the C compiler (gcc -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s -O1) is a cross-compiler
configure:1896: checking whether we are using GNU C
configure:1905: gcc -E conftest.c
configure:1924: checking whether gcc accepts -g
configure:1963: checking if the compiler understands -pipe
configure:1974: gcc -pipe -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c 1>&5
configure:1999: checking for a BSD compatible install
configure:2057: checking whether make sets ${MAKE}
configure:2091: checking for ranlib
configure:2124: checking for object suffix
configure:2130: gcc -pipe -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c 1>&5
configure:2150: checking for executable suffix
configure:2160: gcc -pipe -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c  1>&5
configure:2199: checking for Tclxml configuration
configure:2267: checking for existence of /usr/lib/TclxmlConfig.sh
configure:2314: checking for Tcl public headers
configure:2735: checking for building with threads
configure:2773: checking how to build libraries
configure:2811: checking how to run the C preprocessor
configure:2832: gcc -pipe -E  conftest.c >/dev/null 2>conftest.out
configure:2899: checking if 64bit support is enabled
configure:2913: checking if 64bit Sparc VIS support is requested
configure:2934: checking system version (for dynamic loading)

*** dctc ***
*** emerge dctc ***

Calculating dependencies... done!
>>> Emerging (1 of 1) net-p2p/dctc-0.85.9 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking dctc-0.85.9.tar.gz ;-)
>>> Unpacking source...
>>> Unpacking dctc-0.85.9.tar.gz to /var/tmp/portage/dctc-0.85.9/work
 * Applying dctc-0.85.6-passive.patch ...                                 [ ok ]
 * Applying dctc-0.85.9-gcc41.patch ...                                   [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9' ...
 * Running aclocal ...                                                    [ ok ]
 * Running libtoolize --copy --force --automake ...                       [ ok ]
 * Running aclocal ...                                                    [ ok ]
 * Running autoconf ...                                                   [ ok ]
 * Running autoheader ...                                                 [ ok ]
 * Running automake --add-missing --copy ...                              [ ok ]
 * Running elibtoolize in: dctc-0.85.9
 *   Applying max_cmd_len-1.5.0.patch ...
 *   Applying sed-1.5.6.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9 ...
 * econf: updating dctc-0.85.9/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating dctc-0.85.9/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether build environment is sane... yes
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for strerror in -lcposix... no
checking for gawk... (cached) gawk
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for correct ltmain.sh version... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ static flag -static works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 static flag -static works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /bin/install -c
checking GCC version... 3.4.6
checking for libgcrypt-config... yes
checking gcrypt version... 1.2.2
checking for pkg-config... /usr/bin/pkg-config
checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking Berkeley Database library version... 4.2
checking for db_env_create in -ldb-4.2... no
checking for db_env_create in -ldb4... no
configure: error: db.h reports Berkeley DB version is 4.2 but no db-4.2 library exists

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/config.log

!!! ERROR: net-p2p/dctc-0.85.9 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 606:   Called econf
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

*** содержимое /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/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 configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu

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

hostname = localhost
uname -m = i686
uname -r = 2.6.17-gentoo-r4nogenkernel
uname -s = Linux
uname -v = #6 Mon Jul 31 09:45:14 MSD 2006

/usr/bin/uname -p = Intel(R) Celeron(TM) CPU                1300MHz
/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: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/i686-pc-linux-gnu/gcc-bin/3.4.6
PATH: /opt/blackdown-jdk-1.4.2.03/bin
PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
PATH: /usr/qt/3/bin


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

configure:1555: checking for a BSD-compatible install
configure:1610: result: /bin/install -c
configure:1621: checking whether build environment is sane
configure:1664: result: yes
configure:1697: checking for gawk
configure:1713: found /bin/gawk
configure:1723: result: gawk
configure:1733: checking whether make sets $(MAKE)
configure:1753: result: yes
configure:1920: checking whether build environment is sane
configure:1963: result: yes
configure:1977: checking for style of include used by make
configure:2005: result: GNU
configure:2038: checking for i686-pc-linux-gnu-gcc
configure:2054: found /usr/bin/i686-pc-linux-gnu-gcc
configure:2064: result: i686-pc-linux-gnu-gcc
configure:2346: checking for C compiler version
configure:2349: i686-pc-linux-gnu-gcc --version </dev/null >&5
i686-pc-linux-gnu-gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
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:2352: $? = 0
configure:2354: i686-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/gcc-3.4.6-r1/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
configure:2357: $? = 0
configure:2359: i686-pc-linux-gnu-gcc -V </dev/null >&5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:2362: $? = 1
configure:2385: checking for C compiler default output file name
configure:2388: i686-pc-linux-gnu-gcc -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c  >&5
configure:2391: $? = 0
configure:2437: result: a.out
configure:2442: checking whether the C compiler works
configure:2448: ./a.out
configure:2451: $? = 0
configure:2468: result: yes
configure:2475: checking whether we are cross compiling
configure:2477: result: no
configure:2480: checking for suffix of executables
configure:2482: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c  >&5
configure:2485: $? = 0
configure:2510: result: 
configure:2516: checking for suffix of object files
configure:2537: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:2540: $? = 0
configure:2562: result: o
configure:2566: checking whether we are using the GNU C compiler
configure:2590: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:2596: $? = 0
configure:2600: test -z 
			 || test ! -s conftest.err
configure:2603: $? = 0
configure:2606: test -s conftest.o
configure:2609: $? = 0
configure:2622: result: yes
configure:2628: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:2649: i686-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:2655: $? = 0
configure:2659: test -z 
			 || test ! -s conftest.err
configure:2662: $? = 0
configure:2665: test -s conftest.o
configure:2668: $? = 0
configure:2679: result: yes
configure:2696: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:2766: i686-pc-linux-gnu-gcc  -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:2772: $? = 0
configure:2776: test -z 
			 || test ! -s conftest.err
configure:2779: $? = 0
configure:2782: test -s conftest.o
configure:2785: $? = 0
configure:2803: result: none needed
configure:2821: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2827: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2962: checking dependency style of i686-pc-linux-gnu-gcc
configure:3045: result: gcc3
configure:3064: checking for strerror in -lcposix
configure:3094: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c -lcposix   >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3100: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| /* 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 strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3126: result: no
configure:3139: checking for gawk
configure:3165: result: gawk
configure:3183: checking for i686-pc-linux-gnu-gcc
configure:3209: result: i686-pc-linux-gnu-gcc
configure:3491: checking for C compiler version
configure:3494: i686-pc-linux-gnu-gcc --version </dev/null >&5
i686-pc-linux-gnu-gcc (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
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:3497: $? = 0
configure:3499: i686-pc-linux-gnu-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/gcc-3.4.6-r1/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
configure:3502: $? = 0
configure:3504: i686-pc-linux-gnu-gcc -V </dev/null >&5
i686-pc-linux-gnu-gcc: `-V' option must have argument
configure:3507: $? = 1
configure:3510: checking whether we are using the GNU C compiler
configure:3566: result: yes
configure:3572: checking whether i686-pc-linux-gnu-gcc accepts -g
configure:3623: result: yes
configure:3640: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:3747: result: none needed
configure:3765: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3771: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3906: checking dependency style of i686-pc-linux-gnu-gcc
configure:3989: result: gcc3
configure:4084: checking build system type
configure:4102: result: i686-pc-linux-gnu
configure:4110: checking host system type
configure:4124: result: i686-pc-linux-gnu
configure:4132: checking for a sed that does not truncate output
configure:4186: result: /bin/sed
configure:4189: checking for egrep
configure:4199: result: grep -E
configure:4215: checking for ld used by i686-pc-linux-gnu-gcc
configure:4282: result: /usr/i686-pc-linux-gnu/bin/ld
configure:4291: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
configure:4306: result: yes
configure:4311: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files
configure:4318: result: -r
configure:4336: checking for BSD-compatible nm
configure:4385: result: /usr/bin/nm -B
configure:4389: checking whether ln -s works
configure:4393: result: yes
configure:4400: checking how to recognise dependent libraries
configure:4576: result: pass_all
configure:4812: checking how to run the C preprocessor
configure:4847: i686-pc-linux-gnu-gcc -E  conftest.c
configure:4853: $? = 0
configure:4885: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4891: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4930: result: i686-pc-linux-gnu-gcc -E
configure:4954: i686-pc-linux-gnu-gcc -E  conftest.c
configure:4960: $? = 0
configure:4992: i686-pc-linux-gnu-gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4998: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5042: checking for ANSI C header files
configure:5067: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5073: $? = 0
configure:5077: test -z 
			 || test ! -s conftest.err
configure:5080: $? = 0
configure:5083: test -s conftest.o
configure:5086: $? = 0
configure:5175: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c  >&5
configure:5178: $? = 0
configure:5180: ./conftest
configure:5183: $? = 0
configure:5198: result: yes
configure:5222: checking for sys/types.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for sys/stat.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for stdlib.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for string.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for memory.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for strings.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for inttypes.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for stdint.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5222: checking for unistd.h
configure:5238: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5244: $? = 0
configure:5248: test -z 
			 || test ! -s conftest.err
configure:5251: $? = 0
configure:5254: test -s conftest.o
configure:5257: $? = 0
configure:5268: result: yes
configure:5294: checking dlfcn.h usability
configure:5306: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:5312: $? = 0
configure:5316: test -z 
			 || test ! -s conftest.err
configure:5319: $? = 0
configure:5322: test -s conftest.o
configure:5325: $? = 0
configure:5335: result: yes
configure:5339: checking dlfcn.h presence
configure:5349: i686-pc-linux-gnu-gcc -E  conftest.c
configure:5355: $? = 0
configure:5375: result: yes
configure:5410: checking for dlfcn.h
configure:5417: result: yes
configure:5440: checking for i686-pc-linux-gnu-g++
configure:5456: found /usr/bin/i686-pc-linux-gnu-g++
configure:5466: result: i686-pc-linux-gnu-g++
configure:5524: checking for C++ compiler version
configure:5527: i686-pc-linux-gnu-g++ --version </dev/null >&5
i686-pc-linux-gnu-g++ (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
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:5530: $? = 0
configure:5532: i686-pc-linux-gnu-g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/gcc-3.4.6-r1/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
configure:5535: $? = 0
configure:5537: i686-pc-linux-gnu-g++ -V </dev/null >&5
i686-pc-linux-gnu-g++: `-V' option must have argument
configure:5540: $? = 1
configure:5543: checking whether we are using the GNU C++ compiler
configure:5567: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cc >&5
configure:5573: $? = 0
configure:5577: test -z 
			 || test ! -s conftest.err
configure:5580: $? = 0
configure:5583: test -s conftest.o
configure:5586: $? = 0
configure:5599: result: yes
configure:5605: checking whether i686-pc-linux-gnu-g++ accepts -g
configure:5626: i686-pc-linux-gnu-g++ -c -g  conftest.cc >&5
configure:5632: $? = 0
configure:5636: test -z 
			 || test ! -s conftest.err
configure:5639: $? = 0
configure:5642: test -s conftest.o
configure:5645: $? = 0
configure:5656: result: yes
configure:5698: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cc >&5
configure:5704: $? = 0
configure:5708: test -z 
			 || test ! -s conftest.err
configure:5711: $? = 0
configure:5714: test -s conftest.o
configure:5717: $? = 0
configure:5743: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' was not declared in this scope
configure:5749: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| #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.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:5698: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cc >&5
configure:5704: $? = 0
configure:5708: test -z 
			 || test ! -s conftest.err
configure:5711: $? = 0
configure:5714: test -s conftest.o
configure:5717: $? = 0
configure:5743: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cc >&5
configure:5749: $? = 0
configure:5753: test -z 
			 || test ! -s conftest.err
configure:5756: $? = 0
configure:5759: test -s conftest.o
configure:5762: $? = 0
configure:5787: checking dependency style of i686-pc-linux-gnu-g++
configure:5870: result: gcc3
configure:5897: checking how to run the C++ preprocessor
configure:5928: i686-pc-linux-gnu-g++ -E  conftest.cc
configure:5934: $? = 0
configure:5966: i686-pc-linux-gnu-g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5972: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6011: result: i686-pc-linux-gnu-g++ -E
configure:6035: i686-pc-linux-gnu-g++ -E  conftest.cc
configure:6041: $? = 0
configure:6073: i686-pc-linux-gnu-g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:6079: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6134: checking for i686-pc-linux-gnu-g77
configure:6150: found /usr/bin/i686-pc-linux-gnu-g77
configure:6160: result: i686-pc-linux-gnu-g77
configure:6217: checking for Fortran 77 compiler version
configure:6220: i686-pc-linux-gnu-g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
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
or type the command `info -f g77 Copying'.
configure:6223: $? = 0
configure:6225: i686-pc-linux-gnu-g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/gcc-3.4.6-r1/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
configure:6228: $? = 0
configure:6230: i686-pc-linux-gnu-g77 -V </dev/null >&5
i686-pc-linux-gnu-g77: `-V' option must have argument
configure:6233: $? = 1
configure:6241: checking whether we are using the GNU Fortran 77 compiler
configure:6255: i686-pc-linux-gnu-g77 -c  conftest.F >&5
configure:6261: $? = 0
configure:6265: test -z 
			 || test ! -s conftest.err
configure:6268: $? = 0
configure:6271: test -s conftest.o
configure:6274: $? = 0
configure:6287: result: yes
configure:6293: checking whether i686-pc-linux-gnu-g77 accepts -g
configure:6305: i686-pc-linux-gnu-g77 -c -g conftest.f >&5
configure:6311: $? = 0
configure:6315: test -z 
			 || test ! -s conftest.err
configure:6318: $? = 0
configure:6321: test -s conftest.o
configure:6324: $? = 0
configure:6336: result: yes
configure:6366: checking the maximum length of command line arguments
configure:6475: result: 32768
configure:6486: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object
configure:6591: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:6594: $? = 0
configure:6598: /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:6601: $? = 0
configure:6653: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -O1 conftest.c conftstm.o >&5
configure:6656: $? = 0
configure:6694: result: ok
configure:6698: checking for objdir
configure:6713: result: .libs
configure:6765: checking for i686-pc-linux-gnu-ar
configure:6781: found /usr/bin/i686-pc-linux-gnu-ar
configure:6791: result: i686-pc-linux-gnu-ar
configure:6845: checking for i686-pc-linux-gnu-ranlib
configure:6861: found /usr/bin/i686-pc-linux-gnu-ranlib
configure:6871: result: i686-pc-linux-gnu-ranlib
configure:6925: checking for i686-pc-linux-gnu-strip
configure:6941: found /usr/bin/i686-pc-linux-gnu-strip
configure:6951: result: i686-pc-linux-gnu-strip
configure:7213: checking for correct ltmain.sh version
configure:7263: result: yes
configure:7323: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:7341: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7345: $? = 0
configure:7358: result: no
configure:7373: checking for i686-pc-linux-gnu-gcc option to produce PIC
configure:7583: result: -fPIC
configure:7591: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works
configure:7609: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -fPIC -DPIC conftest.c >&5
configure:7613: $? = 0
configure:7626: result: yes
configure:7654: checking if i686-pc-linux-gnu-gcc static flag -static works
configure:7682: result: yes
configure:7692: checking if i686-pc-linux-gnu-gcc supports -c -o file.o
configure:7713: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -o out/conftest2.o conftest.c >&5
configure:7717: $? = 0
configure:7739: result: yes
configure:7765: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:8723: result: yes
configure:8744: checking whether -lc should be explicitly linked in
configure:8749: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:8752: $? = 0
configure:8767: i686-pc-linux-gnu-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8770: $? = 0
configure:8782: result: no
configure:8790: checking dynamic linker characteristics
configure:9415: result: GNU/Linux ld.so
configure:9424: checking how to hardcode library paths into programs
configure:9449: result: immediate
configure:9463: checking whether stripping libraries is possible
configure:9468: result: yes
configure:10302: checking if libtool supports shared libraries
configure:10304: result: yes
configure:10307: checking whether to build shared libraries
configure:10328: result: yes
configure:10331: checking whether to build static libraries
configure:10335: result: yes
configure:10427: creating libtool
configure:11015: checking for ld used by i686-pc-linux-gnu-g++
configure:11082: result: /usr/i686-pc-linux-gnu/bin/ld
configure:11091: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
configure:11106: result: yes
configure:11157: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:12095: result: yes
configure:12113: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.cpp >&5
configure:12116: $? = 0
configure:12235: checking for i686-pc-linux-gnu-g++ option to produce PIC
configure:12509: result: -fPIC
configure:12517: checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works
configure:12535: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -fPIC -DPIC conftest.cpp >&5
configure:12539: $? = 0
configure:12552: result: yes
configure:12580: checking if i686-pc-linux-gnu-g++ static flag -static works
configure:12608: result: yes
configure:12618: checking if i686-pc-linux-gnu-g++ supports -c -o file.o
configure:12639: i686-pc-linux-gnu-g++ -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -o out/conftest2.o conftest.cpp >&5
configure:12643: $? = 0
configure:12665: result: yes
configure:12691: checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:12716: result: yes
configure:12783: checking dynamic linker characteristics
configure:13408: result: GNU/Linux ld.so
configure:13417: checking how to hardcode library paths into programs
configure:13442: result: immediate
configure:13968: checking if libtool supports shared libraries
configure:13970: result: yes
configure:13973: checking whether to build shared libraries
configure:13993: result: yes
configure:13996: checking whether to build static libraries
configure:14000: result: yes
configure:14010: checking for i686-pc-linux-gnu-g77 option to produce PIC
configure:14220: result: -fPIC
configure:14228: checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works
configure:14246: i686-pc-linux-gnu-g77 -c -g -O2 -fPIC conftest.f >&5
configure:14250: $? = 0
configure:14263: result: yes
configure:14291: checking if i686-pc-linux-gnu-g77 static flag -static works
configure:14319: result: yes
configure:14329: checking if i686-pc-linux-gnu-g77 supports -c -o file.o
configure:14350: i686-pc-linux-gnu-g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14354: $? = 0
configure:14376: result: yes
configure:14402: checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries
configure:15340: result: yes
configure:15407: checking dynamic linker characteristics
configure:16032: result: GNU/Linux ld.so
configure:16041: checking how to hardcode library paths into programs
configure:16066: result: immediate
configure:19670: checking for i686-pc-linux-gnu-gcc option to accept ANSI C
configure:19733: i686-pc-linux-gnu-gcc  -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  conftest.c >&5
configure:19739: $? = 0
configure:19743: test -z 
			 || test ! -s conftest.err
configure:19746: $? = 0
configure:19749: test -s conftest.o
configure:19752: $? = 0
configure:19767: result: none needed
configure:19778: checking whether make sets $(MAKE)
configure:19798: result: yes
configure:19820: checking for a BSD-compatible install
configure:19875: result: /bin/install -c
configure:19888: checking GCC version
configure:19901: result: 3.4.6
configure:19939: checking for libgcrypt-config
configure:19955: found /usr/bin/libgcrypt-config
configure:19966: result: yes
configure:19977: checking gcrypt version
configure:19986: result: 1.2.2
configure:20185: checking for pkg-config
configure:20203: found /usr/bin/pkg-config
configure:20215: result: /usr/bin/pkg-config
configure:20235: checking for i686-pc-linux-gnu-pkg-config
configure:20265: result: /usr/bin/pkg-config
configure:20322: checking pkg-config is at least version 0.9.0
configure:20325: result: yes
configure:20336: checking for GLIB
configure:20344: $PKG_CONFIG --exists --print-errors "glib-2.0 gthread-2.0"
configure:20347: $? = 0
configure:20362: $PKG_CONFIG --exists --print-errors "glib-2.0 gthread-2.0"
configure:20365: $? = 0
configure:20441: result: yes
configure:20478: checking db.h usability
configure:20490: i686-pc-linux-gnu-gcc -c -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -DWITH_GCRYPT -DWITH_GLIB2 -Dg_string_sprintf=g_string_printf -Dg_string_sprintfa=g_string_append_printf conftest.c >&5
configure:20496: $? = 0
configure:20500: test -z 
			 || test ! -s conftest.err
configure:20503: $? = 0
configure:20506: test -s conftest.o
configure:20509: $? = 0
configure:20519: result: yes
configure:20523: checking db.h presence
configure:20533: i686-pc-linux-gnu-gcc -E  -DWITH_GCRYPT -DWITH_GLIB2 -Dg_string_sprintf=g_string_printf -Dg_string_sprintfa=g_string_append_printf conftest.c
configure:20539: $? = 0
configure:20559: result: yes
configure:20594: checking for db.h
configure:20601: result: yes
configure:21156: checking Berkeley Database library version
configure:21169: result: 4.2
configure:21182: checking for db_env_create in -ldb-4.2
configure:21212: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -DWITH_GCRYPT -DWITH_GLIB2 -Dg_string_sprintf=g_string_printf -Dg_string_sprintfa=g_string_append_printf -DBDB_V4 -O1 conftest.c -ldb-4.2   -lgcrypt >&5
/var/tmp/portage/dctc-0.85.9/temp/cccGgLIn.o: In function `main':
conftest.c:(.text+0xd): undefined reference to `db_env_create'
collect2: ld returned 1 exit status
configure:21218: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DB_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 db_env_create ();
| int
| main ()
| {
| db_env_create ();
|   ;
|   return 0;
| }
configure:21244: result: no
configure:21255: checking for db_env_create in -ldb4
configure:21285: i686-pc-linux-gnu-gcc -o conftest -O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s  -DWITH_GCRYPT -DWITH_GLIB2 -Dg_string_sprintf=g_string_printf -Dg_string_sprintfa=g_string_append_printf -DBDB_V4 -O1 conftest.c -ldb4   -lgcrypt >&5
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldb4
collect2: ld returned 1 exit status
configure:21291: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dctc"
| #define VERSION "0.85.9"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_DB_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 db_env_create ();
| int
| main ()
| {
| db_env_create ();
|   ;
|   return 0;
| }
configure:21317: result: no
configure:21327: error: db.h reports Berkeley DB version is 4.2 but no db-4.2 library exists

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s'
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=set
ac_cv_env_CXXFLAGS_value='-O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-O1
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=i686-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_header_db_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_db4___db_env_create=no
ac_cv_lib_db_4_2___db_env_create=no
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AR=i686-pc-linux-gnu-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i686-pc-linux-gnu-gcc
ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=i686-pc-linux-gnu-g++
ac_cv_prog_CXXCPP='i686-pc-linux-gnu-g++ -E'
ac_cv_prog_F77=i686-pc-linux-gnu-g77
ac_cv_prog_GCRYPT_CONFIG=yes
ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
ac_cv_prog_STRIP=i686-pc-linux-gnu-strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
lt_cv_deplibs_check_method=pass_all
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=/usr/i686-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX=/usr/i686-pc-linux-gnu/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/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'\''"'
pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GLIB_LIBS='-pthread -lgthread-2.0 -lglib-2.0  '

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

ACLOCAL='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run tar'
AR='i686-pc-linux-gnu-ar'
AUTOCONF='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run automake-1.7'
AWK='gawk'
CC='i686-pc-linux-gnu-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s'
CPP='i686-pc-linux-gnu-gcc -E'
CPPFLAGS=' -DWITH_GCRYPT -DWITH_GLIB2 -Dg_string_sprintf=g_string_printf -Dg_string_sprintfa=g_string_append_printf -DBDB_V4'
CXX='i686-pc-linux-gnu-g++'
CXXCPP='i686-pc-linux-gnu-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -march=pentium3 -pipe	-mfpmath=sse	-ftracer	-fsched-spec-load	-funroll-loops	-fomit-frame-pointer	-fforce-addr	-s'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='i686-pc-linux-gnu-g77'
FFLAGS='-g -O2'
GCRYPT_CONFIG='yes'
GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_LIBS='-pthread -lgthread-2.0 -lglib-2.0  '
HAVE_BZIP2=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-O1'
LIBOBJS=''
LIBS=' -lgcrypt'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/missing --run makeinfo'
OBJEXT='o'
PACKAGE='dctc'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='i686-pc-linux-gnu-ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='i686-pc-linux-gnu-strip'
VERSION='0.85.9'
XML2_CONFIG=''
XML_CFLAGS=''
XML_LIBS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
ac_pt_PKG_CONFIG=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
berkeleydb_libs=''
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='/usr/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='/var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/var/lib'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define HAVE_DB_H 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "dctc"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.85.9"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

1. http://bugs.gentoo.org

1. http://bugs.gentoo.org сперва зарегистрируйтесь.
2. tclxml похоже лишний знак "`"
dctc проверьте где находиться libdb4.so

в /lib и /usr нет

find /lib -name libdb4.so и find /usr -name libdb4.so результатов не дал, но

emerge -ptv sys-libs/db

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] sys-libs/db-4.2.52_p2-r1  USE="-bootstrap -doc -java -nocxx -tcl -test" 0 kB 

видимо в этом и

видимо в этом и есть проблема, библиотека называется как-нибудь типа libdb4.2.so а configure ищет просто libdb4.so. Сделайте симлинк.

Оно самое. Как

Оно самое.
Как вообще такое могло произойти? Почему configure скрипт ищет только 4.0 ?

это к

это к разработчикам приложения :)

такая же

такая же проблема у меня с dctc, сделал симлинки на libdb4.2.so и на libdb4.so Не помогает, не подскажете куда копать?

У меня тоже

У меня тоже самое. Какой симлинк и на что нужен, чтоб заработало?

а вот и решение.

а вот и решение. проверено. работает.

ссылку поправь!

ссылку поправь!

проблему решил

проблему решил следующим образом - установил sys-libs/db
щас компилируется... :)

дико

дико извиняюсь.
ссылка такая http://bugs.gentoo.org/show_bug.cgi?id=135320

Если либа есть,

Если либа есть, то должно помоч env-update.
_________________
Linux
...because life is too short for reboots

его вроде как

его вроде как емерж сам делает не?

emerge только

emerge только вызывает configure с определёными параметрами. А что там в configure.ac или в самом configure это дело исключительно разработчиков...

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".