[bt-devel] Problems compileing bibletime.

Brook Humphrey bt-devel@crosswire.org
Mon, 3 Feb 2003 12:47:57 -0800


--Boundary-00=_9VtP+CYBWFOUcOl
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

I have been trying to compile bibletime and sword with debug on so I could 
check for the memory leak that was mentioned. 

The problem is that no matter how I compile sword bibletime 1.3beta4 gives 
this error during configure.

checking for installed Sword version... configure: error: Failed to compile 
the test program to check the Sword version! Please have a look at 
config.log! Report this to the BibleTime developers!


I checked the config log and this is that part that looks no good:

configure:24458: /bin/sh ./libtool --silent --mode=link g++ -o conftest 
-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro 
-march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new 
-I$ -I/usr/lib/qt3/include -I.  -I/usr/include/sword  -DQT_THREAD_SUPPORT  
-D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall 
-I$(top_srcdir)/ -I$(top_srcdir)/bibletime  -L/usr/lib conftest.cc -lsword 
-lz 1>&5
g++-3.2: /usr/lib/.libs/libsword.so: No such file or directory



now I have no idea why it would be looking for sword in the subdirectry .libs. 
Included is the whole config log if anybody is interested.
-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
                                      Brook Humphrey           
        Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107        
http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com   
                                 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
--Boundary-00=_9VtP+CYBWFOUcOl
Content-Type: text/x-log;
  charset="us-ascii";
  name="config.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="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.57.  Invocation command line was

  $ ./configure --enable-debug=full --with-xinerama

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

hostname = mandrake.webmedic.net
uname -m = i686
uname -r = 2.4.19-24mdk
uname -s = Linux
uname -v = #1 Thu Jan 30 13:13:07 MST 2003

/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: /usr//bin
PATH: /bin
PATH: /usr/bin
PATH: .
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /home/webmedic/bin


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

configure:1519: checking build system type
configure:1537: result: i686-pc-linux-gnu
configure:1545: checking host system type
configure:1559: result: i686-pc-linux-gnu
configure:1567: checking target system type
configure:1581: result: i686-pc-linux-gnu
configure:1627: checking for a BSD-compatible install
configure:1681: result: /usr//bin/install -c
configure:1696: checking for -p flag to install
configure:1709: result: yes
configure:1720: checking whether build environment is sane
configure:1763: result: yes
configure:1783: checking for gawk
configure:1799: found /usr//bin/gawk
configure:1809: result: gawk
configure:1819: checking whether make sets $(MAKE)
configure:1839: result: yes
configure:2122: checking for style of include used by make
configure:2150: result: GNU
configure:2297: checking for gcc
configure:2313: found /usr//bin/gcc
configure:2323: result: gcc
configure:2567: checking for C compiler version
configure:2570: gcc --version </dev/null >&5
gcc-3.2 (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk)
Copyright (C) 2002 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:2573: $? = 0
configure:2575: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
configure:2578: $? = 0
configure:2580: gcc -V </dev/null >&5
gcc-3.2: argument to `-V' is missing
configure:2583: $? = 1
configure:2607: checking for C compiler default output
configure:2610: gcc  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:2613: $? = 0
configure:2659: result: a.out
configure:2664: checking whether the C compiler works
configure:2670: ./a.out
configure:2673: $? = 0
configure:2690: result: yes
configure:2697: checking whether we are cross compiling
configure:2699: result: no
configure:2702: checking for suffix of executables
configure:2704: gcc -o conftest  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:2707: $? = 0
configure:2732: result: 
configure:2738: checking for suffix of object files
configure:2760: gcc -c  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:2763: $? = 0
configure:2785: result: o
configure:2789: checking whether we are using the GNU C compiler
configure:2814: gcc -c  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:2817: $? = 0
configure:2820: test -s conftest.o
configure:2823: $? = 0
configure:2836: result: yes
configure:2842: checking whether gcc accepts -g
configure:2864: gcc -c -g  conftest.c >&5
configure:2867: $? = 0
configure:2870: test -s conftest.o
configure:2873: $? = 0
configure:2884: result: yes
configure:2901: checking for gcc option to accept ANSI C
configure:2962: gcc  -c  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:2965: $? = 0
configure:2968: test -s conftest.o
configure:2971: $? = 0
configure:2989: result: none needed
configure:3007: gcc -c  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
conftest.c:2: parse error before "me"
configure:3010: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3121: checking dependency style of gcc
configure:3183: result: gcc3
configure:3206: checking how to run the C preprocessor
configure:3242: gcc -E  conftest.c
configure:3248: $? = 0
configure:3280: gcc -E  conftest.c
configure:3281:28: ac_nonexistent.h: No such file or directory
configure:3286: $? = 1
configure: failed program was:
| #line 3271 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3324: result: gcc -E
configure:3349: gcc -E  conftest.c
configure:3355: $? = 0
configure:3387: gcc -E  conftest.c
configure:3388:28: ac_nonexistent.h: No such file or directory
configure:3393: $? = 1
configure: failed program was:
| #line 3378 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3516: checking for g++
configure:3532: found /usr//bin/g++
configure:3542: result: g++
configure:3558: checking for C++ compiler version
configure:3561: g++ --version </dev/null >&5
g++-3.2 (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk)
Copyright (C) 2002 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:3564: $? = 0
configure:3566: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
configure:3569: $? = 0
configure:3571: g++ -V </dev/null >&5
g++-3.2: argument to `-V' missing

configure:3574: $? = 1
configure:3577: checking whether we are using the GNU C++ compiler
configure:3602: g++ -c  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.cc >&5
configure:3605: $? = 0
configure:3608: test -s conftest.o
configure:3611: $? = 0
configure:3624: result: yes
configure:3630: checking whether g++ accepts -g
configure:3652: g++ -c -g  conftest.cc >&5
configure:3655: $? = 0
configure:3658: test -s conftest.o
configure:3661: $? = 0
configure:3672: result: yes
configure:3716: g++ -c  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.cc >&5
configure:3719: $? = 0
configure:3722: test -s conftest.o
configure:3725: $? = 0
configure:3752: g++ -c  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.cc >&5
configure: In function `int main()':
configure:3749: `exit' undeclared (first use this function)
configure:3749: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3755: $? = 1
configure: failed program was:
| #line 3735 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3716: g++ -c  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.cc >&5
configure:3719: $? = 0
configure:3722: test -s conftest.o
configure:3725: $? = 0
configure:3752: g++ -c  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.cc >&5
configure:3755: $? = 0
configure:3758: test -s conftest.o
configure:3761: $? = 0
configure:3786: checking dependency style of g++
configure:3848: result: gcc3
configure:3878: checking whether g++ supports -fno-builtin
configure:3917: rm -rf SunWS_cache; g++ -o conftest -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-builtin   conftest.cc  1>&5
configure:3920: $? = 0
configure:3923: test -s conftest
configure:3926: $? = 0
configure:3946: result: yes
configure:3959: checking whether g++ supports -Woverloaded-virtual
configure:3996: rm -rf SunWS_cache; g++ -o conftest -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Woverloaded-virtual   conftest.cc  1>&5
configure:3999: $? = 0
configure:4002: test -s conftest
configure:4005: $? = 0
configure:4025: result: yes
configure:4144: checking whether g++ supports -Wundef
configure:4181: rm -rf SunWS_cache; g++ -o conftest -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Wundef   conftest.cc  1>&5
configure:4184: $? = 0
configure:4187: test -s conftest
configure:4190: $? = 0
configure:4210: result: yes
configure:4222: checking whether g++ supports -Wno-long-long
configure:4259: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Wno-long-long   conftest.cc  1>&5
configure:4262: $? = 0
configure:4265: test -s conftest
configure:4268: $? = 0
configure:4288: result: yes
configure:4300: checking whether g++ supports -Wnon-virtual-dtor
configure:4337: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -Wnon-virtual-dtor   conftest.cc  1>&5
configure:4340: $? = 0
configure:4343: test -s conftest
configure:4346: $? = 0
configure:4366: result: yes
configure:4386: checking whether g++ supports -fno-exceptions
configure:4423: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions   conftest.cc  1>&5
configure:4426: $? = 0
configure:4429: test -s conftest
configure:4432: $? = 0
configure:4452: result: yes
configure:4464: checking whether g++ supports -fno-check-new
configure:4501: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new   conftest.cc  1>&5
configure:4504: $? = 0
configure:4507: test -s conftest
configure:4510: $? = 0
configure:4530: result: yes
configure:4542: checking whether g++ supports -fexceptions
configure:4579: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3  -O3  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -fexceptions   conftest.cc  1>&5
configure:4582: $? = 0
configure:4585: test -s conftest
configure:4588: $? = 0
configure:4608: result: yes
configure:5209: checking how to run the C++ preprocessor
configure:5241: g++ -E  conftest.cc
configure:5247: $? = 0
configure:5279: g++ -E  conftest.cc
configure:5283:28: ac_nonexistent.h: No such file or directory
configure:5285: $? = 1
configure: failed program was:
| #line 5270 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5323: result: g++ -E
configure:5348: g++ -E  conftest.cc
configure:5354: $? = 0
configure:5386: g++ -E  conftest.cc
configure:5390:28: ac_nonexistent.h: No such file or directory
configure:5392: $? = 1
configure: failed program was:
| #line 5377 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5457: checking whether g++ supports -frepo
configure:5494: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -frepo   conftest.cc  1>&5
conftest.cc:1: warning: -frepo must be used with -c
configure:5497: $? = 0
configure:5500: test -s conftest
configure:5503: $? = 0
configure:5523: result: yes
configure:5731: result: not using lib directory suffix
configure:5787: checking for ld used by GCC
configure:5851: result: /usr//bin/ld
configure:5860: checking if the linker (/usr//bin/ld) is GNU ld
GNU ld version 2.12.90.0.15 20020717
configure:5872: result: yes
configure:5877: checking for /usr//bin/ld option to reload object files
configure:5884: result: -r
configure:5893: checking for BSD-compatible nm
configure:5928: result: /usr//bin/nm -B
configure:5932: checking for a sed that does not truncate output
configure:6008: result: 
configure:6011: checking whether ln -s works
configure:6015: result: yes
configure:6022: checking how to recognise dependant libraries
configure:6209: result: pass_all
configure:6279: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6282: $? = 0
configure:6368: checking for egrep
configure:6378: result: grep -E
configure:6383: checking for ANSI C header files
configure:6409: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6412: $? = 0
configure:6415: test -s conftest.o
configure:6418: $? = 0
configure:6507: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure: In function `main':
configure:6510: warning: implicit declaration of function `exit'
configure:6510: $? = 0
configure:6512: ./conftest
configure:6515: $? = 0
configure:6530: result: yes
configure:6554: checking for sys/types.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for sys/stat.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for stdlib.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for string.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for memory.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for strings.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for inttypes.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for stdint.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6554: checking for unistd.h
configure:6571: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6574: $? = 0
configure:6577: test -s conftest.o
configure:6580: $? = 0
configure:6591: result: yes
configure:6617: checking dlfcn.h usability
configure:6630: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:6633: $? = 0
configure:6636: test -s conftest.o
configure:6639: $? = 0
configure:6649: result: yes
configure:6653: checking dlfcn.h presence
configure:6664: gcc -E  conftest.c
configure:6670: $? = 0
configure:6689: result: yes
configure:6725: checking for dlfcn.h
configure:6732: result: yes
configure:6749: checking the maximum length of command line arguments
configure:6797: result: 32768
configure:6808: checking command to parse /usr//bin/nm -B output from gcc object
configure:6893: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
conftest.c:5: warning: no previous prototype for `nm_test_func'
configure:6896: $? = 0
configure:6900: /usr//bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6903: $? = 0
configure:6955: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c conftstm.o >&5
configure:6958: $? = 0
configure:6996: result: ok
configure:7000: checking for objdir
configure:7015: result: .libs
configure:7105: checking for ranlib
configure:7121: found /usr//bin/ranlib
configure:7132: result: ranlib
configure:7185: checking for strip
configure:7201: found /usr//bin/strip
configure:7212: result: strip
configure:7475: checking if gcc static flag  works
conftest.c:1: warning: return type defaults to `int'
configure:7498: result: no
configure:7515: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: ignoring command line option '-fno-rtti'
cc1: warning: (it is valid for C++ but not the selected language)
cc1: warning: ignoring command line option '-fno-rtti'
cc1: warning: (it is valid for C++ but not the selected language)
configure:7539: result: no
configure:7554: checking for gcc option to produce PIC
configure:7707: result: -fPIC
configure:7714: checking if gcc PIC flag -fPIC works
configure:7738: result: yes
configure:7762: checking if gcc supports -c -o file.o
configure:7803: result: yes
configure:7829: checking whether the gcc linker (/usr//bin/ld) supports shared libraries
configure:8612: result: yes
configure:8677: checking how to hardcode library paths into programs
configure:8701: result: immediate
configure:8715: checking whether stripping libraries is possible
configure:8720: result: yes
configure:8727: checking dynamic linker characteristics
configure:9178: result: GNU/Linux ld.so
configure:9831: checking if libtool supports shared libraries
configure:9833: result: yes
configure:9836: checking whether to build shared libraries
configure:9857: result: no
configure:9860: checking whether to build static libraries
configure:9864: result: yes
configure:9943: creating libtool
configure:10668: checking whether the g++ linker (/usr//bin/ld) supports shared libraries
configure:11323: result: yes
configure:11340: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new  conftest.cc >&5
configure:11343: $? = 0
configure:11443: checking for g++ option to produce PIC
configure:11679: result: -fPIC
configure:11686: checking if g++ PIC flag -fPIC works
configure:11710: result: yes
configure:11734: checking if g++ supports -c -o file.o
configure:11775: result: yes
configure:11801: checking whether the g++ linker (/usr//bin/ld) supports shared libraries
configure:11823: result: yes
configure:11888: checking how to hardcode library paths into programs
configure:11912: result: immediate
configure:11926: checking whether stripping libraries is possible
configure:11931: result: yes
configure:11938: checking dynamic linker characteristics
configure:12389: result: GNU/Linux ld.so
configure:13458: checking if gcj supports -fno-rtti -fno-exceptions
configure:13482: result: no
configure:13497: checking for gcj option to produce PIC
configure:13650: result: -fPIC
configure:13657: checking if gcj PIC flag -fPIC works
configure:13681: result: no
configure:13705: checking if gcj supports -c -o file.o
configure:13746: result: no
configure:13772: checking whether the gcj linker (/usr//bin/ld) supports shared libraries
configure:14555: result: yes
configure:14620: checking how to hardcode library paths into programs
configure:14644: result: immediate
configure:14658: checking whether stripping libraries is possible
configure:14663: result: yes
configure:14670: checking dynamic linker characteristics
configure:15121: result: GNU/Linux ld.so
configure:16662: checking whether to enable maintainer-specific portions of Makefiles
configure:16671: result: no
configure:16691: checking for msgfmt
configure:16718: result: /usr//bin/msgfmt
configure:16727: checking for gmsgfmt
configure:16758: result: /usr//bin/msgfmt
configure:16777: checking for xgettext
configure:16804: result: /usr//bin/xgettext
configure:16832: checking for main in -lutil
configure:16857: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lutil   >&5
configure:16860: $? = 0
configure:16863: test -s conftest
configure:16866: $? = 0
configure:16878: result: yes
configure:16884: checking for main in -lcompat
configure:16909: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lcompat   >&5
/usr//bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:16912: $? = 1
configure: failed program was:
| #line 16891 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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 ()
| {
| main ();
|   ;
|   return 0;
| }
configure:16930: result: no
configure:16937: checking for crypt in -lcrypt
configure:16968: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lcrypt   >&5
configure:16971: $? = 0
configure:16974: test -s conftest
configure:16977: $? = 0
configure:16989: result: yes
configure:17073: checking for socklen_t
configure:17113: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new  conftest.cc >&5
configure:17116: $? = 0
configure:17119: test -s conftest.o
configure:17122: $? = 0
configure:17185: result: socklen_t
configure:17207: checking for dnet_ntoa in -ldnet
configure:17238: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -ldnet   >&5
/usr//bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:17241: $? = 1
configure: failed program was:
| #line 17214 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| /* 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 dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:17259: result: no
configure:17266: checking for dnet_ntoa in -ldnet_stub
configure:17297: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -ldnet_stub   >&5
/usr//bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:17300: $? = 1
configure: failed program was:
| #line 17273 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| /* 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 dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:17318: result: no
configure:17325: checking for inet_ntoa
configure:17375: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:17378: $? = 0
configure:17381: test -s conftest
configure:17384: $? = 0
configure:17395: result: yes
configure:17458: checking for connect
configure:17508: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:17511: $? = 0
configure:17514: test -s conftest
configure:17517: $? = 0
configure:17528: result: yes
configure:17592: checking for remove
configure:17642: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:17645: $? = 0
configure:17648: test -s conftest
configure:17651: $? = 0
configure:17662: result: yes
configure:17727: checking for shmat
configure:17777: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:17780: $? = 0
configure:17783: test -s conftest
configure:17786: $? = 0
configure:17797: result: yes
configure:17878: checking crt_externs.h usability
configure:17891: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:17942:25: crt_externs.h: No such file or directory
configure:17894: $? = 1
configure: failed program was:
| #line 17880 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| /* 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 <crt_externs.h>
configure:17910: result: no
configure:17914: checking crt_externs.h presence
configure:17925: gcc -E  conftest.c
configure:17944:25: crt_externs.h: No such file or directory
configure:17931: $? = 1
configure: failed program was:
| #line 17916 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:17950: result: no
configure:17986: checking for crt_externs.h
configure:17993: result: no
configure:18006: checking for _NSGetEnviron
configure:18056: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
/tmp/cco8jS9x.o: In function `main':
/home/webmedic/RPM/BUILD/bibletime-1.3beta4/configure:18071: undefined reference to `_NSGetEnviron'
/home/webmedic/RPM/BUILD/bibletime-1.3beta4/configure:18070: undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:18059: $? = 1
configure: failed program was:
| #line 18011 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); 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
| /* 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 _NSGetEnviron ();
| /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _NSGetEnviron;
|   ;
|   return 0;
| }
configure:18076: result: no
configure:18094: checking for sys/types.h
configure:18099: result: yes
configure:18094: checking for stdint.h
configure:18099: result: yes
configure:18233: checking for poll in -lpoll
configure:18264: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lpoll   >&5
/usr//bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:18267: $? = 1
configure: failed program was:
| #line 18240 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_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 poll ();
| int
| main ()
| {
| poll ();
|   ;
|   return 0;
| }
configure:18285: result: no
configure:18303: checking CoreAudio/CoreAudio.h usability
configure:18316: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:18369:33: CoreAudio/CoreAudio.h: No such file or directory
configure:18319: $? = 1
configure: failed program was:
| #line 18305 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_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 <CoreAudio/CoreAudio.h>
configure:18335: result: no
configure:18339: checking CoreAudio/CoreAudio.h presence
configure:18350: gcc -E  conftest.c
configure:18371:33: CoreAudio/CoreAudio.h: No such file or directory
configure:18356: $? = 1
configure: failed program was:
| #line 18341 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CoreAudio/CoreAudio.h>
configure:18375: result: no
configure:18411: checking for CoreAudio/CoreAudio.h
configure:18418: result: no
configure:18437: checking for res_init
configure:18485: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -pedantic-errors  conftest.cc >&5
configure:18488: $? = 0
configure:18491: test -s conftest.o
configure:18494: $? = 0
configure:18516: result: yes
configure:18519: checking if res_init needs custom prototype
configure:18612: result: no
configure:18641: checking for killpg in -lucb
configure:18672: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lucb   >&5
/usr//bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:18675: $? = 1
configure: failed program was:
| #line 18648 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 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 killpg ();
| int
| main ()
| {
| killpg ();
|   ;
|   return 0;
| }
configure:18693: result: no
configure:18766: checking for int
configure:18791: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:18794: $? = 0
configure:18797: test -s conftest.o
configure:18800: $? = 0
configure:18811: result: yes
configure:18814: checking size of int
configure:19089: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:19115: warning: no previous prototype for `longval'
configure:19116: warning: no previous prototype for `ulongval'
configure:19092: $? = 0
configure:19094: ./conftest
configure:19097: $? = 0
configure:19120: result: 4
configure:19126: checking for long
configure:19151: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:19154: $? = 0
configure:19157: test -s conftest.o
configure:19160: $? = 0
configure:19171: result: yes
configure:19174: checking size of long
configure:19449: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:19476: warning: no previous prototype for `longval'
configure:19477: warning: no previous prototype for `ulongval'
configure:19452: $? = 0
configure:19454: ./conftest
configure:19457: $? = 0
configure:19480: result: 4
configure:19486: checking for char *
configure:19511: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:19514: $? = 0
configure:19517: test -s conftest.o
configure:19520: $? = 0
configure:19531: result: yes
configure:19534: checking size of char *
configure:19809: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:19837: warning: no previous prototype for `longval'
configure:19838: warning: no previous prototype for `ulongval'
configure:19812: $? = 0
configure:19814: ./conftest
configure:19817: $? = 0
configure:19840: result: 4
configure:19846: checking for char
configure:19871: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce  conftest.c >&5
configure:19874: $? = 0
configure:19877: test -s conftest.o
configure:19880: $? = 0
configure:19891: result: yes
configure:19894: checking size of char
configure:20169: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:20198: warning: no previous prototype for `longval'
configure:20199: warning: no previous prototype for `ulongval'
configure:20172: $? = 0
configure:20174: ./conftest
configure:20177: $? = 0
configure:20200: result: 1
configure:20208: checking for dlopen in -ldl
configure:20239: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -ldl   >&5
configure:20242: $? = 0
configure:20245: test -s conftest
configure:20248: $? = 0
configure:20260: result: yes
configure:20270: checking for shl_unload in -ldld
configure:20301: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -ldld   >&5
/usr//bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:20304: $? = 1
configure: failed program was:
| #line 20277 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 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_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:20322: result: no
configure:20343: checking for vsnprintf
configure:20393: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:20396: $? = 0
configure:20399: test -s conftest
configure:20402: $? = 0
configure:20413: result: yes
configure:20343: checking for snprintf
configure:20393: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c  >&5
configure:20396: $? = 0
configure:20399: test -s conftest
configure:20402: $? = 0
configure:20413: result: yes
configure:20451: checking for X
configure:20497: gcc -E  conftest.c
configure:20503: $? = 0
configure:20594: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lXt  >&5
configure: In function `main':
configure:20619: warning: implicit declaration of function `XtMalloc'
/usr//bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:20597: $? = 1
configure: failed program was:
| #line 20577 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| XtMalloc()
|   ;
|   return 0;
| }
configure:20748: result: libraries /usr/X11R6/lib, headers .
configure:20782: checking for IceConnectionNumber in -lICE
configure:20813: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:20816: $? = 0
configure:20819: test -s conftest
configure:20822: $? = 0
configure:20834: result: yes
configure:20848: checking for libXext
configure:20884: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   -L/usr/X11R6/lib  conftest.c -lXext -lX11  >&5
configure:20887: $? = 0
configure:20890: test -s conftest
configure:20893: $? = 0
configure:20911: result: yes
configure:20924: checking for Xinerama
configure:20972: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -I.   -L/usr/X11R6/lib  conftest.c -lXinerama -lXext >&5
configure:20975: $? = 0
configure:20978: test -s conftest
configure:20981: $? = 0
configure:20998: result: yes
configure:21054: checking for pthread_create in -lpthread
configure:21085: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce   conftest.c -lpthread   >&5
configure:21088: $? = 0
configure:21091: test -s conftest
configure:21094: $? = 0
configure:21106: result: yes
configure:21526: checking for extra includes
configure:21554: result: no
configure:21558: checking for extra libs
configure:21587: result: no
configure:21593: checking for libz
configure:21628: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -I.   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -lz  >&5
configure:21631: $? = 0
configure:21634: test -s conftest
configure:21637: $? = 0
configure:21659: result: -lz
configure:21672: checking for libpng
configure:21715: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -I.   -D_REENTRANT  conftest.c  -L/usr/X11R6/lib  -lpng -lz -lm -lX11  >&5
configure:21718: $? = 0
configure:21721: test -s conftest
configure:21724: $? = 0
configure:21747: result: -lpng -lz -lm
configure:21758: checking for libjpeg6b
configure:21805: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -I.   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg6b -lm >&5
/usr//bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:21808: $? = 1
configure: failed program was:
| #line 21774 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "bibletime"
| #define VERSION "1.3beta4"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF ""
| #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_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_XINERAMA 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h.  */
| /* Override any gcc2 internal prototype to avoid an error.  */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
|     void jpeg_CreateDecompress(j_decompress_ptr cinfo,
|                                     int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
| 
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
|   ;
|   return 0;
| }
configure:21835: result: no
configure:21838: checking for libjpeg
configure:21885: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -I.   -D_REENTRANT  conftest.c -L/usr/X11R6/lib  -ljpeg -lm >&5
configure:21888: $? = 0
configure:21891: test -s conftest
configure:21894: $? = 0
configure:21912: result: -ljpeg
configure: 21939: ${prefix}/include/jpeglib.h
configure: 21939: /usr/include/jpeglib.h
taking that
configure:22109: checking for Qt
configure: 22177: %qtdir/include/qstyle.h
configure: 22177: %qtdir/qstyle.h
configure: 22177: /usr/lib/qt3/include/qstyle.h
taking that
tried NO
tried %qtdir/lib
tried %qtdir
configure:22286: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib/qt3/lib -L/usr/X11R6/lib   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
configure:22289: $? = 0
configure:22348: result: libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt
configure:22358: checking if Qt compiles without flags
configure:22455: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -I/usr/lib/qt3/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lXext -lX11  1>&5
/usr//bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
configure:22458: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 300)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:22491: result: no
configure:22529: checking for moc
configure:22598: result: /usr/lib/qt3/bin/moc
configure:22606: checking for uic
configure:22657: result: /usr/lib/qt3/bin/uic
configure:22685: checking whether uic supports -L 
configure:22696: /usr/lib/qt3/bin/uic -L /nonexistant conftest.ui >/dev/null
configure:22699: $? = 0
configure:22711: result: yes
configure:22723: checking whether uic supports -nounload 
configure:22734: /usr/lib/qt3/bin/uic -nounload  conftest.ui >/dev/null
configure:22737: $? = 0
configure:22749: result: yes
configure:22785: checking if Qt needs -ljpeg
configure:22827: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -I/usr/lib/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  conftest.cc -L/usr/X11R6/lib -L/usr/lib/qt3/lib -lqt-mt -lpng -lz -lm  -ldl -lXext -lX11 -lSM -lICE 1>&5
configure: In function `int main()':
configure:22856: warning: `char**argv' might be used uninitialized in this function
configure:22830: $? = 0
configure:22833: test -s conftest
configure:22836: $? = 0
configure:22863: result: no
configure:22889: checking for rpath
configure:22915: result: yes
configure:22918: checking for KDE
configure: 22969: /usr/include/ksharedptr.h
taking that
configure: 22999: /usr/lib/libkio.la
taking that
configure: 23017: /usr/lib/kde3/plugins/designer/kdewidgets.la
taking that
configure:23091: result: libraries /usr/lib, headers /usr/include
configure:23147: checking for KDE paths
configure:23707: result: defaults
configure:23727: checking for dcopidl
configure:23786: result: /usr/bin/dcopidl
configure:23793: checking for dcopidl2cpp
configure:23852: result: /usr/bin/dcopidl2cpp
configure:23859: checking for mcopidl
configure:23918: result: /usr/bin/mcopidl
configure:23925: checking for artsc-config
configure:23984: result: /usr/bin/artsc-config
configure:23991: checking for kde-config
configure:24042: result: /usr/bin/kde-config
configure:24049: checking for meinproc
configure:24100: result: /usr/bin/meinproc
configure: 24119: /usr/share/apps/ksgmltools2/customization/kde-chunk.xsl
taking that
configure:24263: checking whether to use static linking
configure:24282: result: no
configure:24308: checking for Sword library files
configure: 24332: /usr/lib/libsword.a
taking that
configure:24362: result: /usr/lib
configure:24365: checking for Sword include files
configure: 24381: /usr/include/sword/swmgr.h
taking that
configure:24404: result: /usr/include/sword
configure:24410: checking for installed Sword version
configure:24458: /bin/sh ./libtool --silent --mode=link g++ -o conftest -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -I$ -I/usr/lib/qt3/include -I.  -I/usr/include/sword  -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I$(top_srcdir)/ -I$(top_srcdir)/bibletime  -L/usr/lib conftest.cc -lsword -lz 1>&5
g++-3.2: /usr/lib/.libs/libsword.so: No such file or directory
conftest.cc: In function `int main(int, char*)':
conftest.cc:8: warning: unused parameter `int argc'
conftest.cc:8: warning: unused parameter `char*argv'
configure:24461: $? = 1
configure: failed program was:
configure:24468: error: Failed to compile the test program to check the Sword version! Please have a look at config.log! Report this to the BibleTime developers!

## ---------------- ##
## 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 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce'
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  -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_kde='have_kde=yes     ac_kde_includes=/usr/include ac_kde_libraries=/usr/lib'
ac_cv_have_qt='have_qt=yes     ac_qt_includes=/usr/lib/qt3/include ac_qt_libraries=/usr/lib/qt3/lib'
ac_cv_have_xinerama=yes
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
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_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr//bin/msgfmt
ac_cv_path_MSGFMT=/usr//bin/msgfmt
ac_cv_path_XGETTEXT=/usr//bin/xgettext
ac_cv_path_install='/usr//bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=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_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_socklen_t=socklen_t
ac_cv_sword_incdir=/usr/include/sword
ac_cv_sword_libdir=/usr/lib
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char=yes
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_all_paths='kde_have_all_paths="yes" 	kde_htmldir="\${prefix}/share/doc/HTML" 	kde_appsdir="\${prefix}/share/applnk" 	kde_icondir="\${prefix}/share/icons" 	kde_sounddir="\${prefix}/share/sounds" 	kde_datadir="\${prefix}/share/apps" 	kde_locale="\${prefix}/share/locale" 	kde_cgidir="\${exec_prefix}/cgi-bin" 	kde_confdir="\${prefix}/share/config" 	kde_mimedir="\${prefix}/share/mimelnk" 	kde_toolbardir="\${prefix}/share/toolbar" 	kde_wallpaperdir="\${prefix}/share/wallpapers" 	kde_templatesdir="\${prefix}/share/templates" 	kde_bindir="\${exec_prefix}/bin" 	kde_servicesdir="\${prefix}/share/services" 	kde_servicetypesdir="\${prefix}/share/servicetypes" 	kde_moduledir="\${libdir}/kde3"    kde_styledir="\${libdir}/kde3/plugins/styles" 	kde_widgetdir="/usr/lib/kde3/plugins/designer" 	kde_result=defaults'
kde_cv_func_res_init=yes
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes          kde_x_includes=. kde_x_libraries=/usr/X11R6/lib'
kde_cv_path=/usr/bin/meinproc
kde_cv_path_artsc_config=/usr/bin/artsc-config
kde_cv_path_dcopidl=/usr/bin/dcopidl
kde_cv_path_dcopidl2cpp=/usr/bin/dcopidl2cpp
kde_cv_path_kde_config=/usr/bin/kde-config
kde_cv_path_mcopidl=/usr/bin/mcopidl
kde_cv_path_meinproc=/usr/bin/meinproc
kde_cv_path_moc=/usr/lib/qt3/bin/moc
kde_cv_path_uic=/usr/lib/qt3/bin/uic
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Woverloaded_virtual=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_builtin=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_cxx_frepo=yes
kde_cv_prog_uic_L=yes
kde_cv_prog_uic_nounload=yes
kde_cv_proto_res_init=no
kde_cv_qt_direct=no
kde_cv_qt_jpeg=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr//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_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/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_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run tar'
ARTSCCONFIG='/usr/bin/artsc-config'
AUTOCONF='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run automake-1.7'
AWK='gawk'
BT_LDFLAGS=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3  -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce'
CONF_FILES=' $(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=' -DQT_THREAD_SUPPORT  -D_REENTRANT -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I$(top_srcdir)/ -I$(top_srcdir)/bibletime'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -fno-builtin -g3 -O3 -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce -fno-exceptions -fno-check-new -I$'
CYGPATH_W='echo'
DCOPIDL2CPP='/usr/bin/dcopidl2cpp'
DCOPIDL='/usr/bin/dcopidl'
DCOP_DEPENDENCIES='$(DCOPIDL)'
DEFS=''
DEPDIR='.deps'
DISTRIBUTION=''
DISTRIBUTION_VERSION=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr//bin/msgfmt'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDECONFIG='/usr/bin/kde-config'
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS='-L/usr/lib'
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH='-R $(kde_libraries) -R $(qt_libraries) -R $(x_libraries)'
KDE_USE_CLOSURE_FALSE='#'
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_XSL_STYLESHEET='/usr/share/apps/ksgmltools2/customization/kde-chunk.xsl'
LDFLAGS=' -L/usr/lib'
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng -lz -lm'
LIBPTHREAD='-lpthread'
LIBRESOLV=''
LIBS='-lsword -lz'
LIBSM='-lSM -lICE'
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBXINERAMA='-lXinerama'
LIBZ='-lz'
LIB_KAB='-lkab'
LIB_KDECORE='-lkdecore'
LIB_KDEPRINT='-lkdeprint'
LIB_KDEUI='-lkdeui'
LIB_KFILE='-lkio'
LIB_KFM=''
LIB_KHTML='-lkhtml'
LIB_KIO='-lkio'
LIB_KPARTS='-lkparts'
LIB_KSPELL='-lkspell'
LIB_KSYCOCA='-lkio'
LIB_POLL=''
LIB_QPE=''
LIB_QT='-lqt-mt  $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread'
LIB_SMB='-lsmb'
LIB_SWORD='-lsword'
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/missing --run makeinfo'
MCOPIDL='/usr/bin/mcopidl'
MEINPROC='/usr/bin/meinproc'
MOC='/usr/lib/qt3/bin/moc'
MSGFMT='/usr//bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
NOREPO='-fno-repo'
OBJEXT='o'
PACKAGE='bibletime'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTE_NORTTI=''
QT_INCLUDES='-I/usr/lib/qt3/include'
QT_LDFLAGS='-L/usr/lib/qt3/lib'
RANLIB='ranlib'
REPO='-frepo'
RPM_GROUP=''
RPM_PREFIX=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWORD_INCLUDES='-I/usr/include/sword'
SWORD_LIBRARY_PATH=''
TOPSUBDIRS=''
UIC='/usr/lib/qt3/bin/uic -L $(kde_widgetdir) -nounload'
UIC_TR='tr2i18n'
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='1.3beta4'
WOVERLOADED_VIRTUAL='-Woverloaded-virtual'
XGETTEXT='/usr//bin/xgettext'
X_EXTRA_LIBS=''
X_INCLUDES='-I.'
X_LDFLAGS='-L/usr/X11R6/lib'
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes='-I/usr/lib/qt3/include -I.  -I/usr/include/sword'
all_libraries='-L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/usr/lib  -L/usr/lib'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/webmedic/RPM/BUILD/bibletime-1.3beta4/admin/install-sh'
kde_appsdir='${prefix}/share/applnk'
kde_bindir='${exec_prefix}/bin'
kde_confdir='${prefix}/share/config'
kde_datadir='${prefix}/share/apps'
kde_htmldir='${prefix}/share/doc/HTML'
kde_icondir='${prefix}/share/icons'
kde_includes='/usr/include'
kde_libraries='/usr/lib'
kde_libs_htmldir='/usr/share/doc/HTML'
kde_libs_prefix='/usr'
kde_locale='${prefix}/share/locale'
kde_mimedir='${prefix}/share/mimelnk'
kde_moduledir='${libdir}/kde3'
kde_qtver='3'
kde_servicesdir='${prefix}/share/services'
kde_servicetypesdir='${prefix}/share/servicetypes'
kde_sounddir='${prefix}/share/sounds'
kde_styledir='${libdir}/kde3/plugins/styles'
kde_templatesdir='${prefix}/share/templates'
kde_wallpaperdir='${prefix}/share/wallpapers'
kde_widgetdir='/usr/lib/kde3/plugins/designer'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
qt_includes='/usr/lib/qt3/include'
qt_libraries='/usr/lib/qt3/lib'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='.'
x_libraries='/usr/X11R6/lib'

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

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT_PROTO 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_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_SYS_TYPES_H 1
#define HAVE_TEMPLATE_REPOSITORY 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define HAVE_XINERAMA 1
#define KDELIBSUFF ""
#define PACKAGE "bibletime"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR 1
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define VERSION "1.3beta4"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1

--Boundary-00=_9VtP+CYBWFOUcOl--