[BRLTTY] speech-dispatcher and brltty

Daniel Dalton d.dalton at iinet.net.au
Tue Mar 18 03:33:06 EDT 2008


On Mon, 17 Mar 2008, Dave Mielke wrote:

> [quoted lines by Daniel Dalton on 2008/03/18 at 07:10 +1100]
>
>> So do I need to tell brltty that the files are located in /usr/lib?
>> Or will it find them?
>
> It should find it. If it doesn't find it then please provide us with a copy of
> your config.log.

Its attached.

Thanks,

-- 
Daniel Dalton

http://members.iinet.net.au/~ddalton/
d.dalton at iinet.net.au
-------------- 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 3.10dev, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

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

hostname = iinet
uname -m = i686
uname -r = 2.6.23-i386
uname -s = Linux
uname -v = #2 SMP Sat Feb 23 15:29:55 EST 2008

/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/bin/X11
PATH: /usr/games
PATH: /usr/local/arm-elf/bin
PATH: /usr/local/sh-elf/bin
PATH: /usr/local/m68k-elf/bin
PATH: /bin
PATH: /bin/speakup
PATH: /bin/speakup


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

configure:2220: checking build system type
configure:2238: result: i686-pc-linux-gnu
configure:2260: checking host system type
configure:2275: result: i686-pc-linux-gnu
configure:2297: checking target system type
configure:2312: result: i686-pc-linux-gnu
configure:2591: checking for gawk
configure:2607: found /usr/bin/gawk
configure:2618: result: gawk
configure:2776: checking whether make sets $(MAKE)
configure:2797: result: yes
configure:2855: checking for gcc
configure:2871: found /usr/bin/gcc
configure:2882: result: gcc
configure:3120: checking for C compiler version
configure:3127: gcc --version >&5
gcc (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 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:3130: $? = 0
configure:3137: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
configure:3140: $? = 0
configure:3147: gcc -V >&5
gcc: '-V' option must have argument
configure:3150: $? = 1
configure:3173: checking for C compiler default output file name
configure:3200: gcc    conftest.c  >&5
configure:3203: $? = 0
configure:3241: result: a.out
configure:3258: checking whether the C compiler works
configure:3268: ./a.out
configure:3271: $? = 0
configure:3288: result: yes
configure:3295: checking whether we are cross compiling
configure:3297: result: no
configure:3300: checking for suffix of executables
configure:3307: gcc -o conftest    conftest.c  >&5
configure:3310: $? = 0
configure:3334: result: 
configure:3340: checking for suffix of object files
configure:3366: gcc -c   conftest.c >&5
configure:3369: $? = 0
configure:3392: result: o
configure:3396: checking whether we are using the GNU C compiler
configure:3425: gcc -c   conftest.c >&5
configure:3431: $? = 0
configure:3448: result: yes
configure:3453: checking whether gcc accepts -g
configure:3483: gcc -c -g  conftest.c >&5
configure:3489: $? = 0
configure:3588: result: yes
configure:3605: checking for gcc option to accept ISO C89
configure:3679: gcc  -c -g -O2  conftest.c >&5
configure:3685: $? = 0
configure:3708: result: none needed
configure:3731: checking for library containing __cxa_pure_virtual
configure:3772: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccsNNAcl.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:31: undefined reference to `__cxa_pure_virtual'
collect2: ld returned 1 exit status
configure:3778: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| /* 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:3772: gcc -o conftest -g -O2   conftest.c -lsupc++   >&5
configure:3778: $? = 0
configure:3806: result: -lsupc++
configure:3814: checking if the C compiler can compile C++
configure:3842: gcc -o conftest -g -O2   conftest.cc -lsupc++  >&5
configure:3848: $? = 0
configure:3866: result: yes
configure:3987: checking for C++ compiler version
configure:3994: gcc --version >&5
gcc (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 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:3997: $? = 0
configure:4004: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
configure:4007: $? = 0
configure:4014: gcc -V >&5
gcc: '-V' option must have argument
configure:4017: $? = 1
configure:4020: checking whether we are using the GNU C++ compiler
configure:4049: gcc -c   conftest.cpp >&5
configure:4055: $? = 0
configure:4072: result: yes
configure:4077: checking whether gcc accepts -g
configure:4107: gcc -c -g  conftest.cpp >&5
configure:4113: $? = 0
configure:4212: result: yes
configure:4256: checking for ld
configure:4272: found /usr/bin/ld
configure:4283: result: ld
configure:4338: checking for ranlib
configure:4354: found /usr/bin/ranlib
configure:4365: result: ranlib
configure:4395: checking for bison
configure:4411: found /usr/bin/bison
configure:4422: result: bison -y
configure:4438: checking for gawk
configure:4465: result: gawk
configure:4476: checking whether ln -s works
configure:4480: result: yes
configure:4501: checking for a BSD-compatible install
configure:4557: result: /usr/bin/install -c
configure:4575: checking for doxygen
configure:4593: found /usr/bin/doxygen
configure:4605: result: /usr/bin/doxygen
configure:4627: checking for make relocatable object command
configure:4639: result: $(LD) -r -o
configure:4644: checking for loadable module creation command
configure:4691: result: $(CC) -shared  -o
configure:4696: checking for dynamic library creation command
configure:4751: result: $(CC) -shared -Wl,-soname,<name> -o
configure:4756: checking for configure shared object directory command
configure:4771: result: /sbin/ldconfig -n
configure:5319: checking for library containing socket
configure:5360: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:5366: $? = 0
configure:5394: result: none required
configure:5402: checking for library containing inet_ntoa
configure:5443: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:5449: $? = 0
configure:5477: result: none required
configure:5493: checking how to run the C preprocessor
configure:5533: gcc -Wall -E  conftest.c
configure:5539: $? = 0
configure:5570: gcc -Wall -E  conftest.c
conftest.c:20:28: error: ac_nonexistent.h: No such file or directory
configure:5576: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5609: result: gcc -Wall -E
configure:5638: gcc -Wall -E  conftest.c
configure:5644: $? = 0
configure:5675: gcc -Wall -E  conftest.c
conftest.c:20:28: error: ac_nonexistent.h: No such file or directory
configure:5681: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5719: checking for grep that handles long lines and -e
configure:5793: result: /bin/grep
configure:5798: checking for egrep
configure:5876: result: /bin/grep -E
configure:5881: checking for ANSI C header files
configure:5911: gcc -Wall -c -g -O2  conftest.c >&5
configure:5917: $? = 0
configure:6016: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:6019: $? = 0
configure:6025: ./conftest
configure:6028: $? = 0
configure:6045: result: yes
configure:6069: checking for sys/types.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for sys/stat.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for stdlib.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for string.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for memory.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for strings.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for inttypes.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for stdint.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6069: checking for unistd.h
configure:6090: gcc -Wall -c -g -O2  conftest.c >&5
configure:6096: $? = 0
configure:6112: result: yes
configure:6159: checking libintl.h usability
configure:6176: gcc -Wall -c -g -O2  conftest.c >&5
configure:6182: $? = 0
configure:6196: result: yes
configure:6200: checking libintl.h presence
configure:6215: gcc -Wall -E  conftest.c
configure:6221: $? = 0
configure:6235: result: yes
configure:6268: checking for libintl.h
configure:6275: result: yes
configure:6281: checking for main in -lintl
configure:6310: gcc -Wall -o conftest -g -O2   conftest.c -lintl  -lsupc++  >&5
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure:6316: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:6334: result: no
configure:6363: checking for wcslen
configure:6419: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
configure:6425: $? = 0
configure:6442: result: yes
configure:6460: checking wchar.h usability
configure:6477: gcc -Wall -c -g -O2  conftest.c >&5
configure:6483: $? = 0
configure:6497: result: yes
configure:6501: checking wchar.h presence
configure:6516: gcc -Wall -E  conftest.c
configure:6522: $? = 0
configure:6536: result: yes
configure:6569: checking for wchar.h
configure:6577: result: yes
configure:6608: checking unicode/uchar.h usability
configure:6625: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:65:27: error: unicode/uchar.h: No such file or directory
configure:6631: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_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 <unicode/uchar.h>
configure:6645: result: no
configure:6649: checking unicode/uchar.h presence
configure:6664: gcc -Wall -E  conftest.c
conftest.c:32:27: error: unicode/uchar.h: No such file or directory
configure:6670: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <unicode/uchar.h>
configure:6684: result: no
configure:6717: checking for unicode/uchar.h
configure:6725: result: no
configure:6844: checking iconv.h usability
configure:6861: gcc -Wall -c -g -O2  conftest.c >&5
configure:6867: $? = 0
configure:6881: result: yes
configure:6885: checking iconv.h presence
configure:6900: gcc -Wall -E  conftest.c
configure:6906: $? = 0
configure:6920: result: yes
configure:6953: checking for iconv.h
configure:6961: result: yes
configure:6971: checking for main in -liconv
configure:7000: gcc -Wall -o conftest -g -O2   conftest.c -liconv  -lsupc++  >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:7006: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:7024: result: no
configure:7049: checking if pthreads are available
configure:7071: checking pthread.h usability
configure:7088: gcc -Wall -c -g -O2  conftest.c >&5
configure:7094: $? = 0
configure:7108: result: yes
configure:7112: checking pthread.h presence
configure:7127: gcc -Wall -E  conftest.c
configure:7133: $? = 0
configure:7147: result: yes
configure:7180: checking for pthread.h
configure:7187: result: yes
configure:7360: checking for library containing pthread_create
configure:7401: gcc -Wall -o conftest -g -O2   conftest.c -lsupc++  >&5
/tmp/ccPF3fNo.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:44: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure:7407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 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:7401: gcc -Wall -o conftest -g -O2   conftest.c -lpthread  -lsupc++  >&5
configure:7407: $? = 0
configure:7435: result: -lpthread
configure:7452: result: yes
configure:7600: checking for ocamlc
configure:7628: result: no
configure:7637: WARNING: Cannot find ocamlc.
configure:7960: WARNING: Caml BrlAPI bindings not included
configure:8072: checking for javac
configure:8090: found /usr/bin/javac
configure:8102: result: /usr/bin/javac
configure:8211: Java compiler is /usr/bin/javac
configure:8276: checking for javadoc
configure:8292: found /usr/bin/javadoc
configure:8303: result: javadoc
configure:8327: checking for jar
configure:8343: found /usr/bin/jar
configure:8354: result: jar
configure:8380: Java jar installation directory is /usr/share/java
configure:8407: checking jni.h usability
configure:8424: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:68:17: error: jni.h: No such file or directory
configure:8430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| /* 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 <jni.h>
configure:8444: result: no
configure:8448: checking jni.h presence
configure:8463: gcc -Wall -E  conftest.c
conftest.c:35:17: error: jni.h: No such file or directory
configure:8469: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| /* end confdefs.h.  */
| #include <jni.h>
configure:8483: result: no
configure:8516: checking for jni.h
configure:8524: result: no
configure:8532: checking for "/usr/include/jni.h"
configure:8548: result: no
configure:8578: WARNING: no commonly used jni installation directory
configure:8596: WARNING: Java BrlAPI bindings not included
configure:8659: checking for python
configure:8677: found /usr/bin/python
configure:8689: result: /usr/bin/python
configure:8797: checking for pyrexc
configure:8815: found /usr/bin/pyrexc
configure:8827: result: /usr/bin/pyrexc
configure:9089: WARNING: Tcl configuration script not found: tclConfig.sh
configure:9173: WARNING: Tcl BrlAPI bindings not included
configure:9236: checking which curses package to use
configure:9282: checking ncurses.h usability
configure:9299: gcc -Wall -c -g -O2  conftest.c >&5
configure:9305: $? = 0
configure:9319: result: yes
configure:9323: checking ncurses.h presence
configure:9338: gcc -Wall -E  conftest.c
configure:9344: $? = 0
configure:9358: result: yes
configure:9391: checking for ncurses.h
configure:9399: result: yes
configure:9417: checking for main in -lncursesw
configure:9446: gcc -Wall -o conftest -g -O2   conftest.c -lncursesw  -lpthread -lsupc++  >&5
/usr/bin/ld: cannot find -lncursesw
collect2: ld returned 1 exit status
configure:9452: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:9471: result: no
configure:9272: checking for ncurses.h
configure:9278: result: yes
configure:9417: checking for main in -lncurses
configure:9446: gcc -Wall -o conftest -g -O2   conftest.c -lncurses  -lpthread -lsupc++  >&5
configure:9452: $? = 0
configure:9471: result: yes
configure:9489: result: ncurses
configure:9578: checking for X
configure:9748: gcc -Wall -o conftest -g -O2   conftest.c -lX11 -lpthread -lsupc++  >&5
configure:9754: $? = 0
configure:9813: result: libraries , headers 
configure:9974: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++   -lX11 >&5
configure:9980: $? = 0
configure:10137: checking for gethostbyname
configure:10193: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10199: $? = 0
configure:10216: result: yes
configure:10361: checking for connect
configure:10417: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10423: $? = 0
configure:10440: result: yes
configure:10512: checking for remove
configure:10568: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10574: $? = 0
configure:10591: result: yes
configure:10663: checking for shmat
configure:10719: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:10725: $? = 0
configure:10742: result: yes
configure:10823: checking for IceConnectionNumber in -lICE
configure:10858: gcc -Wall -o conftest -g -O2   conftest.c -lICE  -lpthread -lsupc++  >&5
configure:10864: $? = 0
configure:10882: result: yes
configure:10907: checking for main in -lX11
configure:10936: gcc -Wall -o conftest -g -O2     conftest.c -lX11  -lpthread -lsupc++  >&5
configure:10942: $? = 0
configure:10960: result: yes
configure:10966: checking for main in -lXext
configure:10995: gcc -Wall -o conftest -g -O2     conftest.c -lXext    -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:11001: $? = 0
configure:11019: result: yes
configure:11024: checking for main in -lXtst
configure:11053: gcc -Wall -o conftest -g -O2     conftest.c -lXtst  -lXext   -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:11059: $? = 0
configure:11077: result: yes
configure:11097: checking X11/extensions/XTest.h usability
configure:11114: gcc -Wall -c -g -O2   conftest.c >&5
configure:11120: $? = 0
configure:11134: result: yes
configure:11138: checking X11/extensions/XTest.h presence
configure:11153: gcc -Wall -E   conftest.c
configure:11159: $? = 0
configure:11173: result: yes
configure:11206: checking for X11/extensions/XTest.h
configure:11214: result: yes
configure:11242: checking X11/extensions/XKB.h usability
configure:11259: gcc -Wall -c -g -O2   conftest.c >&5
configure:11265: $? = 0
configure:11279: result: yes
configure:11283: checking X11/extensions/XKB.h presence
configure:11298: gcc -Wall -E   conftest.c
configure:11304: $? = 0
configure:11318: result: yes
configure:11351: checking for X11/extensions/XKB.h
configure:11359: result: yes
configure:11381: checking for main in -lXt
configure:11410: gcc -Wall -o conftest -g -O2     conftest.c -lXt  -lXtst -lXext   -lSM -lICE -lX11 -lpthread -lsupc++  >&5
configure:11416: $? = 0
configure:11434: result: yes
configure:11454: checking which gui toolkit package to use
configure:11512: checking X11/Xaw/Form.h usability
configure:11529: gcc -Wall -c -g -O2   conftest.c >&5
conftest.c:73:26: error: X11/Xaw/Form.h: No such file or directory
configure:11535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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:11549: result: no
configure:11553: checking X11/Xaw/Form.h presence
configure:11568: gcc -Wall -E   conftest.c
conftest.c:40:26: error: X11/Xaw/Form.h: No such file or directory
configure:11574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/Xaw/Form.h>
configure:11588: result: no
configure:11621: checking for X11/Xaw/Form.h
configure:11629: result: no
configure:11512: checking X11/Xaw3d/Form.h usability
configure:11529: gcc -Wall -c -g -O2   conftest.c >&5
conftest.c:73:28: error: X11/Xaw3d/Form.h: No such file or directory
configure:11535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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:11549: result: no
configure:11553: checking X11/Xaw3d/Form.h presence
configure:11568: gcc -Wall -E   conftest.c
conftest.c:40:28: error: X11/Xaw3d/Form.h: No such file or directory
configure:11574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/Xaw3d/Form.h>
configure:11588: result: no
configure:11621: checking for X11/Xaw3d/Form.h
configure:11629: result: no
configure:11512: checking X11/neXtaw/Form.h usability
configure:11529: gcc -Wall -c -g -O2   conftest.c >&5
conftest.c:73:29: error: X11/neXtaw/Form.h: No such file or directory
configure:11535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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:11549: result: no
configure:11553: checking X11/neXtaw/Form.h presence
configure:11568: gcc -Wall -E   conftest.c
conftest.c:40:29: error: X11/neXtaw/Form.h: No such file or directory
configure:11574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/neXtaw/Form.h>
configure:11588: result: no
configure:11621: checking for X11/neXtaw/Form.h
configure:11629: result: no
configure:11512: checking X11/XawPlus/Form.h usability
configure:11529: gcc -Wall -c -g -O2   conftest.c >&5
conftest.c:73:30: error: X11/XawPlus/Form.h: No such file or directory
configure:11535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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:11549: result: no
configure:11553: checking X11/XawPlus/Form.h presence
configure:11568: gcc -Wall -E   conftest.c
conftest.c:40:30: error: X11/XawPlus/Form.h: No such file or directory
configure:11574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <X11/XawPlus/Form.h>
configure:11588: result: no
configure:11621: checking for X11/XawPlus/Form.h
configure:11629: result: no
configure:11512: checking Xm/Xm.h usability
configure:11529: gcc -Wall -c -g -O2   conftest.c >&5
conftest.c:73:19: error: Xm/Xm.h: No such file or directory
configure:11535: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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:11549: result: no
configure:11553: checking Xm/Xm.h presence
configure:11568: gcc -Wall -E   conftest.c
conftest.c:40:19: error: Xm/Xm.h: No such file or directory
configure:11574: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 1
| #define HAVE_X11_EXTENSIONS_XTEST_H 1
| #define HAVE_X11_EXTENSIONS_XKB_H 1
| /* end confdefs.h.  */
| #include <Xm/Xm.h>
configure:11588: result: no
configure:11621: checking for Xm/Xm.h
configure:11629: result: no
configure:11719: result: 
configure:11849: checking alloca.h usability
configure:11866: gcc -Wall -c -g -O2  conftest.c >&5
configure:11872: $? = 0
configure:11886: result: yes
configure:11890: checking alloca.h presence
configure:11905: gcc -Wall -E  conftest.c
configure:11911: $? = 0
configure:11925: result: yes
configure:11958: checking for alloca.h
configure:11966: result: yes
configure:11849: checking getopt.h usability
configure:11866: gcc -Wall -c -g -O2  conftest.c >&5
configure:11872: $? = 0
configure:11886: result: yes
configure:11890: checking getopt.h presence
configure:11905: gcc -Wall -E  conftest.c
configure:11911: $? = 0
configure:11925: result: yes
configure:11958: checking for getopt.h
configure:11966: result: yes
configure:11849: checking glob.h usability
configure:11866: gcc -Wall -c -g -O2  conftest.c >&5
configure:11872: $? = 0
configure:11886: result: yes
configure:11890: checking glob.h presence
configure:11905: gcc -Wall -E  conftest.c
configure:11911: $? = 0
configure:11925: result: yes
configure:11958: checking for glob.h
configure:11966: result: yes
configure:11849: checking regex.h usability
configure:11866: gcc -Wall -c -g -O2  conftest.c >&5
configure:11872: $? = 0
configure:11886: result: yes
configure:11890: checking regex.h presence
configure:11905: gcc -Wall -E  conftest.c
configure:11911: $? = 0
configure:11925: result: yes
configure:11958: checking for regex.h
configure:11966: result: yes
configure:11849: checking syslog.h usability
configure:11866: gcc -Wall -c -g -O2  conftest.c >&5
configure:11872: $? = 0
configure:11886: result: yes
configure:11890: checking syslog.h presence
configure:11905: gcc -Wall -E  conftest.c
configure:11911: $? = 0
configure:11925: result: yes
configure:11958: checking for syslog.h
configure:11966: result: yes
configure:11996: checking sys/poll.h usability
configure:12013: gcc -Wall -c -g -O2  conftest.c >&5
configure:12019: $? = 0
configure:12033: result: yes
configure:12037: checking sys/poll.h presence
configure:12052: gcc -Wall -E  conftest.c
configure:12058: $? = 0
configure:12072: result: yes
configure:12105: checking for sys/poll.h
configure:12113: result: yes
configure:11996: checking sys/select.h usability
configure:12013: gcc -Wall -c -g -O2  conftest.c >&5
configure:12019: $? = 0
configure:12033: result: yes
configure:12037: checking sys/select.h presence
configure:12052: gcc -Wall -E  conftest.c
configure:12058: $? = 0
configure:12072: result: yes
configure:12105: checking for sys/select.h
configure:12113: result: yes
configure:11996: checking sys/wait.h usability
configure:12013: gcc -Wall -c -g -O2  conftest.c >&5
configure:12019: $? = 0
configure:12033: result: yes
configure:12037: checking sys/wait.h presence
configure:12052: gcc -Wall -E  conftest.c
configure:12058: $? = 0
configure:12072: result: yes
configure:12105: checking for sys/wait.h
configure:12113: result: yes
configure:12142: checking pwd.h usability
configure:12159: gcc -Wall -c -g -O2  conftest.c >&5
configure:12165: $? = 0
configure:12179: result: yes
configure:12183: checking pwd.h presence
configure:12198: gcc -Wall -E  conftest.c
configure:12204: $? = 0
configure:12218: result: yes
configure:12251: checking for pwd.h
configure:12259: result: yes
configure:12142: checking grp.h usability
configure:12159: gcc -Wall -c -g -O2  conftest.c >&5
configure:12165: $? = 0
configure:12179: result: yes
configure:12183: checking grp.h presence
configure:12198: gcc -Wall -E  conftest.c
configure:12204: $? = 0
configure:12218: result: yes
configure:12251: checking for grp.h
configure:12259: result: yes
configure:12290: checking sys/io.h usability
configure:12307: gcc -Wall -c -g -O2  conftest.c >&5
configure:12313: $? = 0
configure:12327: result: yes
configure:12331: checking sys/io.h presence
configure:12346: gcc -Wall -E  conftest.c
configure:12352: $? = 0
configure:12366: result: yes
configure:12399: checking for sys/io.h
configure:12407: result: yes
configure:12290: checking sys/modem.h usability
configure:12307: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:84:23: error: sys/modem.h: No such file or directory
configure:12313: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12327: result: no
configure:12331: checking sys/modem.h presence
configure:12346: gcc -Wall -E  conftest.c
conftest.c:51:23: error: sys/modem.h: No such file or directory
configure:12352: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12366: result: no
configure:12399: checking for sys/modem.h
configure:12407: result: no
configure:12290: checking machine/speaker.h usability
configure:12307: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:84:29: error: machine/speaker.h: No such file or directory
configure:12313: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12327: result: no
configure:12331: checking machine/speaker.h presence
configure:12346: gcc -Wall -E  conftest.c
conftest.c:51:29: error: machine/speaker.h: No such file or directory
configure:12352: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12366: result: no
configure:12399: checking for machine/speaker.h
configure:12407: result: no
configure:12290: checking linux/vt.h usability
configure:12307: gcc -Wall -c -g -O2  conftest.c >&5
configure:12313: $? = 0
configure:12327: result: yes
configure:12331: checking linux/vt.h presence
configure:12346: gcc -Wall -E  conftest.c
configure:12352: $? = 0
configure:12366: result: yes
configure:12399: checking for linux/vt.h
configure:12407: result: yes
configure:12437: checking mntent.h usability
configure:12454: gcc -Wall -c -g -O2  conftest.c >&5
configure:12460: $? = 0
configure:12474: result: yes
configure:12478: checking mntent.h presence
configure:12493: gcc -Wall -E  conftest.c
configure:12499: $? = 0
configure:12513: result: yes
configure:12546: checking for mntent.h
configure:12554: result: yes
configure:12437: checking sys/mnttab.h usability
configure:12454: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:86:24: error: sys/mnttab.h: No such file or directory
configure:12460: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12474: result: no
configure:12478: checking sys/mnttab.h presence
configure:12493: gcc -Wall -E  conftest.c
conftest.c:53:24: error: sys/mnttab.h: No such file or directory
configure:12499: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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:12513: result: no
configure:12546: checking for sys/mnttab.h
configure:12554: result: no
configure:12571: checking for addmntent
configure:12627: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12633: $? = 0
configure:12651: result: yes
configure:12677: checking linux/input.h usability
configure:12694: gcc -Wall -c -g -O2  conftest.c >&5
configure:12700: $? = 0
configure:12714: result: yes
configure:12718: checking linux/input.h presence
configure:12733: gcc -Wall -E  conftest.c
configure:12739: $? = 0
configure:12753: result: yes
configure:12786: checking for linux/input.h
configure:12794: result: yes
configure:12807: checking for linux/uinput.h
configure:12830: gcc -Wall -c -g -O2  conftest.c >&5
configure:12836: $? = 0
configure:12852: result: yes
configure:12875: checking for getopt_long
configure:12931: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12937: $? = 0
configure:12955: result: yes
configure:12875: checking for hstrerror
configure:12931: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12937: $? = 0
configure:12955: result: yes
configure:12875: checking for realpath
configure:12931: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12937: $? = 0
configure:12955: result: yes
configure:12875: checking for vsyslog
configure:12931: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:12937: $? = 0
configure:12955: result: yes
configure:12970: checking for pause
configure:13026: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13032: $? = 0
configure:13050: result: yes
configure:12970: checking for sigaction
configure:13026: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13032: $? = 0
configure:13050: result: yes
configure:13065: checking for fchdir
configure:13121: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13127: $? = 0
configure:13145: result: yes
configure:13065: checking for fchmod
configure:13121: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13127: $? = 0
configure:13145: result: yes
configure:13160: checking for shmget
configure:13216: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13222: $? = 0
configure:13240: result: yes
configure:13160: checking for shm_open
configure:13216: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/tmp/cciLkWem.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:99: undefined reference to `shm_open'
collect2: ld returned 1 exit status
configure:13222: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 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:13240: result: no
configure:13256: checking for getpeereid
configure:13312: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/tmp/cckQCB2S.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:99: undefined reference to `getpeereid'
collect2: ld returned 1 exit status
configure:13318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 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:13336: result: no
configure:13256: checking for getpeerucred
configure:13312: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/tmp/ccspqndC.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:99: undefined reference to `getpeerucred'
collect2: ld returned 1 exit status
configure:13318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 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:13336: result: no
configure:13256: checking for getzoneid
configure:13312: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
/tmp/ccCEvPdl.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:99: undefined reference to `getzoneid'
collect2: ld returned 1 exit status
configure:13318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 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:13336: result: no
configure:13621: checking for gai_strerror
configure:13677: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13683: $? = 0
configure:13701: result: yes
configure:13621: checking for getaddrinfo
configure:13677: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13683: $? = 0
configure:13701: result: yes
configure:13621: checking for getnameinfo
configure:13677: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:13683: $? = 0
configure:13701: result: yes
configure:13714: checking for key_t
configure:13748: gcc -Wall -c -g -O2  conftest.c >&5
configure:13754: $? = 0
configure:13769: result: yes
configure:13776: checking size of key_t
configure:14102: gcc -Wall -o conftest -g -O2   conftest.c -lpthread -lsupc++  >&5
configure:14105: $? = 0
configure:14111: ./conftest
configure:14114: $? = 0
configure:14137: result: 4
configure:14158: checking whether byte ordering is bigendian
configure:14191: gcc -Wall -c -g -O2  conftest.c >&5
configure:14197: $? = 0
configure:14229: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:77: error: 'not' undeclared (first use in this function)
conftest.c:77: error: (Each undeclared identifier is reported only once
conftest.c:77: error: for each function it appears in.)
conftest.c:77: error: expected ';' before 'big'
configure:14235: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:14375: result: no
configure:14394: checking for an ANSI C-conforming const
configure:14469: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:99: warning: 't' is used uninitialized in this function
conftest.c:115: warning: 'b' is used uninitialized in this function
conftest.c:121: warning: 'cs[0]' is used uninitialized in this function
configure:14475: $? = 0
configure:14490: result: yes
configure:14500: checking for inline
configure:14526: gcc -Wall -c -g -O2  conftest.c >&5
configure:14532: $? = 0
configure:14550: result: inline
configure:14572: checking if the compiler understands the __alignof__ operator
configure:14601: gcc -Wall -c -g -O2  conftest.c >&5
configure:14607: $? = 0
configure:14622: result: yes
configure:14633: checking if the compiler understands __attribute__((format(printf)))
configure:14662: gcc -Wall -c -g -O2  conftest.c >&5
configure:14668: $? = 0
configure:14683: result: yes
configure:14694: checking if the compiler understands __attribute__((packed))
configure:14725: gcc -Wall -c -g -O2  conftest.c >&5
configure:14731: $? = 0
configure:14746: result: yes
configure:14757: checking if the compiler understands __attribute__((unused))
configure:14786: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:75: warning: 'conf_attribute_unused' declared 'static' but never defined
configure:14792: $? = 0
configure:14807: result: yes
configure:14818: checking for system-dependent compilation flags
configure:14842: result: -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED
configure:14847: checking for c compiler yacc source flags
configure:14864: result: -Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas
configure:14869: checking for c compiler shared object flags
configure:14902: result: -fPIC
configure:14907: checking for c++ compiler shared object flags
configure:14924: result: -fPIC
configure:14994: checking for static archive extension
configure:15006: result: a
configure:15011: checking for shared object run-time search path environment variable
configure:15029: result: LD_LIBRARY_PATH
configure:15052: checking alsa/asoundlib.h usability
configure:15069: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:110:28: error: alsa/asoundlib.h: No such file or directory
configure:15075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| /* 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 <alsa/asoundlib.h>
configure:15089: result: no
configure:15093: checking alsa/asoundlib.h presence
configure:15108: gcc -Wall -E  conftest.c
conftest.c:77:28: error: alsa/asoundlib.h: No such file or directory
configure:15114: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| /* end confdefs.h.  */
| #include <alsa/asoundlib.h>
configure:15128: result: no
configure:15161: checking for alsa/asoundlib.h
configure:15168: result: no
configure:15729: checking for Gpm_Open in -lgpm
configure:15764: gcc -Wall -o conftest -g -O2   conftest.c -lgpm  -lpthread -lsupc++  >&5
/usr/bin/ld: cannot find -lgpm
collect2: ld returned 1 exit status
configure:15770: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define ENABLE_PREFERENCES_MENU 1
| #define ENABLE_TABLE_SELECTION 1
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define USE_PCM_SUPPORT_OSS 1
| #define ENABLE_PCM_SUPPORT 1
| #define USE_MIDI_SUPPORT_OSS 1
| #define ENABLE_MIDI_SUPPORT 1
| #define ENABLE_FM_SUPPORT 1
| #define ENABLE_PM_CONFIGURATION_FILE 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 Gpm_Open ();
| int
| main ()
| {
| return Gpm_Open ();
|   ;
|   return 0;
| }
configure:15788: result: no
configure:15807: checking for linkage editor program creation flags
configure:15842: result: -export-dynamic
configure:15846: checking for static linkage flag
configure:15886: result: -static
configure:15939: checking for library containing dlopen
configure:15980: gcc -Wall -o conftest -g -O2   -Wl,-export-dynamic conftest.c -lpthread -lsupc++  >&5
/tmp/ccyDXZJx.o: In function `main':
/media/daniel-external/svn/brltty/conftest.c:100: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:15986: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define ENABLE_PREFERENCES_MENU 1
| #define ENABLE_TABLE_SELECTION 1
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define USE_PCM_SUPPORT_OSS 1
| #define ENABLE_PCM_SUPPORT 1
| #define USE_MIDI_SUPPORT_OSS 1
| #define ENABLE_MIDI_SUPPORT 1
| #define ENABLE_FM_SUPPORT 1
| #define ENABLE_PM_CONFIGURATION_FILE 1
| #define ENABLE_SHARED_OBJECTS 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 dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:15980: gcc -Wall -o conftest -g -O2   -Wl,-export-dynamic conftest.c -ldl  -lpthread -lsupc++  >&5
configure:15986: $? = 0
configure:16014: result: -ldl
configure:16564: checking bluetooth/bluetooth.h usability
configure:16581: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:124:33: error: bluetooth/bluetooth.h: No such file or directory
configure:16587: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define ENABLE_PREFERENCES_MENU 1
| #define ENABLE_TABLE_SELECTION 1
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define USE_PCM_SUPPORT_OSS 1
| #define ENABLE_PCM_SUPPORT 1
| #define USE_MIDI_SUPPORT_OSS 1
| #define ENABLE_MIDI_SUPPORT 1
| #define ENABLE_FM_SUPPORT 1
| #define ENABLE_PM_CONFIGURATION_FILE 1
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_DLOPEN 1
| #define ENABLE_USB_SUPPORT 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 <bluetooth/bluetooth.h>
configure:16601: result: no
configure:16605: checking bluetooth/bluetooth.h presence
configure:16620: gcc -Wall -E  conftest.c
conftest.c:91:33: error: bluetooth/bluetooth.h: No such file or directory
configure:16626: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "3.10dev"
| #define PACKAGE_STRING "brltty 3.10dev"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.1"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 1
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION "3626"
| #define CONFIGURATION_FILE "brltty.conf"
| #define WRITABLE_DIRECTORY "/lib/brltty/rw"
| #define DATA_DIRECTORY "/etc/brltty"
| #define LIBRARY_DIRECTORY "/lib/brltty"
| #define CONFIGURATION_DIRECTORY "/etc"
| #define BRLAPI_ETCDIR "/etc"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSES 1
| #define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
| #define HAVE_LINUX_INPUT_H 1
| #define HAVE_LINUX_UINPUT_H 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_HSTRERROR 1
| #define HAVE_REALPATH 1
| #define HAVE_VSYSLOG 1
| #define HAVE_PAUSE 1
| #define HAVE_SIGACTION 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCHMOD 1
| #define HAVE_SHMGET 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETNAMEINFO 1
| #define SIZEOF_KEY_T 4
| #define HAVE_POSIX_THREADS 1
| #define HAVE_OPERATOR_ALIGNOF 1
| #define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
| #define HAVE_ATTRIBUTE_PACKED 1
| #define HAVE_ATTRIBUTE_UNUSED 1
| #define LIBRARY_EXTENSION "so"
| #define MODULE_NAME "libbrltty"
| #define MODULE_EXTENSION "so"
| #define ENABLE_PREFERENCES_MENU 1
| #define ENABLE_TABLE_SELECTION 1
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define USE_PCM_SUPPORT_OSS 1
| #define ENABLE_PCM_SUPPORT 1
| #define USE_MIDI_SUPPORT_OSS 1
| #define ENABLE_MIDI_SUPPORT 1
| #define ENABLE_FM_SUPPORT 1
| #define ENABLE_PM_CONFIGURATION_FILE 1
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_DLOPEN 1
| #define ENABLE_USB_SUPPORT 1
| /* end confdefs.h.  */
| #include <bluetooth/bluetooth.h>
configure:16640: result: no
configure:16673: checking for bluetooth/bluetooth.h
configure:16680: result: no
configure:16833: WARNING: Libbraille package not found: /usr /usr/local /usr/local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille
configure:17149: checking for device directory
configure:17164: result: /dev
configure:17172: checking for first serial device
configure:17228: result: ttyS0
configure:17448: WARNING: FestivalLite package not found: /usr /usr/local /usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite
configure:17571: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe
configure:17666: WARNING: Swift package not found: /usr /usr/local /usr/local/Swift /usr/local/swift /opt/Swift /opt/swift
configure:17712: WARNING: Theta package not found: /usr /usr/local /usr/local/Theta /usr/local/theta /opt/Theta /opt/theta
configure:17758: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice
configure:18421: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by brltty config.status 3.10dev, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on iinet

config.status:914: creating config.mk
config.status:914: creating brltty.spec
config.status:914: creating brltty.lsm
config.status:914: creating Programs/brltty-config
config.status:914: creating Documents/brltty.conf
config.status:914: creating Documents/brltty.1
config.status:914: creating Documents/BrlAPIref.doxy
config.status:914: creating BrailleDrivers/Voyager/mkhlp
config.status:914: creating Bindings/Python/setup.py
config.status:914: creating ./Makefile
config.status:914: creating Programs/Makefile
config.status:914: creating Documents/Makefile
config.status:914: creating Documents/Manual-BRLTTY/English/Makefile
config.status:914: creating Documents/Manual-BRLTTY/French/Makefile
config.status:914: creating Documents/Manual-BrlAPI/English/Makefile
config.status:914: creating Bindings/Python/Makefile
config.status:914: creating BrailleDrivers/Alva/Makefile
config.status:914: creating BrailleDrivers/Albatross/Makefile
config.status:914: creating BrailleDrivers/BrlAPI/Makefile
config.status:914: creating BrailleDrivers/Braudi/Makefile
config.status:914: creating BrailleDrivers/BrailleLite/Makefile
config.status:914: creating BrailleDrivers/Baum/Makefile
config.status:914: creating BrailleDrivers/BrailleNote/Makefile
config.status:914: creating BrailleDrivers/BrailleSense/Makefile
config.status:914: creating BrailleDrivers/CombiBraille/Makefile
config.status:914: creating BrailleDrivers/EcoBraille/Makefile
config.status:914: creating BrailleDrivers/EuroBraille/Makefile
config.status:914: creating BrailleDrivers/FreedomScientific/Makefile
config.status:914: creating BrailleDrivers/HandyTech/Makefile
config.status:914: creating BrailleDrivers/IrisLinux/Makefile
config.status:914: creating BrailleDrivers/LogText/Makefile
config.status:914: creating BrailleDrivers/MultiBraille/Makefile
config.status:914: creating BrailleDrivers/MDV/Makefile
config.status:914: creating BrailleDrivers/MiniBraille/Makefile
config.status:914: creating BrailleDrivers/Papenmeier/Makefile
config.status:914: creating BrailleDrivers/TechniBraille/Makefile
config.status:914: creating BrailleDrivers/TSI/Makefile
config.status:914: creating BrailleDrivers/TTY/Makefile
config.status:914: creating BrailleDrivers/VideoBraille/Makefile
config.status:914: creating BrailleDrivers/Voyager/Makefile
config.status:914: creating BrailleDrivers/Virtual/Makefile
config.status:914: creating BrailleDrivers/VisioBraille/Makefile
config.status:914: creating SpeechDrivers/Alva/Makefile
config.status:914: creating SpeechDrivers/BrailleLite/Makefile
config.status:914: creating SpeechDrivers/CombiBraille/Makefile
config.status:914: creating SpeechDrivers/ExternalSpeech/Makefile
config.status:914: creating SpeechDrivers/Festival/Makefile
config.status:914: creating SpeechDrivers/GenericSay/Makefile
config.status:914: creating SpeechDrivers/SpeechDispatcher/Makefile
config.status:914: creating ScreenDrivers/Linux/Makefile
config.status:914: creating ScreenDrivers/Screen/Makefile
config.status:914: creating ScreenDrivers/AtSpi/Makefile
config.status:914: creating config.h
config.status:914: creating Programs/brlapi.h
config.status:1247: executing brltty-summary commands
config.status:1254: Options Summary:
   execute-root: 
   install-root: 
   libdir: /lib
   sysconfdir: /etc
   program-directory: /bin
   library-directory: /lib/brltty
   writable-directory: /lib/brltty/rw
   data-directory: /etc/brltty
   manpage-directory: /man
   include-directory: /usr/include/brltty
   relocatable-install: no
   compiler-prefix: 
   init-path: 
   stderr-path: 
   i18n: yes
   iconv: yes
   api: yes
   api-parameters: 
   caml-bindings: yes
   java-bindings: yes
   python-bindings: yes
   tcl-bindings: yes
   curses-package: ncurses
   preferences-menu: yes
   table-selection: yes
   learn-mode: yes
   contracted-braille: yes
   beeper-support: yes
   pcm-support: yes
   midi-support: yes
   fm-support: yes
   pm-configfile: yes
   gpm: yes
   standalone-programs: no
   usb-support: yes
   libbraille-root: 
   external-braille-drivers: al at ba bd bl bm bn bs cb ec eu fs ht il lt mb md mn pm tn ts tt vd vo vr vs
   internal-braille-drivers: 
   braille-parameters: 
   braille-device: usb:
   text-table: text.nabcc.tbl
   attributes-table: attributes.tbl
   speech-support: yes
   flite-root: 
   mikropuhe-root: 
   speechd-root: /usr
   swift-root: 
   theta-root: 
   viavoice-root: 
   external-speech-drivers: al bl cb es fv gs sd
   internal-speech-drivers: 
   speech-parameters: 
   external-screen-drivers: lx sc as
   internal-screen-drivers: 
   screen-parameters: 
   screen-driver: lx

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_file__usr_include_jni_h=no
ac_cv_func_addmntent=yes
ac_cv_func_connect=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=no
ac_cv_func_getpeerucred=no
ac_cv_func_getzoneid=no
ac_cv_func_hstrerror=yes
ac_cv_func_pause=yes
ac_cv_func_realpath=yes
ac_cv_func_remove=yes
ac_cv_func_shm_open=no
ac_cv_func_shmat=yes
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wcslen=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
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_neXtaw_Form_h=no
ac_cv_header_Xm_Xm_h=no
ac_cv_header_alloca_h=yes
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_bluetooth_bluetooth_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_jni_h=no
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=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_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_unicode_uchar_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11=ac_cv_lib_X11_main
ac_cv_lib_X11_main=yes
ac_cv_lib_Xext=ac_cv_lib_Xext_main
ac_cv_lib_Xext_main=yes
ac_cv_lib_Xt=ac_cv_lib_Xt_main
ac_cv_lib_Xt_main=yes
ac_cv_lib_Xtst=ac_cv_lib_Xtst_main
ac_cv_lib_Xtst_main=yes
ac_cv_lib_gpm_Gpm_Open=no
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_lib_ncurses___main=yes
ac_cv_lib_ncursesw___main=no
ac_cv_objext=o
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_JAVAC_PATH=/usr/bin/javac
ac_cv_path_PYREXC=/usr/bin/pyrexc
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -Wall -E'
ac_cv_prog_JAR_NAME=jar
ac_cv_prog_JAVADOC_NAME=javadoc
ac_cv_prog_LD=ld
ac_cv_prog_OCAMLC=no
ac_cv_prog_YACC='bison -y'
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_dlopen=-ldl
ac_cv_search_inet_ntoa='none required'
ac_cv_search_pthread_create=-lpthread
ac_cv_search_socket='none required'
ac_cv_sizeof_key_t=4
ac_cv_target=i686-pc-linux-gnu
ac_cv_type_key_t=yes
brltty_cv_c_attribute_format_printf=yes
brltty_cv_c_attribute_packed=yes
brltty_cv_c_attribute_unused=yes
brltty_cv_c_operator_alignof=yes
brltty_cv_device_directory=/dev
brltty_cv_device_serial_first=ttyS0
brltty_cv_env_libsearch=LD_LIBRARY_PATH
brltty_cv_ext_arc=a
brltty_cv_have_pthreads=yes
brltty_cv_package_curses=ncurses
brltty_cv_package_gui_toolkit=
brltty_cv_prog_cc_cxx=yes
brltty_cv_prog_cc_flags_yacc='-Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas'
brltty_cv_prog_cc_libflags=-fPIC
brltty_cv_prog_cc_sysflags='-D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED'
brltty_cv_prog_conflibdir='/sbin/ldconfig -n'
brltty_cv_prog_cxx_libflags=-fPIC
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='false'
CC='gcc -Wall'
CFLAGS='-g -O2'
CONFIGURATION_DIRECTORY='/etc'
CONFLIBDIR='/sbin/ldconfig -n'
CPP='gcc -Wall -E'
CPPFLAGS=''
CXX='gcc -Wall'
CXXFLAGS='-g -O2'
DATA_DIRECTORY='/etc/brltty'
DEFS='-DHAVE_CONFIG_H'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTION_STRIP='-s'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAR='/usr/bin/jar'
JAR_NAME='jar'
JAVAC='/usr/bin/javac -encoding UTF-8'
JAVAC_PATH='/usr/bin/javac'
JAVADOC='/usr/bin/javadoc -encoding UTF-8'
JAVADOC_NAME='javadoc'
JAVA_JAR='yes'
JAVA_JAR_DIR='/usr/share/java'
JAVA_JNI='no'
JAVA_JNI_DIR=''
JAVA_JNI_FLAGS=''
JAVA_JNI_HDR='jni.h'
JAVA_JNI_INC='/usr/include'
JAVA_OK='false'
LD='ld'
LDFLAGS=' -Wl,-export-dynamic'
LIBCFLAGS='-fPIC'
LIBCXXFLAGS='-fPIC'
LIBOBJS=''
LIBRARY_DIRECTORY='/lib/brltty'
LIBS='-ldl -lpthread -lsupc++ '
LN_S='ln -s'
LTLIBOBJS=''
MKLIB='$(CC) -shared -Wl,-soname,<name> -o'
MKMOD='$(CC) -shared  -o'
MKOBJ='$(LD) -r -o'
OBJEXT='o'
OCAMLBEST=''
OCAMLC='no'
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 3.10dev'
PACKAGE_TARNAME='brltty'
PACKAGE_TITLE='BRLTTY'
PACKAGE_VERSION='3.10dev'
PATH_SEPARATOR=':'
PM_CONFIGFILE_DEPENDENCY='configuration-file'
PYREXC='/usr/bin/pyrexc'
PYREXC_CFLAGS='-Wno-parentheses -Wno-unused -fno-strict-aliasing -U_POSIX_C_SOURCE -U_XOPEN_SOURCE'
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.4'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS=' -lpthread -ldl  -lutil'
PYTHON_LIBS='-L/usr/lib/python2.4/config -lpython2.4'
PYTHON_OK='true'
PYTHON_PROLOGUE='import sys; import distutils.sysconfig; '
PYTHON_SITE_PKG='/usr/lib/python2.4/site-packages'
PYTHON_VERSION='2.4'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SYSCFLAGS='-D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED'
TCLSH=''
TCL_CPPFLAGS=''
TCL_LIBS=''
TCL_OK='false'
WRITABLE_DIRECTORY='/lib/brltty/rw'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
YACC='bison -y'
YACC_CFLAGS='-Wno-parentheses -Wno-unused -Wno-uninitialized -Wno-unknown-pragmas'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
all_api='all-api'
all_api_bindings='all-api-bindings'
all_xbrlapi='all-xbrlapi'
api_authkeyfile='brlapi.key'
api_bindings=' Python'
api_dynamic_library='api-dynamic-library'
api_libraries='-lpthread -lsupc++ '
api_major='0'
api_minor='5'
api_objects='brlapi_server.$O brlapi_keyranges.$O'
api_release='0.5.1'
api_revision='1'
api_version='0.5'
archive_extension='a'
archive_prefix='lib'
attributes_table='$(SRC_TOP)$(TBL_DIR)/attributes.tbl'
beeper_tune_objects='beeper.$O'
bindir='${exec_prefix}/bin'
bluetooth_objects=''
braille_device='usb:'
braille_driver_libraries=''
braille_driver_objects=''
braille_drivers='braille-drivers'
braille_help=''
braille_libraries_al=''
braille_libraries_at=''
braille_libraries_ba='-L$(BLD_TOP)$(PGM_DIR) -lbrlapi'
braille_libraries_bd=''
braille_libraries_bl=''
braille_libraries_bm=''
braille_libraries_bn=''
braille_libraries_bs=''
braille_libraries_cb=''
braille_libraries_ec=''
braille_libraries_eu=''
braille_libraries_fs=''
braille_libraries_ht=''
braille_libraries_il=''
braille_libraries_lb=''
braille_libraries_lt=''
braille_libraries_mb=''
braille_libraries_md=''
braille_libraries_mn=''
braille_libraries_pm=''
braille_libraries_tn=''
braille_libraries_ts=''
braille_libraries_tt='$(CLIBS)'
braille_libraries_vd=''
braille_libraries_vo=''
braille_libraries_vr=''
braille_libraries_vs=''
braille_libraries_xw=''
brltty_external_codes_braille='al at ba bd bl bm bn bs cb ec eu fs ht il lt mb md mn pm tn ts tt vd vo vr vs'
brltty_external_codes_screen='lx sc as'
brltty_external_codes_speech='al bl cb es fv gs sd'
brltty_external_names_braille='Alva Albatross BrlAPI Braudi BrailleLite Baum BrailleNote BrailleSense CombiBraille EcoBraille EuroBraille FreedomScientific HandyTech IrisLinux LogText MultiBraille MDV MiniBraille Papenmeier TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille'
brltty_external_names_screen='Linux Screen AtSpi'
brltty_external_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay SpeechDispatcher'
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='al at ba bd bl bm bn bs cb ec eu fs ht il lt mb md mn pm tn ts tt vd vo vr vs'
brltty_item_codes_screen='lx sc as'
brltty_item_codes_speech='al bl cb es fv gs sd'
brltty_item_names_braille='Alva Albatross BrlAPI Braudi BrailleLite Baum BrailleNote BrailleSense CombiBraille EcoBraille EuroBraille FreedomScientific HandyTech IrisLinux LogText MultiBraille MDV MiniBraille Papenmeier TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille'
brltty_item_names_screen='Linux Screen AtSpi'
brltty_item_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay SpeechDispatcher'
brltty_libs_curses='-lncurses '
brltty_libs_x='  -lXt -lXtst -lXext   -lSM -lICE -lX11 '
brltty_manual_directories=' Documents/Manual-BRLTTY/English Documents/Manual-BRLTTY/French Documents/Manual-BrlAPI/English'
brltty_package_curses='ncurses'
brltty_package_gui_toolkit=''
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
can_make_BrlAPIref='yes'
compiler_prefix=''
configuration_file='brltty.conf'
contracted_braille_objects='ctb_compile.$O ctb_translate.$O'
cspi_includes='-I/usr/include/at-spi-1.0 -I/usr/include/libbonobo-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0  '
cspi_libdirs=' '
cspi_libraries='-lcspi -lspi -lbonobo-2 -latk-1.0 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
data_directory='${prefix}/etc/brltty'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
execute_root=''
first_serial_device='ttyS0'
flite_language=''
flite_lexicon=''
flite_root=''
flite_voice=''
fm_tune_objects='fm.$O adlib.$O'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
include_directory='${prefix}/usr/include/brltty'
includedir='${prefix}/usr/include'
infodir='${datarootdir}/info'
install_api='install-api'
install_api_bindings='install-api-bindings'
install_api_libraries='install-api-libraries'
install_attributes_tables='install-attributes-tables'
install_contraction_tables='install-contraction-tables'
install_drivers='install-drivers'
install_root=''
install_text_tables='install-text-tables'
install_xbrlapi='install-xbrlapi'
libbraille_root=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
library_directory='${exec_prefix}/lib/brltty'
library_extension='so'
library_prefix='lib'
libsearch_variable='LD_LIBRARY_PATH'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
manpage_directory='${datarootdir}/man'
midi_tune_objects='midi.$O'
mikropuhe_root=''
module_extension='so'
module_name='libbrltty'
oldincludedir='/usr/include'
package_date='2008/03/18'
pcm_tune_objects='pcm.$O'
pdfdir='${docdir}'
prefix=''
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-drivers'
screen_help=''
screen_libraries_as='$(CSPI_LIBDIRS) $(CSPI_LIBRARIES)'
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-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='-L$(SPEECHD_ROOT)/lib -lspeechd'
speech_libraries_sw=''
speech_libraries_th=''
speech_libraries_vv=''
speech_support_object='spk.$O'
speechd_root='/usr'
swift_root=''
sysconfdir='${prefix}/etc'
system_object='sys_linux.$O'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
text_table='$(SRC_TOP)$(TBL_DIR)/text.nabcc.tbl'
theta_root=''
translation_table_objects='tbl.$O tbl_native.$O'
usb_objects='usb.$O usb_linux.$O'
viavoice_root=''
writable_directory='${exec_prefix}/lib/brltty/rw'

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

#define PACKAGE_NAME "brltty"
#define PACKAGE_TARNAME "brltty"
#define PACKAGE_VERSION "3.10dev"
#define PACKAGE_STRING "brltty 3.10dev"
#define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
#define BRLAPI_RELEASE "0.5.1"
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 5
#define BRLAPI_REVISION 1
#define PACKAGE_TITLE "BRLTTY"
#define PACKAGE_REVISION "3626"
#define CONFIGURATION_FILE "brltty.conf"
#define WRITABLE_DIRECTORY "/lib/brltty/rw"
#define DATA_DIRECTORY "/etc/brltty"
#define LIBRARY_DIRECTORY "/lib/brltty"
#define CONFIGURATION_DIRECTORY "/etc"
#define BRLAPI_ETCDIR "/etc"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define ENABLE_I18N_SUPPORT 1
#define HAVE_WCHAR_H 1
#define HAVE_ICONV_H 1
#define ENABLE_API 1
#define API_PARAMETERS ""
#define BRLAPI_AUTHKEYFILE "brlapi.key"
#define HAVE_LIBNCURSES 1
#define HAVE_PKG_NCURSES 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_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_ADDMNTENT 1
#define HAVE_LINUX_INPUT_H 1
#define HAVE_LINUX_UINPUT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_HSTRERROR 1
#define HAVE_REALPATH 1
#define HAVE_VSYSLOG 1
#define HAVE_PAUSE 1
#define HAVE_SIGACTION 1
#define HAVE_FCHDIR 1
#define HAVE_FCHMOD 1
#define HAVE_SHMGET 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETNAMEINFO 1
#define SIZEOF_KEY_T 4
#define HAVE_POSIX_THREADS 1
#define HAVE_OPERATOR_ALIGNOF 1
#define HAVE_ATTRIBUTE_FORMAT_PRINTF 1
#define HAVE_ATTRIBUTE_PACKED 1
#define HAVE_ATTRIBUTE_UNUSED 1
#define LIBRARY_EXTENSION "so"
#define MODULE_NAME "libbrltty"
#define MODULE_EXTENSION "so"
#define ENABLE_PREFERENCES_MENU 1
#define ENABLE_TABLE_SELECTION 1
#define ENABLE_LEARN_MODE 1
#define ENABLE_CONTRACTED_BRAILLE 1
#define ENABLE_BEEPER_SUPPORT 1
#define USE_PCM_SUPPORT_OSS 1
#define ENABLE_PCM_SUPPORT 1
#define USE_MIDI_SUPPORT_OSS 1
#define ENABLE_MIDI_SUPPORT 1
#define ENABLE_FM_SUPPORT 1
#define ENABLE_PM_CONFIGURATION_FILE 1
#define ENABLE_SHARED_OBJECTS 1
#define HAVE_DLOPEN 1
#define ENABLE_USB_SUPPORT 1
#define BRAILLE_DRIVER_CODES "al at ba bd bl bm bn bs cb ec eu fs ht il lt mb md mn pm tn ts tt vd vo vr vs"
#define BRAILLE_PARAMETERS ""
#define DEVICE_DIRECTORY "/dev"
#define BRAILLE_DEVICE "usb:"
#define TEXT_TABLE "text.nabcc.tbl"
#define ATTRIBUTES_TABLE "attributes.tbl"
#define ENABLE_SPEECH_SUPPORT 1
#define SPEECHD_ROOT "/usr"
#define SPEECH_DRIVER_CODES "al bl cb es fv gs sd"
#define SPEECH_PARAMETERS ""
#define SCREEN_DRIVER_CODES "lx sc as"
#define SCREEN_PARAMETERS ""
#define SCREEN_DRIVER "lx"

configure: exit 0


More information about the BRLTTY mailing list