|
Error output when db was missing, error output from when gdbm was missing was the same except s/db/gdbm/:
configure:1681: checking for gcc
configure:1708: result: gcc
configure:1946: checking for C compiler version
configure:1953: gcc --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1956: $? = 0
configure:1963: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/u
sr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstr
ap --enable-shared --enable-threads=posix --enable-checking=release --with-syste
m-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c
,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable
-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj
-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-
ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linu
x
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:1966: $? = 0
configure:1973: gcc -V >&5
gcc: '-V' option must have argument
configure:1976: $? = 1
configure:1999: checking for C compiler default output file name
configure:2026: gcc -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing
-pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/inc
lude/gdbm -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/u
sr/local/include -I/usr/include/gdbm conftest.c -lresolv -lnsl -lgdbm -ldb -ldl
-lm -lcrypt -lutil -lpthread -lc >&5
/usr/bin/ld: cannot find -ldb
collect2: ld returned 1 exit status
configure:2029: $? = 1
configure:2067: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2074: error: C compiler cannot create executables
See `config.log' for more details.
|