This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by brltty configure 4.3dev, which was generated by GNU Autoconf 2.67. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = CSUP-JHBGZK1 uname -m = i686 uname -r = 1.7.7(0.230/5/3) uname -s = CYGWIN_NT-5.1 uname -v = 2010-08-31 09:58 /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: /home/lmaschm/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live PATH: /c/WINDOWS/system32 PATH: /c/WINDOWS PATH: /c/WINDOWS/System32/Wbem PATH: /c/Program Files/Intel/DMIX PATH: /c/WINDOWS/system32/WindowsPowerShell/v1.0 PATH: /c/WINDOWS/system32/WindowsPowerShell/v1.0 PATH: /c/Program Files/Common Files/SYSTEM/MSMAPI/1033 PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live PATH: /usr/lib/lapack ## ----------- ## ## Core tests. ## ## ----------- ## configure:2933: checking build system type configure:2947: result: i686-pc-cygwin configure:2967: checking host system type configure:2980: result: i686-pc-cygwin configure:3000: checking target system type configure:3013: result: i686-pc-cygwin configure:3335: checking whether make sets $(MAKE) configure:3357: result: yes configure:3452: checking for gcc configure:3468: found /usr/bin/gcc configure:3479: result: gcc configure:3708: checking for C compiler version configure:3717: gcc --version >&5 gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Copyright (C) 2004 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:3728: $? = 0 configure:3717: gcc -v >&5 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) configure:3728: $? = 0 configure:3717: gcc -V >&5 gcc: `-V' option must have argument configure:3728: $? = 1 configure:3717: gcc -qversion >&5 gcc: unrecognized option `-qversion' gcc: no input files configure:3728: $? = 1 configure:3748: checking whether the C compiler works configure:3770: gcc conftest.c >&5 configure:3774: $? = 0 configure:3822: result: yes configure:3825: checking for C compiler default output file name configure:3827: result: a.exe configure:3833: checking for suffix of executables configure:3840: gcc -o conftest.exe conftest.c >&5 configure:3844: $? = 0 configure:3866: result: .exe configure:3888: checking whether we are cross compiling configure:3896: gcc -o conftest.exe conftest.c >&5 configure:3900: $? = 0 configure:3907: ./conftest.exe configure:3911: $? = 0 configure:3926: result: no configure:3931: checking for suffix of object files configure:3953: gcc -c conftest.c >&5 configure:3957: $? = 0 configure:3978: result: o configure:3982: checking whether we are using the GNU C compiler configure:4001: gcc -c conftest.c >&5 configure:4001: $? = 0 configure:4010: result: yes configure:4019: checking whether gcc accepts -g configure:4039: gcc -c -g conftest.c >&5 configure:4039: $? = 0 configure:4080: result: yes configure:4097: checking for gcc option to accept ISO C89 configure:4161: gcc -c -g -O2 conftest.c >&5 configure:4161: $? = 0 configure:4174: result: none needed configure:4201: checking for library containing __cxa_pure_virtual configure:4232: gcc -Wall -o conftest.exe -g -O2 conftest.c >&5 /tmp/ccI1WvsC.o: In function `main': /usr/src/brltty/conftest.c:27: undefined reference to `___cxa_pure_virtual' collect2: ld returned 1 exit status configure:4232: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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:4232: gcc -Wall -o conftest.exe -g -O2 conftest.c -lsupc++ >&5 configure:4232: $? = 0 configure:4249: result: -lsupc++ configure:4257: checking if the C compiler can compile C++ configure:4275: gcc -Wall -o conftest.exe -g -O2 conftest.cc -lsupc++ >&5 configure:4275: $? = 0 configure:4284: result: yes configure:4401: checking for C++ compiler version configure:4410: gcc -Wall --version >&5 gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Copyright (C) 2004 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:4421: $? = 0 configure:4410: gcc -Wall -v >&5 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /managed/gcc-build/final-v3-bootstrap/gcc-3.4.4-999/configure --verbose --program-suffix=-3 --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug Thread model: posix gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) configure:4421: $? = 0 configure:4410: gcc -Wall -V >&5 gcc: `-V' must come at the start of the command line configure:4421: $? = 1 configure:4410: gcc -Wall -qversion >&5 gcc: unrecognized option `-qversion' gcc: no input files configure:4421: $? = 1 configure:4425: checking whether we are using the GNU C++ compiler configure:4444: gcc -Wall -c conftest.cpp >&5 configure:4444: $? = 0 configure:4453: result: yes configure:4462: checking whether gcc -Wall accepts -g configure:4482: gcc -Wall -c -g conftest.cpp >&5 configure:4482: $? = 0 configure:4523: result: yes configure:4552: checking for ld configure:4568: found /usr/bin/ld configure:4579: result: ld configure:4634: checking for ranlib configure:4650: found /usr/bin/ranlib configure:4661: result: ranlib configure:4687: checking for gawk configure:4703: found /usr/bin/gawk configure:4714: result: gawk configure:4725: checking whether ln -s works configure:4729: result: yes configure:4737: checking for linkage editor program creation flags configure:4773: result: -export-dynamic --enable-auto-import configure:4777: checking for static linkage flag configure:4815: result: -static configure:4877: checking for a BSD-compatible install configure:4945: result: /usr/bin/install -c configure:4963: checking for doxygen configure:4981: found /usr/bin/doxygen configure:4993: result: /usr/bin/doxygen configure:5004: checking for make relocatable object command configure:5016: result: $(LD) -r -o configure:5021: checking for loadable module creation command configure:5066: result: $(CC) -shared -o configure:5071: checking for dynamic library creation command configure:5124: result: $(CC) -shared -Wl,--out-implib,implib.a,--output-def,lib.def,-soname, -o configure:5129: checking for configure shared object directory command configure:5144: result: : configure:5391: checking if DLL gdi32 can be loaded configure:5411: gcc -Wall -o conftest.exe -g -O2 -Wl,-export-dynamic,--enable-auto-import conftest.c -lsupc++ >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:5411: $? = 0 configure:5411: ./conftest.exe configure:5411: $? = 0 configure:5421: result: yes configure:5425: checking for main in -lgdi32 configure:5444: gcc -Wall -o conftest.exe -g -O2 -Wl,-export-dynamic,--enable-auto-import conftest.c -lgdi32 -lsupc++ >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:5444: $? = 0 configure:5453: result: yes configure:5592: checking how to run the C preprocessor configure:5623: gcc -Wall -E conftest.c configure:5623: $? = 0 configure:5637: gcc -Wall -E conftest.c conftest.c:18:28: ac_nonexistent.h: No such file or directory configure:5637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #define CONFIGURATION_FILE "brltty.conf" | #define ENABLE_SHARED_OBJECTS 1 | #define HAVE_LIBGDI32 1 | /* end confdefs.h. */ | #include configure:5662: result: gcc -Wall -E configure:5682: gcc -Wall -E conftest.c configure:5682: $? = 0 configure:5696: gcc -Wall -E conftest.c conftest.c:18:28: ac_nonexistent.h: No such file or directory configure:5696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #define CONFIGURATION_FILE "brltty.conf" | #define ENABLE_SHARED_OBJECTS 1 | #define HAVE_LIBGDI32 1 | /* end confdefs.h. */ | #include configure:5725: checking for grep that handles long lines and -e configure:5783: result: /usr/bin/grep configure:5788: checking for egrep configure:5850: result: /usr/bin/grep -E configure:5855: checking for ANSI C header files configure:5875: gcc -Wall -c -g -O2 conftest.c >&5 configure:5875: $? = 0 configure:5948: gcc -Wall -o conftest.exe -g -O2 -Wl,-export-dynamic,--enable-auto-import conftest.c -lgdi32 -lsupc++ >&5 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:5948: $? = 0 configure:5948: ./conftest.exe configure:5948: $? = 0 configure:5959: result: yes configure:5972: checking for sys/types.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for sys/stat.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for stdlib.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for string.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for memory.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for strings.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for inttypes.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for stdint.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:5972: checking for unistd.h configure:5972: gcc -Wall -c -g -O2 conftest.c >&5 configure:5972: $? = 0 configure:5972: result: yes configure:6009: checking libintl.h usability configure:6009: gcc -Wall -c -g -O2 conftest.c >&5 configure:6009: $? = 0 configure:6009: result: yes configure:6009: checking libintl.h presence configure:6009: gcc -Wall -E conftest.c configure:6009: $? = 0 configure:6009: result: yes configure:6009: checking for libintl.h configure:6009: result: yes configure:6011: checking for main in -lintl configure:6030: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:6030: $? = 0 configure:6039: result: yes configure:6064: checking for wcslen configure:6064: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:6064: $? = 0 configure:6064: result: yes configure:6068: checking wchar.h usability configure:6068: gcc -Wall -c -g -O2 conftest.c >&5 configure:6068: $? = 0 configure:6068: result: yes configure:6068: checking wchar.h presence configure:6068: gcc -Wall -E conftest.c configure:6068: $? = 0 configure:6068: result: yes configure:6068: checking for wchar.h configure:6068: result: yes configure:6075: checking for wcwidth configure:6075: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:6075: $? = 0 configure:6075: result: yes configure:6121: checking for icu-config configure:6139: found /usr/bin/icu-config configure:6151: result: /usr/bin/icu-config configure:6208: checking iconv.h usability configure:6208: gcc -Wall -c -g -O2 conftest.c >&5 configure:6208: $? = 0 configure:6208: result: yes configure:6208: checking iconv.h presence configure:6208: gcc -Wall -E conftest.c configure:6208: $? = 0 configure:6208: result: yes configure:6208: checking for iconv.h configure:6208: result: yes configure:6214: checking for main in -liconv configure:6233: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:6233: $? = 0 configure:6242: result: yes configure:6265: checking if pthreads are available configure:6278: checking pthread.h usability configure:6278: gcc -Wall -c -g -O2 conftest.c >&5 configure:6278: $? = 0 configure:6278: result: yes configure:6278: checking pthread.h presence configure:6278: gcc -Wall -E conftest.c configure:6278: $? = 0 configure:6278: result: yes configure:6278: checking for pthread.h configure:6278: result: yes configure:6394: checking for library containing pthread_create configure:6425: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:6425: $? = 0 configure:6442: result: none required configure:6459: result: yes configure:6610: checking for ocamlc configure:6626: found /usr/bin/ocamlc configure:6638: result: ocamlc configure:6654: checking for ocamlmklib configure:6670: found /usr/bin/ocamlmklib configure:6682: result: ocamlmklib configure:6698: OCaml version is 3.12.0 configure:6702: OCaml library path is /usr/lib/ocaml configure:6710: checking for ocamlopt configure:6726: found /usr/bin/ocamlopt configure:6738: result: ocamlopt configure:6752: checking ocamlopt version configure:6760: result: ok configure:6770: checking for ocamlc.opt configure:6786: found /usr/bin/ocamlc.opt configure:6798: result: ocamlc.opt configure:6807: checking ocamlc.opt version configure:6814: result: ok configure:6824: checking for ocamlopt.opt configure:6840: found /usr/bin/ocamlopt.opt configure:6852: result: ocamlopt.opt configure:6861: checking ocamlc.opt version configure:6868: result: ok configure:6876: checking platform configure:6884: result: Cygwin configure:6898: checking for ocamlfind configure:6926: result: no configure:6944: WARNING: Cannot find ocamlfind. configure:7079: checking for javac configure:7112: result: no configure:7123: checking for javac configure:7156: result: no configure:7167: checking for gcj configure:7185: found /usr/bin/gcj configure:7197: result: /usr/bin/gcj configure:7218: Java compiler is /usr/bin/gcj configure:7283: checking for javadoc configure:7313: result: no configure:7283: checking for gjdoc configure:7313: result: no configure:7334: checking for jar configure:7350: found /usr/bin/jar configure:7361: result: jar configure:7387: Java jar installation directory is /usr/share/java configure:7403: checking jni.h usability configure:7403: gcc -Wall -c -g -O2 conftest.c >&5 configure:7403: $? = 0 configure:7403: result: yes configure:7403: checking jni.h presence configure:7403: gcc -Wall -E conftest.c configure:7403: $? = 0 configure:7403: result: yes configure:7403: checking for jni.h configure:7403: result: yes configure:7452: WARNING: no commonly used jni installation directory configure:7591: checking for python configure:7609: found /usr/bin/python configure:7621: result: /usr/bin/python configure:7729: checking for pyrexc configure:7747: found /usr/bin/pyrexc configure:7759: result: /usr/bin/pyrexc configure:7882: Tcl configuration script is /usr/lib/tclConfig.sh configure:7921: checking for tclsh8.4 configure:7954: result: no configure:7921: checking for tclsh configure:7939: found /usr/bin/tclsh configure:7951: result: /usr/bin/tclsh configure:7977: WARNING: Tcl packages directory not found configure:8054: checking which curses package to use configure:8089: checking ncursesw/ncurses.h usability configure:8089: gcc -Wall -c -g -O2 conftest.c >&5 configure:8089: $? = 0 configure:8089: result: yes configure:8089: checking ncursesw/ncurses.h presence configure:8089: gcc -Wall -E conftest.c configure:8089: $? = 0 configure:8089: result: yes configure:8089: checking for ncursesw/ncurses.h configure:8089: result: yes configure:8103: checking for main in -lncursesw configure:8122: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8122: $? = 0 configure:8132: result: yes configure:8150: result: ncursesw configure:8253: checking X11/keysym.h usability configure:8253: gcc -Wall -c -g -O2 conftest.c >&5 configure:8253: $? = 0 configure:8253: result: yes configure:8253: checking X11/keysym.h presence configure:8253: gcc -Wall -E conftest.c configure:8253: $? = 0 configure:8253: result: yes configure:8253: checking for X11/keysym.h configure:8253: result: yes configure:8272: checking X11/extensions/XTest.h usability configure:8272: gcc -Wall -c -g -O2 conftest.c >&5 configure:8272: $? = 0 configure:8272: result: yes configure:8272: checking X11/extensions/XTest.h presence configure:8272: gcc -Wall -E conftest.c configure:8272: $? = 0 configure:8272: result: yes configure:8272: checking for X11/extensions/XTest.h configure:8272: result: yes configure:8284: checking X11/extensions/XKB.h usability configure:8284: gcc -Wall -c -g -O2 conftest.c >&5 configure:8284: $? = 0 configure:8284: result: yes configure:8284: checking X11/extensions/XKB.h presence configure:8284: gcc -Wall -E conftest.c configure:8284: $? = 0 configure:8284: result: yes configure:8284: checking for X11/extensions/XKB.h configure:8284: result: yes configure:8320: checking which gui toolkit package to use configure:8367: checking X11/Xaw/Form.h usability configure:8367: gcc -Wall -c -g -O2 conftest.c >&5 configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking X11/Xaw/Form.h presence configure:8367: gcc -Wall -E conftest.c configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking for X11/Xaw/Form.h configure:8367: result: yes configure:8367: checking X11/Xaw/Paned.h usability configure:8367: gcc -Wall -c -g -O2 conftest.c >&5 configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking X11/Xaw/Paned.h presence configure:8367: gcc -Wall -E conftest.c configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking for X11/Xaw/Paned.h configure:8367: result: yes configure:8367: checking X11/Xaw/Label.h usability configure:8367: gcc -Wall -c -g -O2 conftest.c >&5 configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking X11/Xaw/Label.h presence configure:8367: gcc -Wall -E conftest.c configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking for X11/Xaw/Label.h configure:8367: result: yes configure:8367: checking X11/Xaw/Command.h usability configure:8367: gcc -Wall -c -g -O2 conftest.c >&5 configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking X11/Xaw/Command.h presence configure:8367: gcc -Wall -E conftest.c configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking for X11/Xaw/Command.h configure:8367: result: yes configure:8367: checking X11/Xaw/Repeater.h usability configure:8367: gcc -Wall -c -g -O2 conftest.c >&5 configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking X11/Xaw/Repeater.h presence configure:8367: gcc -Wall -E conftest.c configure:8367: $? = 0 configure:8367: result: yes configure:8367: checking for X11/Xaw/Repeater.h configure:8367: result: yes configure:8381: checking for main in -lXaw configure:8400: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8400: $? = 0 configure:8410: result: yes configure:8428: result: Xaw configure:8518: checking alloca.h usability configure:8518: gcc -Wall -c -g -O2 conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking alloca.h presence configure:8518: gcc -Wall -E conftest.c configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking for alloca.h configure:8518: result: yes configure:8518: checking getopt.h usability configure:8518: gcc -Wall -c -g -O2 conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking getopt.h presence configure:8518: gcc -Wall -E conftest.c configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking for getopt.h configure:8518: result: yes configure:8518: checking glob.h usability configure:8518: gcc -Wall -c -g -O2 conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking glob.h presence configure:8518: gcc -Wall -E conftest.c configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking for glob.h configure:8518: result: yes configure:8518: checking regex.h usability configure:8518: gcc -Wall -c -g -O2 conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking regex.h presence configure:8518: gcc -Wall -E conftest.c configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking for regex.h configure:8518: result: yes configure:8518: checking syslog.h usability configure:8518: gcc -Wall -c -g -O2 conftest.c >&5 configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking syslog.h presence configure:8518: gcc -Wall -E conftest.c configure:8518: $? = 0 configure:8518: result: yes configure:8518: checking for syslog.h configure:8518: result: yes configure:8530: checking sys/file.h usability configure:8530: gcc -Wall -c -g -O2 conftest.c >&5 configure:8530: $? = 0 configure:8530: result: yes configure:8530: checking sys/file.h presence configure:8530: gcc -Wall -E conftest.c configure:8530: $? = 0 configure:8530: result: yes configure:8530: checking for sys/file.h configure:8530: result: yes configure:8543: checking sys/poll.h usability configure:8543: gcc -Wall -c -g -O2 conftest.c >&5 configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking sys/poll.h presence configure:8543: gcc -Wall -E conftest.c configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking for sys/poll.h configure:8543: result: yes configure:8543: checking sys/select.h usability configure:8543: gcc -Wall -c -g -O2 conftest.c >&5 configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking sys/select.h presence configure:8543: gcc -Wall -E conftest.c configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking for sys/select.h configure:8543: result: yes configure:8543: checking sys/wait.h usability configure:8543: gcc -Wall -c -g -O2 conftest.c >&5 configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking sys/wait.h presence configure:8543: gcc -Wall -E conftest.c configure:8543: $? = 0 configure:8543: result: yes configure:8543: checking for sys/wait.h configure:8543: result: yes configure:8556: checking pwd.h usability configure:8556: gcc -Wall -c -g -O2 conftest.c >&5 configure:8556: $? = 0 configure:8556: result: yes configure:8556: checking pwd.h presence configure:8556: gcc -Wall -E conftest.c configure:8556: $? = 0 configure:8556: result: yes configure:8556: checking for pwd.h configure:8556: result: yes configure:8556: checking grp.h usability configure:8556: gcc -Wall -c -g -O2 conftest.c >&5 configure:8556: $? = 0 configure:8556: result: yes configure:8556: checking grp.h presence configure:8556: gcc -Wall -E conftest.c configure:8556: $? = 0 configure:8556: result: yes configure:8556: checking for grp.h configure:8556: result: yes configure:8569: checking sys/io.h usability configure:8569: gcc -Wall -c -g -O2 conftest.c >&5 configure:8569: $? = 0 configure:8569: result: yes configure:8569: checking sys/io.h presence configure:8569: gcc -Wall -E conftest.c configure:8569: $? = 0 configure:8569: result: yes configure:8569: checking for sys/io.h configure:8569: result: yes configure:8569: checking sys/modem.h usability configure:8569: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:91:23: sys/modem.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8569: result: no configure:8569: checking sys/modem.h presence configure:8569: gcc -Wall -E conftest.c conftest.c:58:23: sys/modem.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include configure:8569: result: no configure:8569: checking for sys/modem.h configure:8569: result: no configure:8569: checking machine/speaker.h usability configure:8569: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:91:29: machine/speaker.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8569: result: no configure:8569: checking machine/speaker.h presence configure:8569: gcc -Wall -E conftest.c conftest.c:58:29: machine/speaker.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include configure:8569: result: no configure:8569: checking for machine/speaker.h configure:8569: result: no configure:8569: checking linux/vt.h usability configure:8569: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:91:22: linux/vt.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8569: result: no configure:8569: checking linux/vt.h presence configure:8569: gcc -Wall -E conftest.c conftest.c:58:22: linux/vt.h: No such file or directory configure:8569: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | /* end confdefs.h. */ | #include configure:8569: result: no configure:8569: checking for linux/vt.h configure:8569: result: no configure:8583: checking mntent.h usability configure:8583: gcc -Wall -c -g -O2 conftest.c >&5 configure:8583: $? = 0 configure:8583: result: yes configure:8583: checking mntent.h presence configure:8583: gcc -Wall -E conftest.c configure:8583: $? = 0 configure:8583: result: yes configure:8583: checking for mntent.h configure:8583: result: yes configure:8583: checking sys/mnttab.h usability configure:8583: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:92:24: sys/mnttab.h: No such file or directory configure:8583: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8583: result: no configure:8583: checking sys/mnttab.h presence configure:8583: gcc -Wall -E conftest.c conftest.c:59:24: sys/mnttab.h: No such file or directory configure:8583: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:8583: result: no configure:8583: checking for sys/mnttab.h configure:8583: result: no configure:8595: checking for addmntent configure:8595: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? /tmp/cc4AqHgZ.o: In function `main': /usr/src/brltty/conftest.c:93: undefined reference to `_addmntent' collect2: ld returned 1 exit status configure:8595: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | /* Define addmntent to an innocuous variant, in case declares addmntent. | For example, HP-UX 11i declares gettimeofday. */ | #define addmntent innocuous_addmntent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char addmntent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:8595: result: no configure:8607: checking linux/input.h usability configure:8607: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:92:25: linux/input.h: No such file or directory configure:8607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:8607: result: no configure:8607: checking linux/input.h presence configure:8607: gcc -Wall -E conftest.c conftest.c:59:25: linux/input.h: No such file or directory configure:8607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_MNTENT_H 1 | /* end confdefs.h. */ | #include configure:8607: result: no configure:8607: checking for linux/input.h configure:8607: result: no configure:8636: checking for getopt_long configure:8636: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8636: $? = 0 configure:8636: result: yes configure:8636: checking for hstrerror configure:8636: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8636: $? = 0 configure:8636: result: yes configure:8636: checking for realpath configure:8636: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8636: $? = 0 configure:8636: result: yes configure:8636: checking for vsyslog configure:8636: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8636: $? = 0 configure:8636: result: yes configure:8648: checking for pause configure:8648: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8648: $? = 0 configure:8648: result: yes configure:8648: checking for sigaction configure:8648: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8648: $? = 0 configure:8648: result: yes configure:8660: checking for fchdir configure:8660: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8660: $? = 0 configure:8660: result: yes configure:8660: checking for fchmod configure:8660: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8660: $? = 0 configure:8660: result: yes configure:8672: checking for shmget configure:8672: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8672: $? = 0 configure:8672: result: yes configure:8672: checking for shm_open configure:8672: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8672: $? = 0 configure:8672: result: yes configure:8684: checking for getpeereid configure:8684: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8684: $? = 0 configure:8684: result: yes configure:8684: checking for getpeerucred configure:8684: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? /tmp/ccfGFuJl.o: In function `main': /usr/src/brltty/conftest.c:104: undefined reference to `_getpeerucred' collect2: ld returned 1 exit status configure:8684: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 declares getpeerucred. | For example, HP-UX 11i declares gettimeofday. */ | #define getpeerucred innocuous_getpeerucred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeerucred (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:8684: result: no configure:8684: checking for getzoneid configure:8684: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? /tmp/cc0lj1cj.o: In function `main': /usr/src/brltty/conftest.c:104: undefined reference to `_getzoneid' collect2: ld returned 1 exit status configure:8684: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 declares getzoneid. | For example, HP-UX 11i declares gettimeofday. */ | #define getzoneid innocuous_getzoneid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getzoneid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:8684: result: no configure:8696: checking for mempcpy configure:8696: gcc -Wall -o conftest.exe -g -O2 -Wl,-export-dynamic,--enable-auto-import conftest.c -liconv -lintl -lgdi32 -lsupc++ >&5 conftest.c:93: warning: conflicting types for built-in function 'mempcpy' /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8696: $? = 0 configure:8696: result: yes configure:8696: checking for wmempcpy configure:8696: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? /tmp/cc2Fnoh8.o: In function `main': /usr/src/brltty/conftest.c:105: undefined reference to `_wmempcpy' collect2: ld returned 1 exit status configure:8696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 HAVE_MEMPCPY 1 | /* end confdefs.h. */ | /* Define wmempcpy to an innocuous variant, in case declares wmempcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define wmempcpy innocuous_wmempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wmempcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wmempcpy | | /* 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 wmempcpy (); | /* 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_wmempcpy || defined __stub___wmempcpy | choke me | #endif | | int | main () | { | return wmempcpy (); | ; | return 0; | } configure:8696: result: no configure:8848: checking size of key_t configure:8853: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:8853: $? = 0 configure:8853: ./conftest.exe configure:8853: $? = 0 configure:8871: result: 8 configure:8890: checking whether byte ordering is bigendian configure:8905: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:74: error: parse error before "a" conftest.c:76: error: syntax error before "typedef" configure:8905: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 HAVE_MEMPCPY 1 | #define SIZEOF_KEY_T 8 | #define HAVE_POSIX_THREADS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:8950: gcc -Wall -c -g -O2 conftest.c >&5 configure:8950: $? = 0 configure:8968: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:80: error: `not' undeclared (first use in this function) conftest.c:80: error: (Each undeclared identifier is reported only once conftest.c:80: error: for each function it appears in.) conftest.c:80: error: parse error before "big" configure:8968: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 HAVE_MEMPCPY 1 | #define SIZEOF_KEY_T 8 | #define HAVE_POSIX_THREADS 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:9096: result: no configure:9114: checking for an ANSI C-conforming const configure:9179: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c: In function `main': conftest.c:118: warning: 'b' might be used uninitialized in this function conftest.c:99: warning: 't' might be used uninitialized in this function configure:9179: $? = 0 configure:9186: result: yes configure:9194: checking for inline configure:9210: gcc -Wall -c -g -O2 conftest.c >&5 configure:9210: $? = 0 configure:9218: result: inline configure:9239: checking if the compiler understands the __alignof__ operator configure:9258: gcc -Wall -c -g -O2 conftest.c >&5 configure:9258: $? = 0 configure:9265: result: yes configure:9274: checking if the compiler understands __attribute__((format(__printf__))) configure:9293: gcc -Wall -c -g -O2 conftest.c >&5 configure:9293: $? = 0 configure:9300: result: yes configure:9309: checking if the compiler understands __attribute__((packed)) configure:9330: gcc -Wall -c -g -O2 conftest.c >&5 configure:9330: $? = 0 configure:9337: result: yes configure:9346: checking if the compiler understands __attribute__((unused)) configure:9365: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:78: warning: 'conf_attribute_unused' declared `static' but never defined configure:9365: $? = 0 configure:9372: result: yes configure:9381: checking for system-dependent compilation flags configure:9405: result: configure:9410: checking for c compiler shared object flags configure:9443: result: configure:9448: checking for c++ compiler shared object flags configure:9465: result: -fPIC configure:9535: checking for static archive extension configure:9547: result: a configure:9552: checking for shared object run-time search path environment variable configure:9570: result: LD_LIBRARY_PATH configure:9992: checking for Gpm_Open in -lgpm configure:10017: 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/3.4.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/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -lgpm collect2: ld returned 1 exit status configure:10017: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 HAVE_MEMPCPY 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 | /* 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:10026: result: no configure:10047: checking for library containing dlopen configure:10078: 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/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: --export-dynamic is not supported for PE targets, did you mean --export-all-symbols? configure:10078: $? = 0 configure:10095: result: none required configure:10332: checking usb.h usability configure:10332: gcc -Wall -c -g -O2 conftest.c >&5 configure:10332: $? = 0 configure:10332: result: yes configure:10332: checking usb.h presence configure:10332: gcc -Wall -E conftest.c configure:10332: $? = 0 configure:10332: result: yes configure:10332: checking for usb.h configure:10332: result: yes configure:10401: checking for ws2bth.h configure:10401: gcc -Wall -c -g -O2 conftest.c >&5 conftest.c:89:20: ws2bth.h: No such file or directory configure:10401: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "brltty" | #define PACKAGE_TARNAME "brltty" | #define PACKAGE_VERSION "4.3dev" | #define PACKAGE_STRING "brltty 4.3dev" | #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" | #define PACKAGE_URL "" | #define BRLAPI_RELEASE "0.5.5" | #define BRLAPI_MAJOR 0 | #define BRLAPI_MINOR 5 | #define BRLAPI_REVISION 5 | #define PACKAGE_TITLE "BRLTTY" | #define PACKAGE_REVISION "5421M" | #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_WCWIDTH 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_X11_KEYSYM_H 1 | #define HAVE_X11_EXTENSIONS_XTEST_H 1 | #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_IO_H 1 | #define HAVE_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 HAVE_MEMPCPY 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 HAVE_DLOPEN 1 | /* end confdefs.h. */ | #include | | #include configure:10401: result: no configure:10561: WARNING: Libbraille package not found: /usr /usr/local /usr/local/Libbraille /usr/local/libbraille /opt/Libbraille /opt/libbraille configure:10936: checking for device directory configure:10951: result: /dev configure:10959: checking for first serial device configure:11015: result: ttyS0 configure:11266: WARNING: eSpeak package not found: /usr /usr/local /usr/local/eSpeak /usr/local/espeak /opt/eSpeak /opt/espeak configure:11317: WARNING: FestivalLite package not found: /usr /usr/local /usr/local/FestivalLite /usr/local/flite /opt/FestivalLite /opt/flite configure:11434: WARNING: Mikropuhe package not found: /usr /usr/local /usr/local/Mikropuhe /usr/local/mikropuhe /opt/Mikropuhe /opt/mikropuhe configure:11483: WARNING: speech-dispatcher package not found: /usr /usr/local /usr/local/speech-dispatcher /usr/local/speechd /opt/speech-dispatcher /opt/speechd configure:11529: WARNING: Swift package not found: /usr /usr/local /usr/local/Swift /usr/local/swift /opt/Swift /opt/swift configure:11575: WARNING: Theta package not found: /usr /usr/local /usr/local/Theta /usr/local/theta /opt/Theta /opt/theta configure:11621: WARNING: ViaVoice package not found: /usr /usr/local /usr/local/ViaVoice /usr/local/viavoice /opt/ViaVoice /opt/viavoice configure:12552: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by brltty config.status 4.3dev, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on CSUP-JHBGZK1 config.status:1241: creating config.mk config.status:1241: creating brltty.spec config.status:1241: creating Programs/brltty-config config.status:1241: creating Documents/brltty.conf config.status:1241: creating Documents/brltty.1 config.status:1241: creating Documents/BrlAPIref.doxy config.status:1241: creating Bindings/Lisp/brlapi.lisp config.status:1241: creating Bindings/Python/setup.py config.status:1241: creating ./Makefile config.status:1241: creating Programs/Makefile config.status:1241: creating Documents/Makefile config.status:1241: creating Documents/Manual-BRLTTY/English/Makefile config.status:1241: creating Documents/Manual-BRLTTY/French/Makefile config.status:1241: creating Documents/Manual-BrlAPI/English/Makefile config.status:1241: creating Bindings/Caml/Makefile config.status:1241: creating Bindings/Java/Makefile config.status:1241: creating Bindings/Lisp/Makefile config.status:1241: creating Bindings/Python/Makefile config.status:1241: creating Bindings/Tcl/Makefile config.status:1241: creating Drivers/Braille/Alva/Makefile config.status:1241: creating Drivers/Braille/Albatross/Makefile config.status:1241: creating Drivers/Braille/BrlAPI/Makefile config.status:1241: creating Drivers/Braille/BrailComm/Makefile config.status:1241: creating Drivers/Braille/Braudi/Makefile config.status:1241: creating Drivers/Braille/BrailleLite/Makefile config.status:1241: creating Drivers/Braille/Baum/Makefile config.status:1241: creating Drivers/Braille/BrailleNote/Makefile config.status:1241: creating Drivers/Braille/CombiBraille/Makefile config.status:1241: creating Drivers/Braille/EcoBraille/Makefile config.status:1241: creating Drivers/Braille/EuroBraille/Makefile config.status:1241: creating Drivers/Braille/FreedomScientific/Makefile config.status:1241: creating Drivers/Braille/HIMS/Makefile config.status:1241: creating Drivers/Braille/HandyTech/Makefile config.status:1241: creating Drivers/Braille/LogText/Makefile config.status:1241: creating Drivers/Braille/MultiBraille/Makefile config.status:1241: creating Drivers/Braille/MDV/Makefile config.status:1241: creating Drivers/Braille/MiniBraille/Makefile config.status:1241: creating Drivers/Braille/Metec/Makefile config.status:1241: creating Drivers/Braille/Pegasus/Makefile config.status:1241: creating Drivers/Braille/Papenmeier/Makefile config.status:1241: creating Drivers/Braille/Seika/Makefile config.status:1241: creating Drivers/Braille/TechniBraille/Makefile config.status:1241: creating Drivers/Braille/TSI/Makefile config.status:1241: creating Drivers/Braille/TTY/Makefile config.status:1241: creating Drivers/Braille/VideoBraille/Makefile config.status:1241: creating Drivers/Braille/Voyager/Makefile config.status:1241: creating Drivers/Braille/Virtual/Makefile config.status:1241: creating Drivers/Braille/VisioBraille/Makefile config.status:1241: creating Drivers/Braille/XWindow/Makefile config.status:1241: creating Drivers/Speech/Alva/Makefile config.status:1241: creating Drivers/Speech/BrailleLite/Makefile config.status:1241: creating Drivers/Speech/CombiBraille/Makefile config.status:1241: creating Drivers/Speech/ExternalSpeech/Makefile config.status:1241: creating Drivers/Speech/Festival/Makefile config.status:1241: creating Drivers/Speech/GenericSay/Makefile config.status:1241: creating Drivers/Screen/Windows/Makefile config.status:1241: creating Drivers/Screen/Screen/Makefile config.status:1241: creating Drivers/Screen/AtSpi2/Makefile config.status:1241: creating config.h config.status:1241: creating Programs/brlapi.h config.status:1429: executing brltty-summary commands config.status:1436: Options Summary: execute-root: install-root: libdir: /lib sysconfdir: /etc program-directory: /bin drivers-directory: /lib/brltty writable-directory: /lib/brltty/rw tables-directory: /etc/brltty manpage-directory: /man include-directory: /usr/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 lisp-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 gpm: yes usb-package: libusb bluetooth-package: none libbraille-root: external-braille-drivers: internal-braille-drivers: al at ba bc bd bl bm bn cb ec eu fs hm ht lt mb md mn mt 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 espeak-root: flite-root: mikropuhe-root: speechd-root: swift-root: theta-root: viavoice-root: external-speech-drivers: internal-speech-drivers: al bl cb xs fv gs speech-parameters: external-screen-drivers: internal-screen-drivers: wn sc a2 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_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_mempcpy=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_func_wcwidth=yes ac_cv_func_wmempcpy=no 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_X11_extensions_XKB_h=yes ac_cv_header_X11_extensions_XTest_h=yes ac_cv_header_X11_keysym_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_file_h=yes ac_cv_header_sys_io_h=yes ac_cv_header_sys_mnttab_h=no ac_cv_header_sys_modem_h=no ac_cv_header_sys_poll_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_header_usb_h=yes ac_cv_header_wchar_h=yes ac_cv_header_ws2bth_h=no 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_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_JAR_NAME=jar 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_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 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_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, -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='/etc' CONFLIBDIR=':' CPP='gcc -Wall -E' CPPFLAGS='' CXX='gcc -Wall -Wall' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' DOXYGEN='/usr/bin/doxygen' DRIVERS_DIRECTORY='/lib/brltty' 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' JAR_NAME='jar' 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='' LIBS='-liconv -lintl -lgdi32 -lsupc++ ' LISP_OK='true' LN_S='ln -s' LTLIBOBJS='' MKLIB='$(CC) -shared -Wl,--out-implib,implib.a,--output-def,lib.def,-soname, -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.12.0' 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.3dev' PACKAGE_TARNAME='brltty' PACKAGE_TITLE='BRLTTY' PACKAGE_URL='' PACKAGE_VERSION='4.3dev' PATH_SEPARATOR=':' 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.6' PYTHON_EXTRA_LDFLAGS='' PYTHON_EXTRA_LIBS=' -ldl' PYTHON_LIBS='-L/usr/lib/python2.6/config -lpython2.6' PYTHON_OK='true' PYTHON_PROLOGUE='import sys; import distutils.sysconfig; ' PYTHON_SITE_PKG='/usr/lib/python2.6/site-packages' PYTHON_VERSION='2.6' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SYSCFLAGS='' TABLES_DIRECTORY='/etc/brltty' TCLSH='/usr/bin/tclsh' TCL_CPPFLAGS='' TCL_DIR='TCL_PACKAGES_DIRECTORY_NOT_FOUND_BY_CONFIGURE' TCL_LIBS='-ltcl84' TCL_OK='true' WRITABLE_DIRECTORY='/lib/brltty/rw' 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 Lisp 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.5' api_revision='5' api_socket_path='\\\\\\\\.\\\\pipe\\\\BrlAPI' api_version='0.5' archive_extension='a' archive_prefix='lib' attributes_table='attributes' beeper_tune_objects='beeper.$O' bindir='${exec_prefix}/bin' bluetooth_cflags='' bluetooth_libs='' bluetooth_package='none' 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/BrailComm/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/Metec/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_bc='' braille_libraries_bd='' braille_libraries_bl='' braille_libraries_bm='' braille_libraries_bn='' braille_libraries_cb='' braille_libraries_ec='' braille_libraries_eu='' braille_libraries_fs='' braille_libraries_hm='' braille_libraries_ht='' braille_libraries_il='' braille_libraries_lb='' braille_libraries_lt='' braille_libraries_mb='' braille_libraries_md='' braille_libraries_mn='' braille_libraries_mt='' braille_libraries_pg='' braille_libraries_pm='' braille_libraries_sk='' braille_libraries_tn='' braille_libraries_ts='' braille_libraries_tt='$(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 bc bd bl bm bn cb ec eu fs hm ht lt mb md mn mt pg pm sk tn ts tt vd vo vr vs xw' brltty_internal_codes_screen='wn sc a2' brltty_internal_codes_speech='al bl cb xs fv gs' brltty_internal_names_braille='Alva Albatross BrlAPI BrailComm Braudi BrailleLite Baum BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HIMS HandyTech LogText MultiBraille MDV MiniBraille Metec Pegasus Papenmeier Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille XWindow' brltty_internal_names_screen='Windows Screen AtSpi2' brltty_internal_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay' brltty_item_codes_braille='al at ba bc bd bl bm bn cb ec eu fs hm ht lt mb md mn mt pg pm sk tn ts tt vd vo vr vs xw' brltty_item_codes_screen='wn sc a2' brltty_item_codes_speech='al bl cb xs fv gs' brltty_item_names_braille='Alva Albatross BrlAPI BrailComm Braudi BrailleLite Baum BrailleNote CombiBraille EcoBraille EuroBraille FreedomScientific HIMS HandyTech LogText MultiBraille MDV MiniBraille Metec Pegasus Papenmeier Seika TechniBraille TSI TTY VideoBraille Voyager Virtual VisioBraille XWindow' brltty_item_names_screen='Windows Screen AtSpi2' brltty_item_names_speech='Alva BrailleLite CombiBraille ExternalSpeech Festival GenericSay' brltty_libs_curses='-lncursesw ' brltty_libs_x='-lX11 -lxcb -lXau -lXdmcp ' brltty_libs_xkb='-lXtst -lXext -lX11 -lxcb -lXau -lXdmcp -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_libs='' datadir='${datarootdir}' datarootdir='${prefix}/usr/share' dbus_includes='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' dbus_libs='-ldbus-1 -lpthread ' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' drivers_directory='${exec_prefix}/lib/brltty' dvidir='${docdir}' espeak_root='' 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=' -lpthread -lm -L/usr/lib -licui18n -licuuc -licudata -lpthread -lm ' include_directory='${prefix}/usr/include/brltty' includedir='${prefix}/usr/include' infodir='${datarootdir}/info' install_api='install-api' install_api_bindings='install-api-bindings' install_api_libraries='install-api-libraries-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' keyboard_objects='kbd.$O kbd_none.$O' libbraille_root='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' 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/11/02' pcm_tune_objects='pcm.$O' pdfdir='${docdir}' prefix='' program_directory='${exec_prefix}/bin' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' screen_driver_libraries='$(DBUS_LIBS)' screen_driver_objects='$(BLD_TOP)Drivers/Screen/Windows/screen.$O $(BLD_TOP)Drivers/Screen/Screen/screen.$O $(BLD_TOP)Drivers/Screen/AtSpi2/screen.$O' screen_drivers='' screen_help='screen-help' screen_libraries_a2='$(DBUS_LIBS)' 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_libraries_xs='' speech_support_object='spk.$O' speechd_root='' swift_root='' sysconfdir='${prefix}/etc' system_object='sys_windows.$O' tables_directory='${prefix}/etc/brltty' target='i686-pc-cygwin' target_alias='' target_cpu='i686' target_os='cygwin' target_vendor='pc' text_table='en-nabcc' theta_root='' uninstall_api_libraries='uninstall-api-libraries-windows' usb_cflags='' usb_libs='-lusb' usb_package='libusb' viavoice_root='' writable_directory='${exec_prefix}/lib/brltty/rw' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "brltty" #define PACKAGE_TARNAME "brltty" #define PACKAGE_VERSION "4.3dev" #define PACKAGE_STRING "brltty 4.3dev" #define PACKAGE_BUGREPORT "http://mielke.cc/brltty/" #define PACKAGE_URL "" #define BRLAPI_RELEASE "0.5.5" #define BRLAPI_MAJOR 0 #define BRLAPI_MINOR 5 #define BRLAPI_REVISION 5 #define PACKAGE_TITLE "BRLTTY" #define PACKAGE_REVISION "5421M" #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_WCWIDTH 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_X11_KEYSYM_H 1 #define HAVE_X11_EXTENSIONS_XTEST_H 1 #define HAVE_X11_EXTENSIONS_XKB_H 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_FILE_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_PWD_H 1 #define HAVE_GRP_H 1 #define HAVE_SYS_IO_H 1 #define HAVE_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 HAVE_MEMPCPY 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 HAVE_DLOPEN 1 #define BRAILLE_DRIVER_CODES "al at ba bc bd bl bm bn cb ec eu fs hm ht lt mb md mn mt 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 xs fv gs" #define SPEECH_PARAMETERS "" #define SCREEN_DRIVER_CODES "wn sc a2" #define SCREEN_PARAMETERS "" #define SCREEN_DRIVER "wn" #define WRITABLE_DIRECTORY "/lib/brltty/rw" #define TABLES_DIRECTORY "/etc/brltty" #define DRIVERS_DIRECTORY "/lib/brltty" #define CONFIGURATION_DIRECTORY "/etc" #define BRLAPI_ETCDIR "/etc" #define BRLAPI_SOCKETPATH "\\\\.\\pipe\\BrlAPI" configure: exit 0