[BRLTTY] Error got in Confic

Saravanamutthukumaran saravanan at spectrumelectra.com
Tue Jun 8 07:14:19 EDT 2010


Hi,

Here i attached the confic file while i got when i compile the BRLTTY
source code... What should i do to compile this successfully?



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

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

  $ ./configure --prefix=/tmp/Brltty-Installed

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

hostname = set2
uname -m = i686
uname -r = 1.7.5(0.225/5/3)
uname -s = CYGWIN_NT-5.1
uname -v = 2010-04-12 19:07

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

/bin/arch              = i686
/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: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/Flash Magic
PATH: /cygdrive/c/Program Files/SecureCRT
PATH: /cygdrive/c/PROGRA~1/FLASHM~1
PATH: /usr/lib/lapack


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

configure:2280: checking build system type
configure:2298: result: i686-pc-cygwin
configure:2320: checking host system type
configure:2335: result: i686-pc-cygwin
configure:2357: checking target system type
configure:2372: result: i686-pc-cygwin
configure:2705: checking whether make sets $(MAKE)
configure:2726: result: yes
configure:2784: checking for gcc
configure:2800: found /usr/bin/gcc
configure:2811: result: gcc
configure:3049: checking for C compiler version
configure:3056: gcc --version >&5
gcc (GCC) 4.3.4 20090804 (release) 1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3059: $? = 0
configure:3066: gcc -v >&5
Using built-in specs.
Target: i686-pc-cygwin
Configured with:
/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure
--srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4
--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var
--sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man
--datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v
--with-gmp=/usr --with-mpfr=/usr --enable-bootstrap
--enable-version-specific-runtime-libs --with-slibdir=/usr/bin
--libexecdir=/usr/lib --enable-static --enable-shared
--enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as
--with-dwarf2 --disable-sjlj-exceptions
--enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers
--enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp
--enable-libada --enable-threads=posix --with-arch=i686
--with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4
CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake
GNATBIND_FOR_TARGET=gnatbind AS=/opt/gcc-tools/bin/as.exe
AS_FOR_TARGET=/opt/gcc-tools/bin/as.exe LD=/opt/gcc-tools/bin/ld.exe
LD_FOR_TARGET=/opt/gcc-tools/bin/ld.exe
--with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.3.4 20090804 (release) 1 (GCC)
configure:3069: $? = 0
configure:3076: gcc -V >&5
gcc: '-V' option must have argument
configure:3079: $? = 1
configure:3102: checking for C compiler default output file name
configure:3129: gcc    conftest.c  >&5
configure:3132: $? = 0
configure:3170: result: a.exe
configure:3187: checking whether the C compiler works
configure:3197: ./a.exe
configure:3200: $? = 0
configure:3217: result: yes
configure:3224: checking whether we are cross compiling
configure:3226: result: no
configure:3229: checking for suffix of executables
configure:3236: gcc -o conftest.exe    conftest.c  >&5
configure:3239: $? = 0
configure:3263: result: .exe
configure:3269: checking for suffix of object files
configure:3295: gcc -c   conftest.c >&5
configure:3298: $? = 0
configure:3321: result: o
configure:3325: checking whether we are using the GNU C compiler
configure:3354: gcc -c   conftest.c >&5
configure:3360: $? = 0
configure:3377: result: yes
configure:3382: checking whether gcc accepts -g
configure:3412: gcc -c -g  conftest.c >&5
configure:3418: $? = 0
configure:3517: result: yes
configure:3534: checking for gcc option to accept ISO C89
configure:3608: gcc  -c -g -O2  conftest.c >&5
configure:3614: $? = 0
configure:3637: result: none needed
configure:3660: checking for library containing __cxa_pure_virtual
configure:3701: gcc -o conftest.exe -g -O2   conftest.c  >&5
/tmp/ccdWA8XP.o: In function `main':
/cygdrive/d/brltty/conftest.c:26: undefined reference to
`___cxa_pure_virtual'
collect2: ld returned 1 exit status
configure:3707: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __cxa_pure_virtual ();
| int
| main ()
| {
| return __cxa_pure_virtual ();
|   ;
|   return 0;
| }
configure:3701: gcc -o conftest.exe -g -O2   conftest.c -lsupc++   >&5
configure:3707: $? = 0
configure:3735: result: -lsupc++
configure:3743: checking if the C compiler can compile C++
configure:3771: gcc -o conftest.exe -g -O2   conftest.cc -lsupc++  >&5
configure:3777: $? = 0
configure:3795: result: yes
configure:3916: checking for C++ compiler version
configure:3923: gcc --version >&5
gcc (GCC) 4.3.4 20090804 (release) 1
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3926: $? = 0
configure:3933: gcc -v >&5
Using built-in specs.
Target: i686-pc-cygwin
Configured with:
/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4/configure
--srcdir=/gnu/gcc/releases/packaging/4.3.4-3/gcc4-4.3.4-3/src/gcc-4.3.4
--prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin
--libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var
--sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man
--datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v
--with-gmp=/usr --with-mpfr=/usr --enable-bootstrap
--enable-version-specific-runtime-libs --with-slibdir=/usr/bin
--libexecdir=/usr/lib --enable-static --enable-shared
--enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as
--with-dwarf2 --disable-sjlj-exceptions
--enable-languages=ada,c,c++,fortran,java,objc,obj-c++ --disable-symvers
--enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp
--enable-libada --enable-threads=posix --with-arch=i686
--with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4
CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake
GNATBIND_FOR_TARGET=gnatbind AS=/opt/gcc-tools/bin/as.exe
AS_FOR_TARGET=/opt/gcc-tools/bin/as.exe LD=/opt/gcc-tools/bin/ld.exe
LD_FOR_TARGET=/opt/gcc-tools/bin/ld.exe
--with-ecj-jar=/usr/share/java/ecj.jar
Thread model: posix
gcc version 4.3.4 20090804 (release) 1 (GCC)
configure:3936: $? = 0
configure:3943: gcc -V >&5
gcc: '-V' option must have argument
configure:3946: $? = 1
configure:3949: checking whether we are using the GNU C++ compiler
configure:3978: gcc -c   conftest.cpp >&5
configure:3984: $? = 0
configure:4001: result: yes
configure:4006: checking whether gcc accepts -g
configure:4036: gcc -c -g  conftest.cpp >&5
configure:4042: $? = 0
configure:4141: result: yes
configure:4185: checking for ld
configure:4201: found /usr/bin/ld
configure:4212: result: ld
configure:4267: checking for ranlib
configure:4283: found /usr/bin/ranlib
configure:4294: result: ranlib
configure:4324: checking for bison
configure:4340: found /usr/bin/bison
configure:4351: result: bison -y
configure:4367: checking for gawk
configure:4383: found /usr/bin/gawk
configure:4394: result: gawk
configure:4405: checking whether ln -s works
configure:4409: result: yes
configure:4417: checking for linkage editor program creation flags
configure:4452: result: -export-dynamic --enable-auto-import
configure:4456: checking for static linkage flag
configure:4496: result: -static
configure:4561: checking for a BSD-compatible install
configure:4617: result: /usr/bin/install -c
configure:4635: checking for doxygen
configure:4653: found /usr/bin/doxygen
configure:4665: result: /usr/bin/doxygen
configure:4676: checking for make relocatable object command
configure:4688: result: $(LD) -r -o
configure:4693: checking for loadable module creation command
configure:4740: result: $(CC) -shared  -o
configure:4745: checking for dynamic library creation command
configure:4800: result: $(CC) -shared
-Wl,--out-implib,implib.a,--output-def,lib.def,-soname,<name> -o
configure:4805: checking for configure shared object directory command
configure:4820: result: :
configure:5232: checking if DLL gdi32 can be loaded
configure:5263: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:5266: $? = 0
configure:5272: ./conftest.exe
configure:5275: $? = 0
configure:5291: result: yes
configure:5296: checking for main in -lgdi32
configure:5325: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lgdi32  -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:5331: $? = 0
configure:5349: result: yes
configure:5542: checking how to run the C preprocessor
configure:5582: gcc -Wall -E  conftest.c
configure:5588: $? = 0
configure:5619: gcc -Wall -E  conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:5625: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5658: result: gcc -Wall -E
configure:5687: gcc -Wall -E  conftest.c
configure:5693: $? = 0
configure:5724: gcc -Wall -E  conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:5730: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5768: checking for grep that handles long lines and -e
configure:5842: result: /usr/bin/grep
configure:5847: checking for egrep
configure:5925: result: /usr/bin/grep -E
configure:5930: checking for ANSI C header files
configure:5960: gcc -Wall -c -g -O2  conftest.c >&5
configure:5966: $? = 0
configure:6065: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:6068: $? = 0
configure:6074: ./conftest.exe
configure:6077: $? = 0
configure:6094: result: yes
configure:6118: checking for sys/types.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for sys/stat.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for stdlib.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for string.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for memory.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for strings.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for inttypes.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for stdint.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6118: checking for unistd.h
configure:6139: gcc -Wall -c -g -O2  conftest.c >&5
configure:6145: $? = 0
configure:6161: result: yes
configure:6208: checking libintl.h usability
configure:6225: gcc -Wall -c -g -O2  conftest.c >&5
configure:6231: $? = 0
configure:6245: result: yes
configure:6249: checking libintl.h presence
configure:6264: gcc -Wall -E  conftest.c
configure:6270: $? = 0
configure:6284: result: yes
configure:6317: checking for libintl.h
configure:6324: result: yes
configure:6330: checking for main in -lintl
configure:6359: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lintl  -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:6365: $? = 0
configure:6383: result: yes
configure:6412: checking for wcslen
configure:6468: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:6474: $? = 0
configure:6491: result: yes
configure:6509: checking wchar.h usability
configure:6526: gcc -Wall -c -g -O2  conftest.c >&5
configure:6532: $? = 0
configure:6546: result: yes
configure:6550: checking wchar.h presence
configure:6565: gcc -Wall -E  conftest.c
configure:6571: $? = 0
configure:6585: result: yes
configure:6618: checking for wchar.h
configure:6626: result: yes
configure:6671: checking for icu-config
configure:6689: found /usr/bin/icu-config
configure:6701: result: /usr/bin/icu-config
configure:6773: checking iconv.h usability
configure:6790: gcc -Wall -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6810: result: yes
configure:6814: checking iconv.h presence
configure:6829: gcc -Wall -E  conftest.c
configure:6835: $? = 0
configure:6849: result: yes
configure:6882: checking for iconv.h
configure:6890: result: yes
configure:6900: checking for main in -liconv
configure:6929: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv  -lintl
-lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:6935: $? = 0
configure:6953: result: yes
configure:6978: checking if pthreads are available
configure:7001: checking pthread.h usability
configure:7018: gcc -Wall -c -g -O2  conftest.c >&5
configure:7024: $? = 0
configure:7038: result: yes
configure:7042: checking pthread.h presence
configure:7057: gcc -Wall -E  conftest.c
configure:7063: $? = 0
configure:7077: result: yes
configure:7110: checking for pthread.h
configure:7117: result: yes
configure:7290: checking for library containing pthread_create
configure:7331: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:7337: $? = 0
configure:7365: result: none required
configure:7382: result: yes
configure:7537: checking for ocamlc
configure:7553: found /usr/bin/ocamlc
configure:7565: result: ocamlc
configure:7581: checking for ocamlmklib
configure:7597: found /usr/bin/ocamlmklib
configure:7609: result: ocamlmklib
configure:7625: OCaml version is 3.08.1
configure:7629: OCaml library path is /usr/lib/ocaml
configure:7637: checking for ocamlopt
configure:7653: found /usr/bin/ocamlopt
configure:7665: result: ocamlopt
configure:7679: checking ocamlopt version
configure:7687: result: ok
configure:7697: checking for ocamlc.opt
configure:7713: found /usr/bin/ocamlc.opt
configure:7725: result: ocamlc.opt
configure:7734: checking ocamlc.opt version
configure:7741: result: ok
configure:7751: checking for ocamlopt.opt
configure:7767: found /usr/bin/ocamlopt.opt
configure:7779: result: ocamlopt.opt
configure:7788: checking ocamlc.opt version
configure:7795: result: ok
configure:7803: checking platform
configure:7811: result: Cygwin
configure:7825: checking for ocamlfind
configure:7853: result: no
configure:7871: WARNING: Cannot find ocamlfind.
configure:8008: checking for javac
configure:8041: result: no
configure:8052: checking for javac
configure:8085: result: no
configure:8096: checking for gcj
configure:8114: found /usr/bin/gcj
configure:8126: result: /usr/bin/gcj
configure:8147: Java compiler is /usr/bin/gcj
configure:8212: checking for javadoc
configure:8242: result: no
configure:8212: checking for gjdoc
configure:8242: result: no
configure:8263: checking for jar
configure:8293: result: no
configure:8316: Java jar installation directory is /usr/share/java
configure:8343: checking jni.h usability
configure:8360: gcc -Wall -c -g -O2  conftest.c >&5
configure:8366: $? = 0
configure:8380: result: yes
configure:8384: checking jni.h presence
configure:8399: gcc -Wall -E  conftest.c
configure:8405: $? = 0
configure:8419: result: yes
configure:8452: checking for jni.h
configure:8460: result: yes
configure:8514: WARNING: no commonly used jni installation directory
configure:8594: checking for python
configure:8612: found /usr/bin/python
configure:8624: result: /usr/bin/python
configure:8732: checking for pyrexc
configure:8750: found /usr/bin/pyrexc
configure:8762: result: /usr/bin/pyrexc
configure:9016: Tcl configuration script is /usr/lib/tclConfig.sh
configure:9055: checking for tclsh8.4
configure:9088: result: no
configure:9055: checking for tclsh
configure:9073: found /usr/bin/tclsh
configure:9085: result: /usr/bin/tclsh
configure:9111: WARNING: Tcl packages directory not found
configure:9192: checking which curses package to use
configure:9238: checking ncursesw/ncurses.h usability
configure:9255: gcc -Wall -c -g -O2  conftest.c >&5
configure:9261: $? = 0
configure:9275: result: yes
configure:9279: checking ncursesw/ncurses.h presence
configure:9294: gcc -Wall -E  conftest.c
configure:9300: $? = 0
configure:9314: result: yes
configure:9347: checking for ncursesw/ncurses.h
configure:9355: result: yes
configure:9373: checking for main in -lncursesw
configure:9402: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lncursesw  -liconv
-lintl -lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:9408: $? = 0
configure:9427: result: yes
configure:9445: result: ncursesw
configure:9894: checking which gui toolkit package to use
configure:9952: checking X11/Xaw/Form.h usability
configure:9969: gcc -Wall -c -g -O2    conftest.c >&5
configure:9975: $? = 0
configure:9989: result: yes
configure:9993: checking X11/Xaw/Form.h presence
configure:10008: gcc -Wall -E    conftest.c
configure:10014: $? = 0
configure:10028: result: yes
configure:10061: checking for X11/Xaw/Form.h
configure:10069: result: yes
configure:9952: checking X11/Xaw/Paned.h usability
configure:9969: gcc -Wall -c -g -O2    conftest.c >&5
configure:9975: $? = 0
configure:9989: result: yes
configure:9993: checking X11/Xaw/Paned.h presence
configure:10008: gcc -Wall -E    conftest.c
configure:10014: $? = 0
configure:10028: result: yes
configure:10061: checking for X11/Xaw/Paned.h
configure:10069: result: yes
configure:9952: checking X11/Xaw/Label.h usability
configure:9969: gcc -Wall -c -g -O2    conftest.c >&5
configure:9975: $? = 0
configure:9989: result: yes
configure:9993: checking X11/Xaw/Label.h presence
configure:10008: gcc -Wall -E    conftest.c
configure:10014: $? = 0
configure:10028: result: yes
configure:10061: checking for X11/Xaw/Label.h
configure:10069: result: yes
configure:9952: checking X11/Xaw/Command.h usability
configure:9969: gcc -Wall -c -g -O2    conftest.c >&5
configure:9975: $? = 0
configure:9989: result: yes
configure:9993: checking X11/Xaw/Command.h presence
configure:10008: gcc -Wall -E    conftest.c
configure:10014: $? = 0
configure:10028: result: yes
configure:10061: checking for X11/Xaw/Command.h
configure:10069: result: yes
configure:9952: checking X11/Xaw/Repeater.h usability
configure:9969: gcc -Wall -c -g -O2    conftest.c >&5
configure:9975: $? = 0
configure:9989: result: yes
configure:9993: checking X11/Xaw/Repeater.h presence
configure:10008: gcc -Wall -E    conftest.c
configure:10014: $? = 0
configure:10028: result: yes
configure:10061: checking for X11/Xaw/Repeater.h
configure:10069: result: yes
configure:10087: checking for main in -lXaw
configure:10116: gcc -Wall -o conftest.exe -g -O2    
-Wl,-export-dynamic,--enable-auto-import conftest.c -lXaw  -lXt -lX11 -lSM
-lxcb -lXau -lXdmcp -lICE    -lX11 -lxcb -lXau -lXdmcp   -liconv -lintl
-lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:10122: $? = 0
configure:10141: result: yes
configure:10159: result: Xaw
configure:10293: checking alloca.h usability
configure:10310: gcc -Wall -c -g -O2  conftest.c >&5
configure:10316: $? = 0
configure:10330: result: yes
configure:10334: checking alloca.h presence
configure:10349: gcc -Wall -E  conftest.c
configure:10355: $? = 0
configure:10369: result: yes
configure:10402: checking for alloca.h
configure:10410: result: yes
configure:10293: checking getopt.h usability
configure:10310: gcc -Wall -c -g -O2  conftest.c >&5
configure:10316: $? = 0
configure:10330: result: yes
configure:10334: checking getopt.h presence
configure:10349: gcc -Wall -E  conftest.c
configure:10355: $? = 0
configure:10369: result: yes
configure:10402: checking for getopt.h
configure:10410: result: yes
configure:10293: checking glob.h usability
configure:10310: gcc -Wall -c -g -O2  conftest.c >&5
configure:10316: $? = 0
configure:10330: result: yes
configure:10334: checking glob.h presence
configure:10349: gcc -Wall -E  conftest.c
configure:10355: $? = 0
configure:10369: result: yes
configure:10402: checking for glob.h
configure:10410: result: yes
configure:10293: checking regex.h usability
configure:10310: gcc -Wall -c -g -O2  conftest.c >&5
configure:10316: $? = 0
configure:10330: result: yes
configure:10334: checking regex.h presence
configure:10349: gcc -Wall -E  conftest.c
configure:10355: $? = 0
configure:10369: result: yes
configure:10402: checking for regex.h
configure:10410: result: yes
configure:10293: checking syslog.h usability
configure:10310: gcc -Wall -c -g -O2  conftest.c >&5
configure:10316: $? = 0
configure:10330: result: yes
configure:10334: checking syslog.h presence
configure:10349: gcc -Wall -E  conftest.c
configure:10355: $? = 0
configure:10369: result: yes
configure:10402: checking for syslog.h
configure:10410: result: yes
configure:10440: checking sys/poll.h usability
configure:10457: gcc -Wall -c -g -O2  conftest.c >&5
configure:10463: $? = 0
configure:10477: result: yes
configure:10481: checking sys/poll.h presence
configure:10496: gcc -Wall -E  conftest.c
configure:10502: $? = 0
configure:10516: result: yes
configure:10549: checking for sys/poll.h
configure:10557: result: yes
configure:10440: checking sys/select.h usability
configure:10457: gcc -Wall -c -g -O2  conftest.c >&5
configure:10463: $? = 0
configure:10477: result: yes
configure:10481: checking sys/select.h presence
configure:10496: gcc -Wall -E  conftest.c
configure:10502: $? = 0
configure:10516: result: yes
configure:10549: checking for sys/select.h
configure:10557: result: yes
configure:10440: checking sys/wait.h usability
configure:10457: gcc -Wall -c -g -O2  conftest.c >&5
configure:10463: $? = 0
configure:10477: result: yes
configure:10481: checking sys/wait.h presence
configure:10496: gcc -Wall -E  conftest.c
configure:10502: $? = 0
configure:10516: result: yes
configure:10549: checking for sys/wait.h
configure:10557: result: yes
configure:10586: checking pwd.h usability
configure:10603: gcc -Wall -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10623: result: yes
configure:10627: checking pwd.h presence
configure:10642: gcc -Wall -E  conftest.c
configure:10648: $? = 0
configure:10662: result: yes
configure:10695: checking for pwd.h
configure:10703: result: yes
configure:10586: checking grp.h usability
configure:10603: gcc -Wall -c -g -O2  conftest.c >&5
configure:10609: $? = 0
configure:10623: result: yes
configure:10627: checking grp.h presence
configure:10642: gcc -Wall -E  conftest.c
configure:10648: $? = 0
configure:10662: result: yes
configure:10695: checking for grp.h
configure:10703: result: yes
configure:10734: checking sys/io.h usability
configure:10751: gcc -Wall -c -g -O2  conftest.c >&5
configure:10757: $? = 0
configure:10771: result: yes
configure:10775: checking sys/io.h presence
configure:10790: gcc -Wall -E  conftest.c
configure:10796: $? = 0
configure:10810: result: yes
configure:10843: checking for sys/io.h
configure:10851: result: yes
configure:10734: checking sys/modem.h usability
configure:10751: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:85:23: error: sys/modem.h: No such file or directory
configure:10757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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:10771: result: no
configure:10775: checking sys/modem.h presence
configure:10790: gcc -Wall -E  conftest.c
conftest.c:52:23: error: sys/modem.h: No such file or directory
configure:10796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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:10810: result: no
configure:10843: checking for sys/modem.h
configure:10851: result: no
configure:10734: checking machine/speaker.h usability
configure:10751: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:85:29: error: machine/speaker.h: No such file or directory
configure:10757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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:10771: result: no
configure:10775: checking machine/speaker.h presence
configure:10790: gcc -Wall -E  conftest.c
conftest.c:52:29: error: machine/speaker.h: No such file or directory
configure:10796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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:10810: result: no
configure:10843: checking for machine/speaker.h
configure:10851: result: no
configure:10734: checking linux/vt.h usability
configure:10751: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:85:22: error: linux/vt.h: No such file or directory
configure:10757: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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 <linux/vt.h>
configure:10771: result: no
configure:10775: checking linux/vt.h presence
configure:10790: gcc -Wall -E  conftest.c
conftest.c:52:22: error: linux/vt.h: No such file or directory
configure:10796: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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 <linux/vt.h>
configure:10810: result: no
configure:10843: checking for linux/vt.h
configure:10851: result: no
configure:10881: checking mntent.h usability
configure:10898: gcc -Wall -c -g -O2  conftest.c >&5
configure:10904: $? = 0
configure:10918: result: yes
configure:10922: checking mntent.h presence
configure:10937: gcc -Wall -E  conftest.c
configure:10943: $? = 0
configure:10957: result: yes
configure:10990: checking for mntent.h
configure:10998: result: yes
configure:10881: checking sys/mnttab.h usability
configure:10898: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:86:24: error: sys/mnttab.h: No such file or directory
configure:10904: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_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:10918: result: no
configure:10922: checking sys/mnttab.h presence
configure:10937: gcc -Wall -E  conftest.c
conftest.c:53:24: error: sys/mnttab.h: No such file or directory
configure:10943: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_H 1
| /* end confdefs.h.  */
| #include <sys/mnttab.h>
configure:10957: result: no
configure:10990: checking for sys/mnttab.h
configure:10998: result: no
configure:11015: checking for addmntent
configure:11071: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
/tmp/ccT2NwfQ.o: In function `main':
/cygdrive/d/brltty/conftest.c:87: undefined reference to `_addmntent'
collect2: ld returned 1 exit status
configure:11077: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_H 1
| /* end confdefs.h.  */
| /* Define addmntent to an innocuous variant, in case <limits.h> declares
addmntent.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define addmntent innocuous_addmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char addmntent (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef addmntent
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char addmntent ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_addmntent || defined __stub___addmntent
| choke me
| #endif
|
| int
| main ()
| {
| return addmntent ();
|   ;
|   return 0;
| }
configure:11095: result: no
configure:11121: checking linux/input.h usability
configure:11138: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:86:25: error: linux/input.h: No such file or directory
configure:11144: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_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 <linux/input.h>
configure:11158: result: no
configure:11162: checking linux/input.h presence
configure:11177: gcc -Wall -E  conftest.c
conftest.c:53:25: error: linux/input.h: No such file or directory
configure:11183: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_H 1
| /* end confdefs.h.  */
| #include <linux/input.h>
configure:11197: result: no
configure:11230: checking for linux/input.h
configure:11238: result: no
configure:11319: checking for getopt_long
configure:11375: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11381: $? = 0
configure:11399: result: yes
configure:11319: checking for hstrerror
configure:11375: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11381: $? = 0
configure:11399: result: yes
configure:11319: checking for realpath
configure:11375: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11381: $? = 0
configure:11399: result: yes
configure:11319: checking for vsyslog
configure:11375: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11381: $? = 0
configure:11399: result: yes
configure:11414: checking for pause
configure:11470: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11476: $? = 0
configure:11494: result: yes
configure:11414: checking for sigaction
configure:11470: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11476: $? = 0
configure:11494: result: yes
configure:11509: checking for fchdir
configure:11565: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11571: $? = 0
configure:11589: result: yes
configure:11509: checking for fchmod
configure:11565: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11571: $? = 0
configure:11589: result: yes
configure:11604: checking for shmget
configure:11660: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11666: $? = 0
configure:11684: result: yes
configure:11604: checking for shm_open
configure:11660: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11666: $? = 0
configure:11684: result: yes
configure:11700: checking for getpeereid
configure:11756: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:11762: $? = 0
configure:11780: result: yes
configure:11700: checking for getpeerucred
configure:11756: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
/tmp/cck7lmxv.o: In function `main':
/cygdrive/d/brltty/conftest.c:98: undefined reference to `_getpeerucred'
collect2: ld returned 1 exit status
configure:11762: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_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_SHM_OPEN 1
| #define HAVE_GETPEEREID 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:11780: result: no
configure:11700: checking for getzoneid
configure:11756: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
/tmp/ccv3d3zd.o: In function `main':
/cygdrive/d/brltty/conftest.c:98: undefined reference to `_getzoneid'
collect2: ld returned 1 exit status
configure:11762: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_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_SHM_OPEN 1
| #define HAVE_GETPEEREID 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:11780: result: no
configure:12158: checking for key_t
configure:12192: gcc -Wall -c -g -O2  conftest.c >&5
configure:12198: $? = 0
configure:12213: result: yes
configure:12220: checking size of key_t
configure:12546: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:12549: $? = 0
configure:12555: ./conftest.exe
configure:12558: $? = 0
configure:12581: result: 8
configure:12602: checking whether byte ordering is bigendian
configure:12635: gcc -Wall -c -g -O2  conftest.c >&5
configure:12641: $? = 0
configure:12673: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:73: error: 'not' undeclared (first use in this function)
conftest.c:73: error: (Each undeclared identifier is reported only once
conftest.c:73: error: for each function it appears in.)
conftest.c:73: error: expected ';' before 'big'
configure:12679: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_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_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| #define SIZEOF_KEY_T 8
| #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:12819: result: no
configure:12838: checking for an ANSI C-conforming const
configure:12913: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:95: warning: 't' is used uninitialized in this function
conftest.c:111: warning: 'b' may be used uninitialized in this function
conftest.c:117: warning: 'cs[0]' is used uninitialized in this function
configure:12919: $? = 0
configure:12934: result: yes
configure:12944: checking for inline
configure:12970: gcc -Wall -c -g -O2  conftest.c >&5
configure:12976: $? = 0
configure:12994: result: inline
configure:13016: checking if the compiler understands the __alignof__
operator
configure:13045: gcc -Wall -c -g -O2  conftest.c >&5
configure:13051: $? = 0
configure:13066: result: yes
configure:13077: checking if the compiler understands
__attribute__((format(__printf__)))
configure:13106: gcc -Wall -c -g -O2  conftest.c >&5
configure:13112: $? = 0
configure:13127: result: yes
configure:13138: checking if the compiler understands __attribute__((packed))
configure:13169: gcc -Wall -c -g -O2  conftest.c >&5
configure:13175: $? = 0
configure:13190: result: yes
configure:13201: checking if the compiler understands __attribute__((unused))
configure:13230: gcc -Wall -c -g -O2  conftest.c >&5
conftest.c:70: warning: 'conf_attribute_unused' declared 'static' but
never defined
configure:13236: $? = 0
configure:13251: result: yes
configure:13262: checking for system-dependent compilation flags
configure:13286: result:
configure:13291: checking for c compiler yacc source flags
configure:13308: result: -Wno-parentheses -Wno-unused -Wno-uninitialized
-Wno-unknown-pragmas
configure:13313: checking for c compiler shared object flags
configure:13346: result:
configure:13351: checking for c++ compiler shared object flags
configure:13368: result: -fPIC
configure:13438: checking for static archive extension
configure:13450: result: a
configure:13455: checking for shared object run-time search path
environment variable
configure:13473: result: LD_LIBRARY_PATH
configure:14095: checking for Gpm_Open in -lgpm
configure:14130: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lgpm  -liconv -lintl
-lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
cannot find -lgpm
collect2: ld returned 1 exit status
configure:14136: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "brltty"
| #define PACKAGE_TARNAME "brltty"
| #define PACKAGE_VERSION "4.1"
| #define PACKAGE_STRING "brltty 4.1"
| #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
| #define BRLAPI_RELEASE "0.5.4"
| #define BRLAPI_MAJOR 0
| #define BRLAPI_MINOR 5
| #define BRLAPI_REVISION 4
| #define PACKAGE_TITLE "BRLTTY"
| #define PACKAGE_REVISION ""
| #define CONFIGURATION_FILE "brltty.conf"
| #define ENABLE_SHARED_OBJECTS 1
| #define HAVE_LIBGDI32 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBINTL 1
| #define ENABLE_I18N_SUPPORT 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICU 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIBICONV 1
| #define ENABLE_API 1
| #define API_PARAMETERS ""
| #define BRLAPI_WIN32 1
| #define BRLAPI_AUTHKEYFILE "brlapi.key"
| #define HAVE_LIBNCURSESW 1
| #define HAVE_PKG_NCURSESW 1
| #define HAVE_LIBXAW 1
| #define HAVE_PKG_XAW 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_MNTENT_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_SHM_OPEN 1
| #define HAVE_GETPEEREID 1
| #define SIZEOF_KEY_T 8
| #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 "dll"
| #define MODULE_NAME "cygbrltty"
| #define MODULE_EXTENSION "dll"
| #define ENABLE_LEARN_MODE 1
| #define ENABLE_CONTRACTED_BRAILLE 1
| #define ENABLE_BEEPER_SUPPORT 1
| #define ENABLE_PCM_SUPPORT 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:14154: result: no
configure:14177: checking for library containing dlopen
configure:14218: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32
-lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:14224: $? = 0
configure:14252: result: none required
configure:14530: checking usb.h usability
configure:14547: gcc -Wall -c -g -O2  conftest.c >&5
configure:14553: $? = 0
configure:14567: result: yes
configure:14571: checking usb.h presence
configure:14586: gcc -Wall -E  conftest.c
configure:14592: $? = 0
configure:14606: result: yes
configure:14639: checking for usb.h
configure:14647: result: yes
configure:14655: checking for main in -lusb
configure:14684: gcc -Wall -o conftest.exe -g -O2  
-Wl,-export-dynamic,--enable-auto-import conftest.c -lusb  -liconv -lintl
-lgdi32 -lsupc++  >&5
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld:
warning: --export-dynamic is not supported for PE targets, did you mean
--export-all-symbols?
configure:14690: $? = 0
configure:14708: result: yes
configure:14776: WARNING: no bluetooth support on cygwin
configure:15061: WARNING: Libbraille package not found: /usr /usr/local
/usr/local/Libbraille /usr/local/libbraille /opt/Libbraille
/opt/libbraille
configure:15387: checking for device directory
configure:15402: result: /dev
configure:15410: checking for first serial device
configure:15466: result: ttyS0
configure:15740: WARNING: FestivalLite package not found: /usr /usr/local
/usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite
configure:15863: WARNING: Mikropuhe package not found: /usr /usr/local
/usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe
configure:15912: WARNING: speech-dispatcher package not found: /usr
/usr/local /usr/local/speech-dispatcher /usr/local/speechd
/opt/speech-dispatcher /opt/speechd
configure:15958: WARNING: Swift package not found: /usr /usr/local
/usr/local/Swift /usr/local/swift /opt/Swift /opt/swift
configure:16004: WARNING: Theta package not found: /usr /usr/local
/usr/local/Theta /usr/local/theta /opt/Theta /opt/theta
configure:16050: WARNING: ViaVoice package not found: /usr /usr/local
/usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice
configure:16874: creating ./config.status

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

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

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

on set2

config.status:925: creating config.mk
config.status:925: creating brltty.spec
config.status:925: creating Programs/brltty-config
config.status:925: creating Documents/brltty.conf
config.status:925: creating Documents/brltty.1
config.status:925: creating Documents/BrlAPIref.doxy
config.status:925: creating Drivers/Braille/Voyager/mkhlp
config.status:925: creating Bindings/Python/setup.py
config.status:925: creating ./Makefile
config.status:925: creating Programs/Makefile
config.status:925: creating Documents/Makefile
config.status:925: creating Documents/Manual-BRLTTY/English/Makefile
config.status:925: creating Documents/Manual-BRLTTY/French/Makefile
config.status:925: creating Documents/Manual-BrlAPI/English/Makefile
config.status:925: creating Bindings/Caml/Makefile
config.status:925: creating Bindings/Java/Makefile
config.status:925: creating Bindings/Python/Makefile
config.status:925: creating Bindings/Tcl/Makefile
config.status:925: creating Drivers/Braille/Alva/Makefile
config.status:925: creating Drivers/Braille/Albatross/Makefile
config.status:925: creating Drivers/Braille/BrlAPI/Makefile
config.status:925: creating Drivers/Braille/Braudi/Makefile
config.status:925: creating Drivers/Braille/BrailleLite/Makefile
config.status:925: creating Drivers/Braille/Baum/Makefile
config.status:925: creating Drivers/Braille/BrailleNote/Makefile
config.status:925: creating Drivers/Braille/CombiBraille/Makefile
config.status:925: creating Drivers/Braille/EcoBraille/Makefile
config.status:925: creating Drivers/Braille/EuroBraille/Makefile
config.status:925: creating Drivers/Braille/FreedomScientific/Makefile
config.status:925: creating Drivers/Braille/HIMS/Makefile
config.status:925: creating Drivers/Braille/HandyTech/Makefile
config.status:925: creating Drivers/Braille/LogText/Makefile
config.status:925: creating Drivers/Braille/MultiBraille/Makefile
config.status:925: creating Drivers/Braille/MDV/Makefile
config.status:925: creating Drivers/Braille/MiniBraille/Makefile
config.status:925: creating Drivers/Braille/Pegasus/Makefile
config.status:925: creating Drivers/Braille/Papenmeier/Makefile
config.status:925: creating Drivers/Braille/Seika/Makefile
config.status:925: creating Drivers/Braille/TechniBraille/Makefile
config.status:925: creating Drivers/Braille/TSI/Makefile
config.status:925: creating Drivers/Braille/TTY/Makefile
config.status:925: creating Drivers/Braille/VideoBraille/Makefile
config.status:925: creating Drivers/Braille/Voyager/Makefile
config.status:925: creating Drivers/Braille/Virtual/Makefile
config.status:925: creating Drivers/Braille/VisioBraille/Makefile
config.status:925: creating Drivers/Braille/XWindow/Makefile
config.status:925: creating Drivers/Speech/Alva/Makefile
config.status:925: creating Drivers/Speech/BrailleLite/Makefile
config.status:925: creating Drivers/Speech/CombiBraille/Makefile
config.status:925: creating Drivers/Speech/ExternalSpeech/Makefile
config.status:925: creating Drivers/Speech/Festival/Makefile
config.status:925: creating Drivers/Speech/GenericSay/Makefile
config.status:925: creating Drivers/Screen/Windows/Makefile
config.status:925: creating Drivers/Screen/Screen/Makefile
config.status:925: creating config.h
config.status:1243: config.h is unchanged
config.status:925: creating Programs/brlapi.h
config.status:1243: Programs/brlapi.h is unchanged
config.status:1256: executing brltty-summary commands
config.status:1263: 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: /include/brltty
   compiler-prefix:
   init-path:
   stderr-path:
   standalone-programs: no
   i18n: yes
   icu: yes
   iconv: yes
   api: yes
   api-parameters:
   caml-bindings: yes
   java-bindings: yes
   python-bindings: yes
   tcl-bindings: yes
   curses-package: ncursesw
   x: yes
   gui-toolkit-package: Xaw
   learn-mode: yes
   contracted-braille: yes
   beeper-support: yes
   pcm-support: yes
   midi-support: yes
   fm-support: yes
   pm-configfile: yes
   gpm: yes
   usb-support: yes
   libbraille-root:
   external-braille-drivers:
   internal-braille-drivers: al at ba bd bl bm bn cb ec eu fs hm ht lt mb
md mn pg pm sk tn ts tt vd vo vr vs xw
   braille-parameters:
   braille-device: usb:
   text-table: en-nabcc
   attributes-table: attributes
   speech-support: yes
   flite-root:
   mikropuhe-root:
   speechd-root:
   swift-root:
   theta-root:
   viavoice-root:
   external-speech-drivers:
   internal-speech-drivers: al bl cb es fv gs
   speech-parameters:
   external-screen-drivers:
   internal-screen-drivers: wn sc
   screen-parameters:
   screen-driver: wn
   relocatable-install: no
   stripping: yes

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

ac_cv_build=i686-pc-cygwin
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_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_exeext=.exe
ac_cv_func_addmntent=no
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=yes
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_shm_open=yes
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_vsyslog=yes
ac_cv_func_wcslen=yes
ac_cv_header_X11_Xaw_Command_h=yes
ac_cv_header_X11_Xaw_Form_h=yes
ac_cv_header_X11_Xaw_Label_h=yes
ac_cv_header_X11_Xaw_Paned_h=yes
ac_cv_header_X11_Xaw_Repeater_h=yes
ac_cv_header_alloca_h=yes
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=yes
ac_cv_header_libintl_h=yes
ac_cv_header_linux_input_h=no
ac_cv_header_linux_vt_h=no
ac_cv_header_machine_speaker_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_ncursesw_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_unistd_h=yes
ac_cv_header_usb_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_lib_Xaw___main=yes
ac_cv_lib_gdi32=ac_cv_lib_gdi32_main
ac_cv_lib_gdi32_main=yes
ac_cv_lib_gpm_Gpm_Open=no
ac_cv_lib_iconv=ac_cv_lib_iconv_main
ac_cv_lib_iconv_main=yes
ac_cv_lib_intl=ac_cv_lib_intl_main
ac_cv_lib_intl_main=yes
ac_cv_lib_ncursesw___main=yes
ac_cv_lib_usb=ac_cv_lib_usb_main
ac_cv_lib_usb_main=yes
ac_cv_objext=o
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ICU_CONFIG=/usr/bin/icu-config
ac_cv_path_JAVAC_PATH=/usr/bin/gcj
ac_cv_path_PYREXC=/usr/bin/pyrexc
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_TCLSH=/usr/bin/tclsh
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -Wall -E'
ac_cv_prog_LD=ld
ac_cv_prog_OCAMLC=ocamlc
ac_cv_prog_OCAMLCDOTOPT=ocamlc.opt
ac_cv_prog_OCAMLFIND=no
ac_cv_prog_OCAMLMKLIB=ocamlmklib
ac_cv_prog_OCAMLOPT=ocamlopt
ac_cv_prog_OCAMLOPTDOTOPT=ocamlopt.opt
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='none required'
ac_cv_search_pthread_create='none required'
ac_cv_sizeof_key_t=8
ac_cv_target=i686-pc-cygwin
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_dll_gdi32=yes
brltty_cv_env_libsearch=LD_LIBRARY_PATH
brltty_cv_ext_arc=a
brltty_cv_have_pthreads=yes
brltty_cv_package_curses=ncursesw
brltty_cv_package_gui_toolkit=Xaw
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=
brltty_cv_prog_cc_sysflags=
brltty_cv_prog_conflibdir=:
brltty_cv_prog_cxx_libflags=-fPIC
brltty_cv_prog_ld_flags='-export-dynamic --enable-auto-import'
brltty_cv_prog_ld_static=-static
brltty_cv_prog_mklib='$(CC) -shared
-Wl,--out-implib,implib.a,--output-def,lib.def,-soname,<name> -o'
brltty_cv_prog_mkmod='$(CC) -shared  -o'
brltty_cv_prog_mkobj='$(LD) -r -o'

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

AWK='gawk'
CAML_OK='true'
CC='gcc -Wall'
CFLAGS='-g -O2'
CONFIGURATION_DIRECTORY='/tmp/Brltty-Installed/etc'
CONFLIBDIR=':'
CPP='gcc -Wall -E'
CPPFLAGS=''
CXX='gcc -Wall'
CXXFLAGS='-g -O2'
DATA_DIRECTORY='/tmp/Brltty-Installed/etc/brltty'
DEFS='-DHAVE_CONFIG_H'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
GREP='/usr/bin/grep'
ICU_CONFIG='/usr/bin/icu-config'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_OPTION_STRIP='-s'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
JAR='/usr/bin/JAR_NOT_FOUND_BY_CONFIGURE'
JAR_NAME='JAR_NOT_FOUND_BY_CONFIGURE'
JAVAC='/usr/bin/gcj -C --encoding=UTF-8'
JAVAC_PATH='/usr/bin/gcj'
JAVADOC=': -encoding UTF-8'
JAVADOC_NAME=''
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='true'
LD='ld'
LDFLAGS=' -Wl,-export-dynamic,--enable-auto-import'
LIBCFLAGS=''
LIBCXXFLAGS='-fPIC'
LIBOBJS=''
LIBRARY_DIRECTORY='/tmp/Brltty-Installed/lib/brltty'
LIBS='-lusb -liconv -lintl -lgdi32 -lsupc++ '
LN_S='ln -s'
LTLIBOBJS=''
MKLIB='$(CC) -shared
-Wl,--out-implib,implib.a,--output-def,lib.def,-soname,<name> -o'
MKMOD='$(CC) -shared  -o'
MKOBJ='$(LD) -r -o'
OBJEXT='o'
OCAMLBEST='opt'
OCAMLC='ocamlc.opt'
OCAMLCDOTOPT='ocamlc.opt'
OCAMLFIND='no'
OCAMLLIB='/usr/lib/ocaml'
OCAMLMKLIB='ocamlmklib'
OCAMLOPT='ocamlopt.opt'
OCAMLOPTDOTOPT='ocamlopt.opt'
OCAMLVERSION='3.08.1'
OCAMLWIN32='yes'
OCAML_CLIBS='libbrlapi_stubs.a'
OCAML_INSTALL_TARGET='install-without-findlib'
OCAML_NCLIB='$(OCAML_LIB).cmxa'
OCAML_UNINSTALL_TARGET='uninstall-without-findlib'
PACKAGE_BUGREPORT='http://mielke.cc/brltty/'
PACKAGE_NAME='brltty'
PACKAGE_STRING='brltty 4.1'
PACKAGE_TARNAME='brltty'
PACKAGE_TITLE='BRLTTY'
PACKAGE_VERSION='4.1'
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.5'
PYTHON_EXTRA_LDFLAGS=''
PYTHON_EXTRA_LIBS=' -ldl'
PYTHON_LIBS='-L/usr/lib/python2.5/config -lpython2.5'
PYTHON_OK='true'
PYTHON_PROLOGUE='import sys; import distutils.sysconfig; '
PYTHON_SITE_PKG='/usr/lib/python2.5/site-packages'
PYTHON_VERSION='2.5'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SYSCFLAGS=''
TCLSH='/usr/bin/tclsh'
TCL_CPPFLAGS=''
TCL_DIR='TCL_PACKAGES_DIRECTORY_NOT_FOUND_BY_CONFIGURE'
TCL_LIBS='-ltcl84'
TCL_OK='true'
WRITABLE_DIRECTORY='/tmp/Brltty-Installed/lib/brltty/rw'
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=' Caml Java Python Tcl'
api_dynamic_library='api-dynamic-library-windows'
api_libraries='-liconv -lintl -lgdi32 -lsupc++ '
api_major='0'
api_minor='5'
api_objects='brlapi_server.$O brlapi_keyranges.$O auth.$O'
api_ref='$(API_LIBS)'
api_release='0.5.4'
api_revision='4'
api_socket_path='\\\\\\\\.\\\\pipe\\\\BrlAPI'
api_version='0.5'
archive_extension='a'
archive_prefix='lib'
attributes_table='$(SRC_TOP)$(TBL_DIR)/attributes.atb'
beeper_tune_objects='beeper.$O'
bindir='${exec_prefix}/bin'
bluetooth_objects=''
braille_device='usb:'
braille_driver_libraries='$(API_LIBS) $(CLIBS) $(XTK_LIBS) $(X_LIBS)'
braille_driver_objects='$(BLD_TOP)Drivers/Braille/Alva/braille.$O
$(BLD_TOP)Drivers/Braille/Albatross/braille.$O
$(BLD_TOP)Drivers/Braille/BrlAPI/braille.$O
$(BLD_TOP)Drivers/Braille/Braudi/braille.$O
$(BLD_TOP)Drivers/Braille/BrailleLite/braille.$O
$(BLD_TOP)Drivers/Braille/Baum/braille.$O
$(BLD_TOP)Drivers/Braille/BrailleNote/braille.$O
$(BLD_TOP)Drivers/Braille/CombiBraille/braille.$O
$(BLD_TOP)Drivers/Braille/EcoBraille/braille.$O
$(BLD_TOP)Drivers/Braille/EuroBraille/braille.$O
$(BLD_TOP)Drivers/Braille/FreedomScientific/braille.$O
$(BLD_TOP)Drivers/Braille/HIMS/braille.$O
$(BLD_TOP)Drivers/Braille/HandyTech/braille.$O
$(BLD_TOP)Drivers/Braille/LogText/braille.$O
$(BLD_TOP)Drivers/Braille/MultiBraille/braille.$O
$(BLD_TOP)Drivers/Braille/MDV/braille.$O
$(BLD_TOP)Drivers/Braille/MiniBraille/braille.$O
$(BLD_TOP)Drivers/Braille/Pegasus/braille.$O
$(BLD_TOP)Drivers/Braille/Papenmeier/braille.$O
$(BLD_TOP)Drivers/Braille/Seika/braille.$O
$(BLD_TOP)Drivers/Braille/TechniBraille/braille.$O
$(BLD_TOP)Drivers/Braille/TSI/braille.$O
$(BLD_TOP)Drivers/Braille/TTY/braille.$O
$(BLD_TOP)Drivers/Braille/VideoBraille/braille.$O
$(BLD_TOP)Drivers/Braille/Voyager/braille.$O
$(BLD_TOP)Drivers/Braille/Virtual/braille.$O
$(BLD_TOP)Drivers/Braille/VisioBraille/braille.$O
$(BLD_TOP)Drivers/Braille/XWindow/braille.$O'
braille_drivers=''
braille_help='braille-help'
braille_libraries_al=''
braille_libraries_at=''
braille_libraries_ba='$(API_LIBS)'
braille_libraries_bd=''
braille_libraries_bl=''
braille_libraries_bm=''
braille_libraries_bn=''
braille_libraries_cb=''
braille_libraries_ec=''
braille_libraries_eu=''
braille_libraries_fs=''
braille_libraries_hm=''
braille_libraries_ht=''
braille_libraries_il=''
braille_libraries_lb=''
braille_libraries_lt=''
braille_libraries_mb=''
braille_libraries_md=''
braille_libraries_mn=''
braille_libraries_pg=''
braille_libraries_pm=''
braille_libraries_sk=''
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='$(XTK_LIBS) $(X_LIBS)'
brltty_cflags_x=' '
brltty_external_codes_braille=''
brltty_external_codes_screen=''
brltty_external_codes_speech=''
brltty_external_names_braille=''
brltty_external_names_screen=''
brltty_external_names_speech=''
brltty_internal_codes_braille='al at ba bd bl bm bn cb ec eu fs hm ht lt
mb md mn pg pm sk tn ts tt vd vo vr vs xw'
brltty_internal_codes_screen='wn sc'
brltty_internal_codes_speech='al bl cb es fv gs'
brltty_internal_names_braille='Alva Albatross BrlAPI Braudi BrailleLite
Baum BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific
HIMS HandyTech LogText MultiBraille MDV MiniBraille Pegasus Papenmeier
Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille
XWindow'
brltty_internal_names_screen='Windows Screen'
brltty_internal_names_speech='Alva BrailleLite CombiBraille ExternalSpeech
Festival GenericSay'
brltty_item_codes_braille='al at ba bd bl bm bn cb ec eu fs hm ht lt mb md
mn pg pm sk tn ts tt vd vo vr vs xw'
brltty_item_codes_screen='wn sc'
brltty_item_codes_speech='al bl cb es fv gs'
brltty_item_names_braille='Alva Albatross BrlAPI Braudi BrailleLite Baum
BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HIMS
HandyTech LogText MultiBraille MDV MiniBraille Pegasus Papenmeier Seika
TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille XWindow'
brltty_item_names_screen='Windows Screen'
brltty_item_names_speech='Alva BrailleLite CombiBraille ExternalSpeech
Festival GenericSay'
brltty_libs_curses='-lncursesw '
brltty_libs_x='-lX11 -lxcb -lXau -lXdmcp  '
brltty_libs_xkb='-lXext -lX11 -lxcb -lXau -lXdmcp   '
brltty_libs_xtk='-lXaw -lXt -lX11 -lSM -lxcb -lXau -lXdmcp -lICE    '
brltty_manual_directories=' Documents/Manual-BRLTTY/English
Documents/Manual-BRLTTY/French Documents/Manual-BrlAPI/English'
brltty_package_curses='ncursesw'
brltty_package_gui_toolkit='Xaw'
build='i686-pc-cygwin'
build_alias=''
build_api='api'
build_cpu='i686'
build_os='cygwin'
build_vendor='pc'
can_make_BrlAPIref='yes'
compiler_prefix=''
configuration_file='brltty.conf'
contracted_braille_objects='ctb_compile.$O ctb_translate.$O'
cspi_includes=''
cspi_libdirs=''
cspi_libraries=''
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-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
icu_includes='-I/usr/include'
icu_libraries='-Wl,--enable-auto-import -lpthread -lm -L/usr/lib -licui18n
-licuuc -licudata -lpthread -lm'
include_directory='${prefix}/include/brltty'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_api='install-api'
install_api_bindings='install-api-bindings'
install_api_libraries='install-api-libraries-windows'
install_attributes_tables='install-attributes-tables'
install_contraction_tables='install-contraction-tables'
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='dll'
library_prefix='cyg'
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='dll'
module_name='cygbrltty'
oldincludedir='/usr/include'
package_date='2010/06/03'
pcm_tune_objects='pcm.$O'
pdfdir='${docdir}'
prefix='/tmp/Brltty-Installed'
program_directory='${exec_prefix}/bin'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
screen_driver_libraries=''
screen_driver_objects='$(BLD_TOP)Drivers/Screen/Windows/screen.$O
$(BLD_TOP)Drivers/Screen/Screen/screen.$O'
screen_drivers=''
screen_help='screen-help'
screen_libraries_as=''
screen_libraries_hd=''
screen_libraries_lx=''
screen_libraries_pb=''
screen_libraries_sc=''
screen_libraries_wn=''
sharedstatedir='${prefix}/com'
speech_driver_libraries=''
speech_driver_objects='$(BLD_TOP)Drivers/Speech/Alva/speech.$O
$(BLD_TOP)Drivers/Speech/BrailleLite/speech.$O
$(BLD_TOP)Drivers/Speech/CombiBraille/speech.$O
$(BLD_TOP)Drivers/Speech/ExternalSpeech/speech.$O
$(BLD_TOP)Drivers/Speech/Festival/speech.$O
$(BLD_TOP)Drivers/Speech/GenericSay/speech.$O'
speech_drivers=''
speech_help='speech-help'
speech_libraries_al=''
speech_libraries_bl=''
speech_libraries_cb=''
speech_libraries_es=''
speech_libraries_fl=''
speech_libraries_fv=''
speech_libraries_gs=''
speech_libraries_mp=''
speech_libraries_sd=''
speech_libraries_sw=''
speech_libraries_th=''
speech_libraries_vv=''
speech_support_object='spk.$O'
speechd_root=''
swift_root=''
sysconfdir='${prefix}/etc'
system_object='sys_windows.$O'
target='i686-pc-cygwin'
target_alias=''
target_cpu='i686'
target_os='cygwin'
target_vendor='pc'
text_table='$(SRC_TOP)$(TBL_DIR)/en-nabcc.ttb'
theta_root=''
uninstall_api_libraries='uninstall-api-libraries-windows'
usb_objects='usb.$O usb_libusb.$O'
viavoice_root=''
writable_directory='${exec_prefix}/lib/brltty/rw'

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

#define PACKAGE_NAME "brltty"
#define PACKAGE_TARNAME "brltty"
#define PACKAGE_VERSION "4.1"
#define PACKAGE_STRING "brltty 4.1"
#define PACKAGE_BUGREPORT "http://mielke.cc/brltty/"
#define BRLAPI_RELEASE "0.5.4"
#define BRLAPI_MAJOR 0
#define BRLAPI_MINOR 5
#define BRLAPI_REVISION 4
#define PACKAGE_TITLE "BRLTTY"
#define PACKAGE_REVISION ""
#define CONFIGURATION_FILE "brltty.conf"
#define ENABLE_SHARED_OBJECTS 1
#define HAVE_LIBGDI32 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LIBINTL 1
#define ENABLE_I18N_SUPPORT 1
#define HAVE_WCHAR_H 1
#define HAVE_ICU 1
#define HAVE_ICONV_H 1
#define HAVE_LIBICONV 1
#define ENABLE_API 1
#define API_PARAMETERS ""
#define BRLAPI_WIN32 1
#define BRLAPI_AUTHKEYFILE "brlapi.key"
#define HAVE_LIBNCURSESW 1
#define HAVE_PKG_NCURSESW 1
#define HAVE_LIBXAW 1
#define HAVE_PKG_XAW 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_MNTENT_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_SHM_OPEN 1
#define HAVE_GETPEEREID 1
#define SIZEOF_KEY_T 8
#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 "dll"
#define MODULE_NAME "cygbrltty"
#define MODULE_EXTENSION "dll"
#define ENABLE_LEARN_MODE 1
#define ENABLE_CONTRACTED_BRAILLE 1
#define ENABLE_BEEPER_SUPPORT 1
#define ENABLE_PCM_SUPPORT 1
#define ENABLE_MIDI_SUPPORT 1
#define ENABLE_FM_SUPPORT 1
#define ENABLE_PM_CONFIGURATION_FILE 1
#define HAVE_DLOPEN 1
#define HAVE_USB_H 1
#define ENABLE_USB_SUPPORT 1
#define BRAILLE_DRIVER_CODES "al at ba bd bl bm bn cb ec eu fs hm ht lt mb
md mn pg pm sk tn ts tt vd vo vr vs xw"
#define BRAILLE_PARAMETERS ""
#define DEVICE_DIRECTORY "/dev"
#define FIRST_SERIAL_DEVICE "ttyS0"
#define BRAILLE_DEVICE "usb:"
#define TEXT_TABLE "en-nabcc"
#define ATTRIBUTES_TABLE "attributes"
#define ENABLE_SPEECH_SUPPORT 1
#define SPEECH_DRIVER_CODES "al bl cb es fv gs"
#define SPEECH_PARAMETERS ""
#define SCREEN_DRIVER_CODES "wn sc"
#define SCREEN_PARAMETERS ""
#define SCREEN_DRIVER "wn"
#define WRITABLE_DIRECTORY "/tmp/Brltty-Installed/lib/brltty/rw"
#define DATA_DIRECTORY "/tmp/Brltty-Installed/etc/brltty"
#define LIBRARY_DIRECTORY "/tmp/Brltty-Installed/lib/brltty"
#define CONFIGURATION_DIRECTORY "/tmp/Brltty-Installed/etc"
#define BRLAPI_ETCDIR "/tmp/Brltty-Installed/etc"
#define BRLAPI_SOCKETPATH "\\\\.\\pipe\\BrlAPI"

configure: exit 0






---
Saravanamutthukumaran Saktivelayutham
saravanan at spectrumelectra.com
Mob : +91 999 401 86 86.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ConfigError.rtf
Type: application/msword
Size: 112057 bytes
Desc: not available
URL: <http://mielke.cc/pipermail/brltty/attachments/20100608/cc75db45/attachment-0001.doc>


More information about the BRLTTY mailing list