[BRLTTY] Error while building BRLTTY 4.3 from source

Sebastian Humenda shumenda at gmx.de
Sat Jun 26 14:55:03 EDT 2010


Hello Dave,

Dave Mielke <dave at mielke.cc> wrote on Sa, Jun 26, 2010 at 01:23:28 -0400:
>[quoted lines by Sebastian Humenda on 2010/06/26 at 16:03 +0200]
>>I've just tried out the newest  BRLTTY source code. Unfortunately I'm
>>getting a configure error, I attached it below. I run it with:
[...]
>>checking for key_t... yes
>>checking size of key_t... configure: error: cannot compute sizeof (key_t)
>>See `config.log' for more details.
>is odd indeed, but wouldn't be affected by any of the configure options you've 
>used. Please attach a copy of config.log so that we can see the underlying 
>problem.
Done. Is maybe something missing on my system?

Thanks
Greetings
Sebastian
-- 
Help with testing the free Latin-German FreeDict dictionary
	|	Helfe mit, das freie Lateinisch-Deutsch FreeDict Wörterbuch zu testen
Online: http://dict.uni-leipzig.de/dictd?Form=dict3&Database=lat-deu
Download: https://sourceforge.net/projects/freedict/files/Latin%20-%20German/0.3/freedict-lat-deu-0.3.tar.bz2/download
More languages | mehr Sprachen: http://www.freedict.org
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by brltty configure 4.3dev, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/build/static --disable-stripping --enable-standalone-programs --disable-learn-mode --disable-beeper-support --disable-pcm-support --disable-midi-support --disable-fm-support --disable-gpm --with-braille-driver=pg --with-braille-device=usb --with-text-table=de --with-speechd=/usr/lib/speech-dispatcher --with-speech-driver=sd,gs --with-screen-driver=lx

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

hostname = krustenbook
uname -m = i686
uname -r = 2.6.30-bpo.2-686
uname -s = Linux
uname -v = #1 SMP Fri Dec 11 18:12:58 UTC 2009

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games+
PATH: /home/streicher/lib/bin


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

configure:2285: checking build system type
configure:2303: result: i686-pc-linux-gnu
configure:2325: checking host system type
configure:2340: result: i686-pc-linux-gnu
configure:2362: checking target system type
configure:2377: result: i686-pc-linux-gnu
configure:2710: checking whether make sets $(MAKE)
configure:2731: result: yes
configure:2830: checking for gcc
configure:2846: found /usr/bin/gcc
configure:2857: result: gcc
configure:3095: checking for C compiler version
configure:3102: gcc --version >&5
gcc (Debian 4.3.2-1.1) 4.3.2
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:3105: $? = 0
configure:3112: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 
configure:3115: $? = 0
configure:3122: gcc -V >&5
gcc: '-V' option must have argument
configure:3125: $? = 1
configure:3148: checking for C compiler default output file name
configure:3175: gcc    conftest.c  >&5
configure:3178: $? = 0
configure:3216: result: a.out
configure:3233: checking whether the C compiler works
configure:3243: ./a.out
configure:3246: $? = 0
configure:3263: result: yes
configure:3270: checking whether we are cross compiling
configure:3272: result: no
configure:3275: checking for suffix of executables
configure:3282: gcc -o conftest    conftest.c  >&5
configure:3285: $? = 0
configure:3309: result: 
configure:3315: checking for suffix of object files
configure:3341: gcc -c   conftest.c >&5
configure:3344: $? = 0
configure:3367: result: o
configure:3371: checking whether we are using the GNU C compiler
configure:3400: gcc -c   conftest.c >&5
configure:3406: $? = 0
configure:3423: result: yes
configure:3428: checking whether gcc accepts -g
configure:3458: gcc -c -g  conftest.c >&5
configure:3464: $? = 0
configure:3563: result: yes
configure:3580: checking for gcc option to accept ISO C89
configure:3654: gcc  -c -g -O2  conftest.c >&5
configure:3660: $? = 0
configure:3683: result: none needed
configure:3708: checking for library containing __cxa_pure_virtual
configure:3749: gcc -Wall -o conftest -g -O2   conftest.c  >&5
/tmp/ccai0TGt.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:26: undefined reference to `__cxa_pure_virtual'
collect2: ld returned 1 exit status
configure:3755: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __cxa_pure_virtual ();
| int
| main ()
| {
| return __cxa_pure_virtual ();
|   ;
|   return 0;
| }
configure:3749: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++   >&5
configure:3755: $? = 0
configure:3783: result: -lsupc++
configure:3791: checking if the C compiler can compile C++
configure:3819: gcc -Wall -o conftest -g -O2   conftest.cc -lsupc++  >&5
configure:3825: $? = 0
configure:3843: result: yes
configure:3964: checking for C++ compiler version
configure:3971: gcc -Wall --version >&5
gcc (Debian 4.3.2-1.1) 4.3.2
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:3974: $? = 0
configure:3981: gcc -Wall -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 
configure:3984: $? = 0
configure:3991: gcc -Wall -V >&5
gcc: '-V' must come at the start of the command line
configure:3994: $? = 1
configure:3997: checking whether we are using the GNU C++ compiler
configure:4026: gcc -Wall -c   conftest.cpp >&5
configure:4032: $? = 0
configure:4049: result: yes
configure:4054: checking whether gcc -Wall accepts -g
configure:4084: gcc -Wall -c -g  conftest.cpp >&5
configure:4090: $? = 0
configure:4189: result: yes
configure:4218: checking for ld
configure:4234: found /usr/bin/ld
configure:4245: result: ld
configure:4300: checking for ranlib
configure:4316: found /usr/bin/ranlib
configure:4327: result: ranlib
configure:4357: checking for gawk
configure:4373: found /usr/bin/gawk
configure:4384: result: gawk
configure:4395: checking whether ln -s works
configure:4399: result: yes
configure:4407: checking for linkage editor program creation flags
configure:4445: result: -export-dynamic
configure:4449: checking for static linkage flag
configure:4489: result: -static
configure:4554: checking for a BSD-compatible install
configure:4610: result: /usr/bin/install -c
configure:4628: checking for doxygen
configure:4661: result: no
configure:4669: checking for make relocatable object command
configure:4681: result: $(LD) -r -o
configure:4686: checking for loadable module creation command
configure:4733: result: $(CC) -shared  -o
configure:4738: checking for dynamic library creation command
configure:4793: result: $(CC) -shared -Wl,-soname,<name> -o
configure:4798: checking for configure shared object directory command
configure:4813: result: /sbin/ldconfig -n
configure:5361: checking for library containing socket
configure:5402: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:5408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:5402: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsocket  -lsupc++  >&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:5408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:5436: result: no
configure:5444: checking for library containing inet_ntoa
configure:5485: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:5491: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char inet_ntoa ();
| int
| main ()
| {
| return inet_ntoa ();
|   ;
|   return 0;
| }
configure:5485: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lnsl  -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:5491: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char inet_ntoa ();
| int
| main ()
| {
| return inet_ntoa ();
|   ;
|   return 0;
| }
configure:5519: result: no
configure:5535: checking how to run the C preprocessor
configure:5575: gcc -Wall -E  conftest.c
configure:5581: $? = 0
configure:5612: gcc -Wall -E  conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:5618: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5651: result: gcc -Wall -E
configure:5680: gcc -Wall -E  conftest.c
configure:5686: $? = 0
configure:5717: gcc -Wall -E  conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:5723: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5761: checking for grep that handles long lines and -e
configure:5835: result: /bin/grep
configure:5840: checking for egrep
configure:5918: result: /bin/grep -E
configure:5923: checking for ANSI C header files
configure:5953: gcc -Wall -c -g -O2  conftest.c >&5
configure:5959: $? = 0
configure:6058: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:6061: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
| #include <ctype.h>
| #include <stdlib.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c) 		   (('a' <= (c) && (c) <= 'i') 		     || ('j' <= (c) && (c) <= 'r') 		     || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
| 
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
| 	|| toupper (i) != TOUPPER (i))
|       return 2;
|   return 0;
| }
configure:6087: result: no
configure:6111: checking for sys/types.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for sys/stat.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for stdlib.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for string.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for memory.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for strings.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for inttypes.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for stdint.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6111: checking for unistd.h
configure:6132: gcc -Wall -c -g -O2  conftest.c >&5
configure:6138: $? = 0
configure:6154: result: yes
configure:6201: checking libintl.h usability
configure:6218: gcc -Wall -c -g -O2  conftest.c >&5
configure:6224: $? = 0
configure:6238: result: yes
configure:6242: checking libintl.h presence
configure:6257: gcc -Wall -E  conftest.c
configure:6263: $? = 0
configure:6277: result: yes
configure:6310: checking for libintl.h
configure:6317: result: yes
configure:6323: checking for main in -lintl
configure:6352: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lintl  -lsupc++  >&5
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure:6358: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:6376: result: no
configure:6405: checking for wcslen
configure:6461: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:6467: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| /* end confdefs.h.  */
| /* Define wcslen to an innocuous variant, in case <limits.h> declares wcslen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wcslen innocuous_wcslen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wcslen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef wcslen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char wcslen ();
| /* 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_wcslen || defined __stub___wcslen
| choke me
| #endif
| 
| int
| main ()
| {
| return wcslen ();
|   ;
|   return 0;
| }
configure:6484: result: no
configure:6664: checking for icu-config
configure:6697: result: no
configure:6766: checking iconv.h usability
configure:6783: gcc -Wall -c -g -O2  conftest.c >&5
configure:6789: $? = 0
configure:6803: result: yes
configure:6807: checking iconv.h presence
configure:6822: gcc -Wall -E  conftest.c
configure:6828: $? = 0
configure:6842: result: yes
configure:6875: checking for iconv.h
configure:6883: result: yes
configure:6893: checking for main in -liconv
configure:6922: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -liconv  -lsupc++  >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:6928: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:6946: result: no
configure:6971: checking if pthreads are available
configure:6994: checking pthread.h usability
configure:7011: gcc -Wall -c -g -O2  conftest.c >&5
configure:7017: $? = 0
configure:7031: result: yes
configure:7035: checking pthread.h presence
configure:7050: gcc -Wall -E  conftest.c
configure:7056: $? = 0
configure:7070: result: yes
configure:7103: checking for pthread.h
configure:7110: result: yes
configure:7283: checking for library containing pthread_create
configure:7324: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/cc2vYG5c.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:37: undefined reference to `pthread_create'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:7330: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:7324: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lpthread  -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:7330: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:7324: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lc_r  -lsupc++  >&5
/usr/bin/ld: cannot find -lc_r
collect2: ld returned 1 exit status
configure:7330: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_create ();
| int
| main ()
| {
| return pthread_create ();
|   ;
|   return 0;
| }
configure:7358: result: no
configure:7375: result: no
configure:9248: checking which curses package to use
configure:9294: checking ncursesw/ncurses.h usability
configure:9311: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:60:30: error: ncursesw/ncurses.h: No such file or directory
configure:9317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ncursesw/ncurses.h>
configure:9331: result: no
configure:9335: checking ncursesw/ncurses.h presence
configure:9350: gcc -Wall -E  conftest.c
conftest.c:27:30: error: ncursesw/ncurses.h: No such file or directory
configure:9356: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <ncursesw/ncurses.h>
configure:9370: result: no
configure:9403: checking for ncursesw/ncurses.h
configure:9411: result: no
configure:9294: checking ncurses.h usability
configure:9311: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:60:21: error: ncurses.h: No such file or directory
configure:9317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ncurses.h>
configure:9331: result: no
configure:9335: checking ncurses.h presence
configure:9350: gcc -Wall -E  conftest.c
conftest.c:27:21: error: ncurses.h: No such file or directory
configure:9356: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <ncurses.h>
configure:9370: result: no
configure:9403: checking for ncurses.h
configure:9411: result: no
configure:9294: checking curses.h usability
configure:9311: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:60:20: error: curses.h: No such file or directory
configure:9317: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <curses.h>
configure:9331: result: no
configure:9335: checking curses.h presence
configure:9350: gcc -Wall -E  conftest.c
conftest.c:27:20: error: curses.h: No such file or directory
configure:9356: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| #include <curses.h>
configure:9370: result: no
configure:9403: checking for curses.h
configure:9411: result: no
configure:9501: result: 
configure:9643: checking X11/keysym.h usability
configure:9660: gcc -Wall -c -g -O2  conftest.c >&5
configure:9666: $? = 0
configure:9680: result: yes
configure:9684: checking X11/keysym.h presence
configure:9699: gcc -Wall -E  conftest.c
configure:9705: $? = 0
configure:9719: result: yes
configure:9752: checking for X11/keysym.h
configure:9760: result: yes
configure:9795: checking X11/extensions/XTest.h usability
configure:9812: gcc -Wall -c -g -O2  conftest.c >&5
configure:9818: $? = 0
configure:9832: result: yes
configure:9836: checking X11/extensions/XTest.h presence
configure:9851: gcc -Wall -E  conftest.c
configure:9857: $? = 0
configure:9871: result: yes
configure:9904: checking for X11/extensions/XTest.h
configure:9912: result: yes
configure:9940: checking X11/extensions/XKB.h usability
configure:9957: gcc -Wall -c -g -O2  conftest.c >&5
configure:9963: $? = 0
configure:9977: result: yes
configure:9981: checking X11/extensions/XKB.h presence
configure:9996: gcc -Wall -E  conftest.c
configure:10002: $? = 0
configure:10016: result: yes
configure:10049: checking for X11/extensions/XKB.h
configure:10057: result: yes
configure:10096: checking which gui toolkit package to use
configure:10154: checking X11/Xaw/Form.h usability
configure:10171: gcc -Wall -c -g -O2    conftest.c >&5
conftest.c:63:26: error: X11/Xaw/Form.h: No such file or directory
configure:10177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/Xaw/Form.h>
configure:10191: result: no
configure:10195: checking X11/Xaw/Form.h presence
configure:10210: gcc -Wall -E    conftest.c
conftest.c:30:26: error: X11/Xaw/Form.h: No such file or directory
configure:10216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/Xaw/Form.h>
configure:10230: result: no
configure:10263: checking for X11/Xaw/Form.h
configure:10271: result: no
configure:10154: checking X11/Xaw3d/Form.h usability
configure:10171: gcc -Wall -c -g -O2    conftest.c >&5
conftest.c:63:28: error: X11/Xaw3d/Form.h: No such file or directory
configure:10177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/Xaw3d/Form.h>
configure:10191: result: no
configure:10195: checking X11/Xaw3d/Form.h presence
configure:10210: gcc -Wall -E    conftest.c
conftest.c:30:28: error: X11/Xaw3d/Form.h: No such file or directory
configure:10216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/Xaw3d/Form.h>
configure:10230: result: no
configure:10263: checking for X11/Xaw3d/Form.h
configure:10271: result: no
configure:10154: checking X11/neXtaw/Form.h usability
configure:10171: gcc -Wall -c -g -O2    conftest.c >&5
conftest.c:63:29: error: X11/neXtaw/Form.h: No such file or directory
configure:10177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/neXtaw/Form.h>
configure:10191: result: no
configure:10195: checking X11/neXtaw/Form.h presence
configure:10210: gcc -Wall -E    conftest.c
conftest.c:30:29: error: X11/neXtaw/Form.h: No such file or directory
configure:10216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/neXtaw/Form.h>
configure:10230: result: no
configure:10263: checking for X11/neXtaw/Form.h
configure:10271: result: no
configure:10154: checking X11/XawPlus/Form.h usability
configure:10171: gcc -Wall -c -g -O2    conftest.c >&5
conftest.c:63:30: error: X11/XawPlus/Form.h: No such file or directory
configure:10177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/XawPlus/Form.h>
configure:10191: result: no
configure:10195: checking X11/XawPlus/Form.h presence
configure:10210: gcc -Wall -E    conftest.c
conftest.c:30:30: error: X11/XawPlus/Form.h: No such file or directory
configure:10216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/XawPlus/Form.h>
configure:10230: result: no
configure:10263: checking for X11/XawPlus/Form.h
configure:10271: result: no
configure:10154: checking Xm/Xm.h usability
configure:10171: gcc -Wall -c -g -O2    conftest.c >&5
conftest.c:63:19: error: Xm/Xm.h: No such file or directory
configure:10177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Xm/Xm.h>
configure:10191: result: no
configure:10195: checking Xm/Xm.h presence
configure:10210: gcc -Wall -E    conftest.c
conftest.c:30:19: error: Xm/Xm.h: No such file or directory
configure:10216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <Xm/Xm.h>
configure:10230: result: no
configure:10263: checking for Xm/Xm.h
configure:10271: result: no
configure:10361: result: 
configure:10495: checking alloca.h usability
configure:10512: gcc -Wall -c -g -O2  conftest.c >&5
configure:10518: $? = 0
configure:10532: result: yes
configure:10536: checking alloca.h presence
configure:10551: gcc -Wall -E  conftest.c
configure:10557: $? = 0
configure:10571: result: yes
configure:10604: checking for alloca.h
configure:10612: result: yes
configure:10495: checking getopt.h usability
configure:10512: gcc -Wall -c -g -O2  conftest.c >&5
configure:10518: $? = 0
configure:10532: result: yes
configure:10536: checking getopt.h presence
configure:10551: gcc -Wall -E  conftest.c
configure:10557: $? = 0
configure:10571: result: yes
configure:10604: checking for getopt.h
configure:10612: result: yes
configure:10495: checking glob.h usability
configure:10512: gcc -Wall -c -g -O2  conftest.c >&5
configure:10518: $? = 0
configure:10532: result: yes
configure:10536: checking glob.h presence
configure:10551: gcc -Wall -E  conftest.c
configure:10557: $? = 0
configure:10571: result: yes
configure:10604: checking for glob.h
configure:10612: result: yes
configure:10495: checking regex.h usability
configure:10512: gcc -Wall -c -g -O2  conftest.c >&5
configure:10518: $? = 0
configure:10532: result: yes
configure:10536: checking regex.h presence
configure:10551: gcc -Wall -E  conftest.c
configure:10557: $? = 0
configure:10571: result: yes
configure:10604: checking for regex.h
configure:10612: result: yes
configure:10495: checking syslog.h usability
configure:10512: gcc -Wall -c -g -O2  conftest.c >&5
configure:10518: $? = 0
configure:10532: result: yes
configure:10536: checking syslog.h presence
configure:10551: gcc -Wall -E  conftest.c
configure:10557: $? = 0
configure:10571: result: yes
configure:10604: checking for syslog.h
configure:10612: result: yes
configure:10640: checking sys/file.h usability
configure:10657: gcc -Wall -c -g -O2  conftest.c >&5
configure:10663: $? = 0
configure:10677: result: yes
configure:10681: checking sys/file.h presence
configure:10696: gcc -Wall -E  conftest.c
configure:10702: $? = 0
configure:10716: result: yes
configure:10749: checking for sys/file.h
configure:10757: result: yes
configure:10787: checking sys/poll.h usability
configure:10804: gcc -Wall -c -g -O2  conftest.c >&5
configure:10810: $? = 0
configure:10824: result: yes
configure:10828: checking sys/poll.h presence
configure:10843: gcc -Wall -E  conftest.c
configure:10849: $? = 0
configure:10863: result: yes
configure:10896: checking for sys/poll.h
configure:10904: result: yes
configure:10787: checking sys/select.h usability
configure:10804: gcc -Wall -c -g -O2  conftest.c >&5
configure:10810: $? = 0
configure:10824: result: yes
configure:10828: checking sys/select.h presence
configure:10843: gcc -Wall -E  conftest.c
configure:10849: $? = 0
configure:10863: result: yes
configure:10896: checking for sys/select.h
configure:10904: result: yes
configure:10787: checking sys/wait.h usability
configure:10804: gcc -Wall -c -g -O2  conftest.c >&5
configure:10810: $? = 0
configure:10824: result: yes
configure:10828: checking sys/wait.h presence
configure:10843: gcc -Wall -E  conftest.c
configure:10849: $? = 0
configure:10863: result: yes
configure:10896: checking for sys/wait.h
configure:10904: result: yes
configure:10933: checking pwd.h usability
configure:10950: gcc -Wall -c -g -O2  conftest.c >&5
configure:10956: $? = 0
configure:10970: result: yes
configure:10974: checking pwd.h presence
configure:10989: gcc -Wall -E  conftest.c
configure:10995: $? = 0
configure:11009: result: yes
configure:11042: checking for pwd.h
configure:11050: result: yes
configure:10933: checking grp.h usability
configure:10950: gcc -Wall -c -g -O2  conftest.c >&5
configure:10956: $? = 0
configure:10970: result: yes
configure:10974: checking grp.h presence
configure:10989: gcc -Wall -E  conftest.c
configure:10995: $? = 0
configure:11009: result: yes
configure:11042: checking for grp.h
configure:11050: result: yes
configure:11081: checking sys/io.h usability
configure:11098: gcc -Wall -c -g -O2  conftest.c >&5
configure:11104: $? = 0
configure:11118: result: yes
configure:11122: checking sys/io.h presence
configure:11137: gcc -Wall -E  conftest.c
configure:11143: $? = 0
configure:11157: result: yes
configure:11190: checking for sys/io.h
configure:11198: result: yes
configure:11081: checking sys/modem.h usability
configure:11098: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:75:23: error: sys/modem.h: No such file or directory
configure:11104: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/modem.h>
configure:11118: result: no
configure:11122: checking sys/modem.h presence
configure:11137: gcc -Wall -E  conftest.c
conftest.c:42:23: error: sys/modem.h: No such file or directory
configure:11143: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <sys/modem.h>
configure:11157: result: no
configure:11190: checking for sys/modem.h
configure:11198: result: no
configure:11081: checking machine/speaker.h usability
configure:11098: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:75:29: error: machine/speaker.h: No such file or directory
configure:11104: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/speaker.h>
configure:11118: result: no
configure:11122: checking machine/speaker.h presence
configure:11137: gcc -Wall -E  conftest.c
conftest.c:42:29: error: machine/speaker.h: No such file or directory
configure:11143: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| /* end confdefs.h.  */
| #include <machine/speaker.h>
configure:11157: result: no
configure:11190: checking for machine/speaker.h
configure:11198: result: no
configure:11081: checking linux/vt.h usability
configure:11098: gcc -Wall -c -g -O2  conftest.c >&5
configure:11104: $? = 0
configure:11118: result: yes
configure:11122: checking linux/vt.h presence
configure:11137: gcc -Wall -E  conftest.c
configure:11143: $? = 0
configure:11157: result: yes
configure:11190: checking for linux/vt.h
configure:11198: result: yes
configure:11228: checking mntent.h usability
configure:11245: gcc -Wall -c -g -O2  conftest.c >&5
configure:11251: $? = 0
configure:11265: result: yes
configure:11269: checking mntent.h presence
configure:11284: gcc -Wall -E  conftest.c
configure:11290: $? = 0
configure:11304: result: yes
configure:11337: checking for mntent.h
configure:11345: result: yes
configure:11228: checking sys/mnttab.h usability
configure:11245: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:77:24: error: sys/mnttab.h: No such file or directory
configure:11251: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mnttab.h>
configure:11265: result: no
configure:11269: checking sys/mnttab.h presence
configure:11284: gcc -Wall -E  conftest.c
conftest.c:44:24: error: sys/mnttab.h: No such file or directory
configure:11290: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| #include <sys/mnttab.h>
configure:11304: result: no
configure:11337: checking for sys/mnttab.h
configure:11345: result: no
configure:11362: checking for addmntent
configure:11418: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11424: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| /* end confdefs.h.  */
| /* Define addmntent to an innocuous variant, in case <limits.h> declares addmntent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define addmntent innocuous_addmntent
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char addmntent (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef addmntent
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char addmntent ();
| /* 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_addmntent || defined __stub___addmntent
| choke me
| #endif
| 
| int
| main ()
| {
| return addmntent ();
|   ;
|   return 0;
| }
configure:11442: result: no
configure:11468: checking linux/input.h usability
configure:11485: gcc -Wall -c -g -O2  conftest.c >&5
configure:11491: $? = 0
configure:11505: result: yes
configure:11509: checking linux/input.h presence
configure:11524: gcc -Wall -E  conftest.c
configure:11530: $? = 0
configure:11544: result: yes
configure:11577: checking for linux/input.h
configure:11585: result: yes
configure:11598: checking for linux/uinput.h
configure:11621: gcc -Wall -c -g -O2  conftest.c >&5
configure:11627: $? = 0
configure:11643: result: yes
configure:11666: checking for getopt_long
configure:11722: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11728: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getopt_long to an innocuous variant, in case <limits.h> declares getopt_long.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getopt_long innocuous_getopt_long
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getopt_long (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getopt_long
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getopt_long ();
| /* 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_getopt_long || defined __stub___getopt_long
| choke me
| #endif
| 
| int
| main ()
| {
| return getopt_long ();
|   ;
|   return 0;
| }
configure:11746: result: no
configure:11666: checking for hstrerror
configure:11722: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11728: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define hstrerror to an innocuous variant, in case <limits.h> declares hstrerror.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define hstrerror innocuous_hstrerror
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char hstrerror (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef hstrerror
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char hstrerror ();
| /* 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_hstrerror || defined __stub___hstrerror
| choke me
| #endif
| 
| int
| main ()
| {
| return hstrerror ();
|   ;
|   return 0;
| }
configure:11746: result: no
configure:11666: checking for realpath
configure:11722: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11728: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define realpath to an innocuous variant, in case <limits.h> declares realpath.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define realpath innocuous_realpath
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char realpath (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef realpath
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char realpath ();
| /* 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_realpath || defined __stub___realpath
| choke me
| #endif
| 
| int
| main ()
| {
| return realpath ();
|   ;
|   return 0;
| }
configure:11746: result: no
configure:11666: checking for vsyslog
configure:11722: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11728: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define vsyslog to an innocuous variant, in case <limits.h> declares vsyslog.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vsyslog innocuous_vsyslog
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vsyslog (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef vsyslog
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vsyslog ();
| /* 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_vsyslog || defined __stub___vsyslog
| choke me
| #endif
| 
| int
| main ()
| {
| return vsyslog ();
|   ;
|   return 0;
| }
configure:11746: result: no
configure:11761: checking for pause
configure:11817: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define pause to an innocuous variant, in case <limits.h> declares pause.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pause innocuous_pause
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pause (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pause
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pause ();
| /* 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_pause || defined __stub___pause
| choke me
| #endif
| 
| int
| main ()
| {
| return pause ();
|   ;
|   return 0;
| }
configure:11841: result: no
configure:11761: checking for sigaction
configure:11817: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11823: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigaction innocuous_sigaction
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigaction (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sigaction
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigaction ();
| /* 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_sigaction || defined __stub___sigaction
| choke me
| #endif
| 
| int
| main ()
| {
| return sigaction ();
|   ;
|   return 0;
| }
configure:11841: result: no
configure:11856: checking for fchdir
configure:11912: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11918: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define fchdir to an innocuous variant, in case <limits.h> declares fchdir.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fchdir innocuous_fchdir
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fchdir (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fchdir
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fchdir ();
| /* 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_fchdir || defined __stub___fchdir
| choke me
| #endif
| 
| int
| main ()
| {
| return fchdir ();
|   ;
|   return 0;
| }
configure:11936: result: no
configure:11856: checking for fchmod
configure:11912: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:11918: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define fchmod to an innocuous variant, in case <limits.h> declares fchmod.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fchmod innocuous_fchmod
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fchmod (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fchmod
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fchmod ();
| /* 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_fchmod || defined __stub___fchmod
| choke me
| #endif
| 
| int
| main ()
| {
| return fchmod ();
|   ;
|   return 0;
| }
configure:11936: result: no
configure:11951: checking for shmget
configure:12007: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12013: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define shmget to an innocuous variant, in case <limits.h> declares shmget.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shmget innocuous_shmget
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shmget (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shmget
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shmget ();
| /* 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_shmget || defined __stub___shmget
| choke me
| #endif
| 
| int
| main ()
| {
| return shmget ();
|   ;
|   return 0;
| }
configure:12031: result: no
configure:11951: checking for shm_open
configure:12007: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/ccKsYzkI.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:80: undefined reference to `shm_open'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12013: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define shm_open to an innocuous variant, in case <limits.h> declares shm_open.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shm_open innocuous_shm_open
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shm_open (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shm_open
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| /* 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_shm_open || defined __stub___shm_open
| choke me
| #endif
| 
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:12031: result: no
configure:12047: checking for getpeereid
configure:12103: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/cckmcni0.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:80: undefined reference to `getpeereid'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeereid innocuous_getpeereid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeereid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeereid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeereid ();
| /* 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_getpeereid || defined __stub___getpeereid
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeereid ();
|   ;
|   return 0;
| }
configure:12127: result: no
configure:12047: checking for getpeerucred
configure:12103: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/cciORBRg.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:80: undefined reference to `getpeerucred'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeerucred innocuous_getpeerucred
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeerucred (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getpeerucred
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpeerucred ();
| /* 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_getpeerucred || defined __stub___getpeerucred
| choke me
| #endif
| 
| int
| main ()
| {
| return getpeerucred ();
|   ;
|   return 0;
| }
configure:12127: result: no
configure:12047: checking for getzoneid
configure:12103: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/ccmR9SVw.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:80: undefined reference to `getzoneid'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getzoneid to an innocuous variant, in case <limits.h> declares getzoneid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getzoneid innocuous_getzoneid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getzoneid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getzoneid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getzoneid ();
| /* 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_getzoneid || defined __stub___getzoneid
| choke me
| #endif
| 
| int
| main ()
| {
| return getzoneid ();
|   ;
|   return 0;
| }
configure:12127: result: no
configure:12412: checking for gai_strerror
configure:12468: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12474: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define gai_strerror to an innocuous variant, in case <limits.h> declares gai_strerror.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gai_strerror innocuous_gai_strerror
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gai_strerror (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gai_strerror
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gai_strerror ();
| /* 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_gai_strerror || defined __stub___gai_strerror
| choke me
| #endif
| 
| int
| main ()
| {
| return gai_strerror ();
|   ;
|   return 0;
| }
configure:12492: result: no
configure:12412: checking for getaddrinfo
configure:12468: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/tmp/cciZPGN3.o: In function `main':
/home/streicher/daten/quellen/foreign/brltty/conftest.c:80: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12474: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getaddrinfo innocuous_getaddrinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getaddrinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getaddrinfo
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getaddrinfo ();
| /* 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_getaddrinfo || defined __stub___getaddrinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return getaddrinfo ();
|   ;
|   return 0;
| }
configure:12492: result: no
configure:12412: checking for getnameinfo
configure:12468: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12474: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| /* Define getnameinfo to an innocuous variant, in case <limits.h> declares getnameinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getnameinfo innocuous_getnameinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getnameinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getnameinfo
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getnameinfo ();
| /* 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_getnameinfo || defined __stub___getnameinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return getnameinfo ();
|   ;
|   return 0;
| }
configure:12492: result: no
configure:12505: checking for key_t
configure:12539: gcc -Wall -c -g -O2  conftest.c >&5
configure:12545: $? = 0
configure:12560: result: yes
configure:12567: checking size of key_t
configure:12893: gcc -Wall -o conftest -g -O2   -static -Wl,-export-dynamic conftest.c -lsupc++  >&5
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xe5): undefined reference to `__rel_iplt_end'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xec): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0xfd): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x106): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x113): undefined reference to `__rel_iplt_start'
/usr/lib/gcc/i486-linux-gnu/4.3.2/../../../../lib/libc.a(elf-init.o): In function `__libc_csu_irel':
(.text+0x11b): undefined reference to `__rel_iplt_start'
collect2: ld returned 1 exit status
configure:12896: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.3dev"
| #define PACKAGE_STRING "brltty 4.3dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.5"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 5
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "5203"
| #define CONFIGURATION_FILE "brltty.conf"
| #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 ENABLE_I18N_SUPPORT 1
| #define HAVE_ICONV_H 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_X11_KEYSYM_H 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_IO_H 1
| #define HAVE_LINUX_VT_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/ipc.h>
| 
| 
|    typedef key_t ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:12916: error: cannot compute sizeof (key_t)
See `config.log' for more details.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_func_addmntent=no
ac_cv_func_fchdir=no
ac_cv_func_fchmod=no
ac_cv_func_gai_strerror=no
ac_cv_func_getaddrinfo=no
ac_cv_func_getnameinfo=no
ac_cv_func_getopt_long=no
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_getzoneid=no
ac_cv_func_hstrerror=no
ac_cv_func_pause=no
ac_cv_func_realpath=no
ac_cv_func_shm_open=no
ac_cv_func_shmget=no
ac_cv_func_sigaction=no
ac_cv_func_vsyslog=no
ac_cv_func_wcslen=no
ac_cv_header_X11_Xaw3d_Form_h=no
ac_cv_header_X11_XawPlus_Form_h=no
ac_cv_header_X11_Xaw_Form_h=no
ac_cv_header_X11_extensions_XKB_h=yes
ac_cv_header_X11_extensions_XTest_h=yes
ac_cv_header_X11_keysym_h=yes
ac_cv_header_X11_neXtaw_Form_h=no
ac_cv_header_Xm_Xm_h=no
ac_cv_header_alloca_h=yes
ac_cv_header_curses_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_linux_input_h=yes
ac_cv_header_linux_uinput_h=yes
ac_cv_header_linux_vt_h=yes
ac_cv_header_machine_speaker_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_ncurses_h=no
ac_cv_header_ncursesw_ncurses_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=no
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_file_h=yes
ac_cv_header_sys_io_h=yes
ac_cv_header_sys_mnttab_h=no
ac_cv_header_sys_modem_h=no
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_iconv=ac_cv_lib_iconv_main
ac_cv_lib_iconv_main=no
ac_cv_lib_intl=ac_cv_lib_intl_main
ac_cv_lib_intl_main=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -Wall -E'
ac_cv_prog_LD=ld
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search___cxa_pure_virtual=-lsupc++
ac_cv_search_inet_ntoa=no
ac_cv_search_pthread_create=no
ac_cv_search_socket=no
ac_cv_target=i686-pc-linux-gnu
ac_cv_type_key_t=yes
brltty_cv_have_pthreads=no
brltty_cv_package_curses=
brltty_cv_package_gui_toolkit=
brltty_cv_prog_cc_cxx=yes
brltty_cv_prog_conflibdir='/sbin/ldconfig -n'
brltty_cv_prog_ld_flags=-export-dynamic
brltty_cv_prog_ld_static=-static
brltty_cv_prog_mklib='$(CC) -shared -Wl,-soname,<name> -o'
brltty_cv_prog_mkmod='$(CC) -shared  -o'
brltty_cv_prog_mkobj='$(LD) -r -o'

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

AWK='gawk'
CAML_OK=''
CC='gcc -Wall'
CFLAGS='-g -O2'
CONFIGURATION_DIRECTORY=''
CONFLIBDIR='/sbin/ldconfig -n'
CPP='gcc -Wall -E'
CPPFLAGS=''
CXX='gcc -Wall -Wall'
CXXFLAGS='-g -O2'
DATA_DIRECTORY=''
DEFS=''
DOXYGEN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
ICU_CONFIG=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTION_STRIP=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAR=''
JAR_NAME=''
JAVAC=''
JAVAC_PATH=''
JAVADOC=''
JAVADOC_NAME=''
JAVA_JAR=''
JAVA_JAR_DIR=''
JAVA_JNI=''
JAVA_JNI_DIR=''
JAVA_JNI_FLAGS=''
JAVA_JNI_HDR=''
JAVA_JNI_INC=''
JAVA_OK=''
LD='ld'
LDFLAGS=' -static -Wl,-export-dynamic'
LIBCFLAGS=''
LIBCXXFLAGS=''
LIBOBJS=''
LIBRARY_DIRECTORY=''
LIBS='-lsupc++ '
LISP_OK=''
LN_S='ln -s'
LTLIBOBJS=''
MKLIB='$(CC) -shared -Wl,-soname,<name> -o'
MKMOD='$(CC) -shared  -o'
MKOBJ='$(LD) -r -o'
OBJEXT='o'
OCAMLBEST=''
OCAMLC=''
OCAMLCDOTOPT=''
OCAMLFIND=''
OCAMLLIB=''
OCAMLMKLIB=''
OCAMLOPT=''
OCAMLOPTDOTOPT=''
OCAMLVERSION=''
OCAMLWIN32=''
OCAML_CLIBS=''
OCAML_INSTALL_TARGET=''
OCAML_NCLIB=''
OCAML_UNINSTALL_TARGET=''
PACKAGE_BUGREPORT='http://mielke.cc/brltty/'
PACKAGE_NAME='brltty'
PACKAGE_STRING='brltty 4.3dev'
PACKAGE_TARNAME='brltty'
PACKAGE_TITLE='BRLTTY'
PACKAGE_VERSION='4.3dev'
PATH_SEPARATOR=':'
PYREXC=''
PYREXC_CFLAGS=''
PYTHON=''
PYTHON_CPPFLAGS=''
PYTHON_EXTRA_LDFLAGS=''
PYTHON_EXTRA_LIBS=''
PYTHON_LIBS=''
PYTHON_OK=''
PYTHON_PROLOGUE=''
PYTHON_SITE_PKG=''
PYTHON_VERSION=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SYSCFLAGS=' -D_REENTRANT'
TCLSH=''
TCL_CPPFLAGS=''
TCL_DIR=''
TCL_LIBS=''
TCL_OK=''
WRITABLE_DIRECTORY=''
ac_ct_CC='gcc'
ac_ct_CXX=''
all_api=''
all_api_bindings=''
all_xbrlapi='all-xbrlapi'
api_authkeyfile='brlapi.key'
api_bindings=''
api_dynamic_library=''
api_libraries=''
api_major='0'
api_minor='5'
api_objects=''
api_ref=''
api_release='0.5.5'
api_revision='5'
api_socket_path=''
api_version='0.5'
archive_extension=''
archive_prefix=''
attributes_table=''
beeper_tune_objects=''
bindir='${exec_prefix}/bin'
bluetooth_cflags=''
bluetooth_libs=''
bluetooth_package=''
braille_device=''
braille_driver_libraries=''
braille_driver_objects=''
braille_drivers=''
braille_help=''
braille_libraries_al=''
braille_libraries_at=''
braille_libraries_ba=''
braille_libraries_bd=''
braille_libraries_bl=''
braille_libraries_bm=''
braille_libraries_bn=''
braille_libraries_cb=''
braille_libraries_ec=''
braille_libraries_eu=''
braille_libraries_fs=''
braille_libraries_hm=''
braille_libraries_ht=''
braille_libraries_il=''
braille_libraries_lb=''
braille_libraries_lt=''
braille_libraries_mb=''
braille_libraries_md=''
braille_libraries_mn=''
braille_libraries_mt=''
braille_libraries_pg=''
braille_libraries_pm=''
braille_libraries_sk=''
braille_libraries_tn=''
braille_libraries_ts=''
braille_libraries_tt=''
braille_libraries_vd=''
braille_libraries_vo=''
braille_libraries_vr=''
braille_libraries_vs=''
braille_libraries_xw=''
brltty_cflags_x=' '
brltty_external_codes_braille=''
brltty_external_codes_screen=''
brltty_external_codes_speech=''
brltty_external_names_braille=''
brltty_external_names_screen=''
brltty_external_names_speech=''
brltty_internal_codes_braille=''
brltty_internal_codes_screen=''
brltty_internal_codes_speech=''
brltty_internal_names_braille=''
brltty_internal_names_screen=''
brltty_internal_names_speech=''
brltty_item_codes_braille=''
brltty_item_codes_screen=''
brltty_item_codes_speech=''
brltty_item_names_braille=''
brltty_item_names_screen=''
brltty_item_names_speech=''
brltty_libs_curses=''
brltty_libs_x='-lX11 -lpthread -lxcb -lXau -lXdmcp  '
brltty_libs_xkb='-lXtst -lXext -lX11 -lpthread -lxcb -lXau -lXdmcp   -lXext -lX11 -lpthread -lxcb -lXau -lXdmcp   '
brltty_libs_xtk='-lXt -lX11 -lpthread -lSM -lxcb -lXau -lXdmcp -lICE    '
brltty_manual_directories=' Documents/Manual-BRLTTY/English Documents/Manual-BRLTTY/French Documents/Manual-BrlAPI/English'
brltty_package_curses=''
brltty_package_gui_toolkit=''
build='i686-pc-linux-gnu'
build_alias=''
build_api=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
can_make_BrlAPIref='no'
compiler_prefix=''
configuration_file='brltty.conf'
contracted_braille_objects=''
cspi_includes=''
cspi_libs=''
data_directory='${prefix}/etc/brltty'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dbus_includes=''
dbus_libs=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
espeak_root=''
exec_prefix='NONE'
execute_root=''
first_serial_device=''
flite_language=''
flite_lexicon=''
flite_root=''
flite_voice=''
fm_tune_objects=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
icu_includes=''
icu_libraries=''
include_directory='${prefix}/include/brltty'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_api=''
install_api_bindings=''
install_api_libraries=''
install_attributes_tables=''
install_contraction_tables=''
install_drivers=''
install_root=''
install_text_tables=''
install_xbrlapi='install-xbrlapi'
keyboard_objects=''
libbraille_root=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
library_directory='${exec_prefix}/lib/brltty'
library_extension=''
library_prefix=''
libsearch_variable=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
manpage_directory='${datarootdir}/man'
midi_tune_objects=''
mikropuhe_root=''
module_extension=''
module_name=''
oldincludedir='/usr/include'
package_date='2010/06/26'
pcm_tune_objects=''
pdfdir='${docdir}'
prefix='/build/static'
program_directory='${exec_prefix}/bin'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
screen_driver_libraries=''
screen_driver_objects=''
screen_drivers=''
screen_help=''
screen_libraries_a2=''
screen_libraries_as=''
screen_libraries_hd=''
screen_libraries_lx=''
screen_libraries_pb=''
screen_libraries_sc=''
screen_libraries_wn=''
sharedstatedir='${prefix}/com'
speech_driver_libraries=''
speech_driver_objects=''
speech_drivers=''
speech_help=''
speech_libraries_al=''
speech_libraries_bl=''
speech_libraries_cb=''
speech_libraries_es=''
speech_libraries_fl=''
speech_libraries_fv=''
speech_libraries_gs=''
speech_libraries_mp=''
speech_libraries_sd=''
speech_libraries_sw=''
speech_libraries_th=''
speech_libraries_vv=''
speech_libraries_xs=''
speech_support_object=''
speechd_root=''
swift_root=''
sysconfdir='${prefix}/etc'
system_object=''
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
text_table=''
theta_root=''
uninstall_api_libraries=''
usb_cflags=''
usb_libs=''
usb_package=''
viavoice_root=''
writable_directory='${exec_prefix}/lib/brltty/rw'

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

#define PACKAGE_NAME "brltty"
#define PACKAGE_TARNAME "brltty"
#define PACKAGE_VERSION "4.3dev"
#define PACKAGE_STRING "brltty 4.3dev"
#define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
#define BRLAPI_RELEASE "0.5.5"
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 5
#define BRLAPI_REVISION 5
#define PACKAGE_TITLE "BRLTTY"
#define PACKAGE_REVISION "5203"
#define CONFIGURATION_FILE "brltty.conf"
#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 ENABLE_I18N_SUPPORT 1
#define HAVE_ICONV_H 1
#define BRLAPI_AUTHKEYFILE "brlapi.key"
#define HAVE_X11_KEYSYM_H 1
#define HAVE_X11_EXTENSIONS_XTEST_H 1
#define HAVE_X11_EXTENSIONS_XKB_H 1
#define HAVE_ALLOCA_H 1
#define HAVE_GETOPT_H 1
#define HAVE_GLOB_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_SYS_IO_H 1
#define HAVE_LINUX_VT_H 1
#define HAVE_MNTENT_H 1
#define HAVE_LINUX_INPUT_H 1
#define HAVE_LINUX_UINPUT_H 1

configure: exit 77


More information about the BRLTTY mailing list