This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --build=alpha-dec-vms ## --------- ## ## Platform. ## ## --------- ## hostname = alex.192.0.19.1 uname -m = DEC_2000_Model_300 uname -r = 0 uname -s = OpenVMS uname -v = V7.3-1 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /gnu/bin PATH: /GNU/BIN PATH: . PATH: /usr/bin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1468: checking for gcc configure:1468: found /gnu/bin/gcc configure:1468: result: gcc configure:1703: checking for C compiler version configure:1709: gcc --version &5 ? cc: Unrecognized switch --version %LINK-F-NOMODS, no input modules specified (or found) configure:1709: $? = 2 configure:1714: gcc -v &5 ? cc: No support for switch -v %LINK-F-NOMODS, no input modules specified (or found) configure:1714: $? = 2 configure:1719: gcc -V &5 GNV Jun 8 2004 10:49:58 Compaq C S6.5-002 on OpenVMS Alpha V7.3-1 configure:1719: $? = 0 configure:1742: checking for C compiler default output configure:1791: gcc conftest.c >&5 configure:1791: $? = 0 configure:1794: result: a.out configure:1799: checking whether the C compiler works configure:1824: ./a.out configure:1824: $? = 0 configure:1825: result: yes configure:1832: checking whether we are cross compiling configure:1834: result: no configure:1837: checking for suffix of executables configure:1864: gcc -o conftest conftest.c >&5 configure:1864: $? = 0 configure:1867: result: configure:1873: checking for suffix of object files configure:1919: gcc -c conftest.c >&5 configure:1919: $? = 0 configure:1920: result: o configure:1924: checking whether we are using the GNU C compiler configure:1970: gcc -c conftest.c >&5 choke me .......^ %CC-E-BADPARSEDECL, In this declaration, "choke" must specify a type. at line number 2006 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:1970: $? = 2 configure: failed program was: | #line 1970 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1971: result: no configure:1977: checking whether gcc accepts -g configure:2018: gcc -c -g conftest.c >&5 configure:2018: $? = 0 configure:2018: test -s conftest.o configure:2018: $? = 0 configure:2019: result: yes configure:2036: checking for gcc option to accept ANSI C configure:2120: gcc -c -g conftest.c >&5 configure:2120: $? = 0 configure:2120: test -s conftest.o configure:2120: $? = 0 configure:2130: result: none needed configure:2246: gcc -c -g conftest.c >&5 choke me ..^ %CC-E-TYPEDEFNOTDEF, In this declaration, "choke" appears to be used as if it named a type, but there is no declared type of that name visible. at line number 2 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.c;1 configure:2246: $? = 2 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2293: checking for flex configure:2293: result: no configure:2293: checking for lex configure:2293: result: no configure:2415: checking for yywrap in -lfl configure:2415: gcc -o conftest -g conftest.c -lfl >&5 ? cc: Warning: library "fl" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, YYWRAP %LINK-W-USEUNDEF, undefined symbol YYWRAP referenced in psect $LINK$ offset %X00000020 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:2415: $? = 2 configure: failed program was: | #line 2415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yywrap (); | int | main () | { | yywrap (); | ; | return 0; | } configure:2415: result: no configure:2415: checking for yywrap in -ll configure:2415: gcc -o conftest -g conftest.c -ll >&5 ? cc: Warning: library "l" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, YYWRAP %LINK-W-USEUNDEF, undefined symbol YYWRAP referenced in psect $LINK$ offset %X00000020 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:2415: $? = 2 configure: failed program was: | #line 2415 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yywrap (); | int | main () | { | yywrap (); | ; | return 0; | } configure:2415: result: no configure:2536: checking for bison configure:2536: result: no configure:2536: checking for byacc configure:2536: result: no configure:2544: checking how to run the C preprocessor configure:2661: gcc -E conftest.c configure:2661: $? = 0 configure:2661: gcc -E conftest.c #include .^ %CC-E-NOINCLFILE, Cannot find file specified in #include directive. at line number 2692 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:2661: $? = 2 configure: failed program was: | #line 2661 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | #include configure:2662: result: gcc -E configure:2754: gcc -E conftest.c configure:2754: $? = 0 configure:2754: gcc -E conftest.c #include .^ %CC-E-NOINCLFILE, Cannot find file specified in #include directive. at line number 2785 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:2754: $? = 2 configure: failed program was: | #line 2754 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | #include configure:2774: checking for X configure:2981: gcc -E conftest.c configure:2981: $? = 0 configure:2981: gcc -o conftest -g conftest.c -lXt >&5 configure:2981: $? = 0 configure:2981: test -s conftest configure:2981: $? = 0 configure:2996: result: libraries , headers configure:3968: gcc -o conftest -g conftest.c -lX11 >&5 configure:3968: $? = 0 configure:3968: test -s conftest configure:3968: $? = 0 configure:3968: checking for gethostbyname configure:3968: gcc -o conftest -g conftest.c >&5 configure:3968: $? = 0 configure:3968: test -s conftest configure:3968: $? = 0 configure:3968: result: yes configure:3968: checking for connect configure:3968: gcc -o conftest -g conftest.c >&5 configure:3968: $? = 0 configure:3968: test -s conftest configure:3968: $? = 0 configure:3968: result: yes configure:3968: checking for remove configure:3968: gcc -o conftest -g conftest.c >&5 configure:3968: $? = 0 configure:3968: test -s conftest configure:3968: $? = 0 configure:3968: result: yes configure:3968: checking for shmat configure:3968: gcc -o conftest -g conftest.c >&5 %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, SHMAT %LINK-W-USEUNDEF, undefined symbol SHMAT referenced in psect $LINK$ offset %X00000018 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-W-USEUNDEF, undefined symbol SHMAT referenced in psect F offset %X00000000 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:3968: $? = 2 configure: failed program was: | #line 3968 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shmat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shmat (); | /* 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_shmat) || defined (__stub___shmat) | choke me | #else | char (*f) () = shmat; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != shmat; | ; | return 0; | } configure:3968: result: no configure:3968: checking for shmat in -lipc configure:3968: gcc -o conftest -g conftest.c -lipc >&5 ? cc: Warning: library "ipc" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, SHMAT %LINK-W-USEUNDEF, undefined symbol SHMAT referenced in psect $LINK$ offset %X00000020 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:3968: $? = 2 configure: failed program was: | #line 3968 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shmat (); | int | main () | { | shmat (); | ; | return 0; | } configure:3968: result: no configure:3968: checking for IceConnectionNumber in -lICE configure:3968: gcc -o conftest -g conftest.c -lICE >&5 ? cc: Warning: library "ICE" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, ICECONNECTIONNUMBER %LINK-W-USEUNDEF, undefined symbol ICECONNECTIONNUMBER referenced in psect $LINK$ offset %X00000020 in module CONFTEST file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:3968: $? = 2 configure: failed program was: | #line 3968 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char IceConnectionNumber (); | int | main () | { | IceConnectionNumber (); | ; | return 0; | } configure:3968: result: no configure:3982: checking whether we want to build static libraries configure:3995: result: no configure:4031: checking build system type configure:4049: result: alpha-dec-vms configure:4057: checking host system type configure:4071: result: alpha-dec-vms configure:4407: checking for g++ configure:4407: found /gnu/bin/g++ configure:4407: result: g++ configure:4412: checking for C++ compiler version configure:4418: g++ --version &5 ? cxx: Unrecognized switch --version %CXXLNK-I-NODEMANGLER, No demangler database was found; unresolved symbols will not be demangled %LINK-F-NOMODS, no input modules specified (or found) configure:4418: $? = 2 configure:4423: g++ -v &5 ? cxx: No support for switch -v %CXXLNK-I-NODEMANGLER, No demangler database was found; unresolved symbols will not be demangled %LINK-F-NOMODS, no input modules specified (or found) configure:4423: $? = 2 configure:4428: g++ -V &5 GNV Jun 8 2004 10:49:58 Compaq C++ V6.5-040 for OpenVMS Alpha V7.3-1 configure:4428: $? = 0 configure:4430: checking whether we are using the GNU C++ compiler configure:4476: g++ -c conftest.cc >&5 choke me .......^ %CXX-E-UNDECLARED, identifier "choke" is undefined at line number 4512 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4476: $? = 2 configure: failed program was: | #line 4476 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4477: result: no configure:4483: checking whether g++ accepts -g configure:4524: g++ -c -g conftest.cc >&5 configure:4524: $? = 0 configure:4524: test -s conftest.o configure:4524: $? = 0 configure:4525: result: yes configure:4623: g++ -c -g conftest.cc >&5 configure:4623: $? = 0 configure:4623: test -s conftest.o configure:4623: $? = 0 configure:4623: g++ -c -g conftest.cc >&5 exit (42); ^ %CXX-E-UNDECLARED, identifier "exit" is undefined at line number 4658 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4623: $? = 2 configure: failed program was: | #line 4623 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4623: g++ -c -g conftest.cc >&5 configure:4623: $? = 0 configure:4623: test -s conftest.o configure:4623: $? = 0 configure:4623: g++ -c -g conftest.cc >&5 configure:4623: $? = 0 configure:4623: test -s conftest.o configure:4623: $? = 0 configure:4643: checking how to run the C++ preprocessor configure:4756: g++ -E conftest.cc configure:4756: $? = 0 configure:4756: g++ -E conftest.cc #include ...........................^ %CXX-E-SRCFILNOOPEN, could not open source file "ac_nonexistent.h" at line number 4790 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4756: $? = 2 configure: failed program was: | #line 4756 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4757: result: g++ -E configure:4849: g++ -E conftest.cc configure:4849: $? = 0 configure:4849: g++ -E conftest.cc #include ...........................^ %CXX-E-SRCFILNOOPEN, could not open source file "ac_nonexistent.h" at line number 4883 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4849: $? = 2 configure: failed program was: | #line 4849 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include configure:4869: checking for egrep configure:4879: result: grep -E configure:4886: checking for working alloca.h configure:4927: g++ -o conftest -g conftest.cc >&5 #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "alloca.h" at line number 4961 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 char *p = (char *) alloca (2 * sizeof (int)); ...................^ %CXX-E-UNDECLARED, identifier "alloca" is undefined at line number 4965 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 2 errors detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4927: $? = 2 configure: failed program was: | #line 4927 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | ; | return 0; | } configure:4928: result: no configure:4938: checking for alloca configure:4999: g++ -o conftest -g conftest.cc >&5 char *p = (char *) alloca (1); ...........................^ %CXX-E-MANYARGUMENTS, too many arguments in function call at line number 5057 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:4999: $? = 2 configure: failed program was: | #line 4999 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | /* end confdefs.h. */ | #ifdef __GNUC__ | # define alloca __builtin_alloca | #else | # ifdef _MSC_VER | # include | # define alloca _alloca | # else | # if HAVE_ALLOCA_H | # include | # else | # ifdef _AIX | #pragma alloca | # else | # ifndef alloca /* predefined by HP cc +Olibcalls */ | char *alloca (); | # endif | # endif | # endif | # endif | #endif | | int | main () | { | char *p = (char *) alloca (1); | ; | return 0; | } configure:5000: result: no configure:5205: checking whether `alloca.c' needs Cray hooks configure:5205: result: no configure:5205: checking stack direction for C alloca configure:5205: g++ -o conftest -g conftest.cc >&5 configure:5205: $? = 0 configure:5205: ./conftest configure:5205: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5205 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | /* end confdefs.h. */ | int | find_stack_direction () | { | static char *addr = 0; | auto char dummy; | if (addr == 0) | { | addr = &dummy; | return find_stack_direction (); | } | else | return (&dummy > addr) ? 1 : -1; | } | | int | main () | { | exit (find_stack_direction () < 0); | } configure:5205: result: -1 configure:5259: checking for working memcmp configure:5329: g++ -o conftest -g conftest.cc >&5 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) ......^ %CXX-E-UNDECLARED, identifier "memcmp" is undefined at line number 5372 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 strcpy (a, "--------01111111"); ........^ %CXX-E-UNDECLARED, identifier "strcpy" is undefined at line number 5386 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 2 errors detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:5329: $? = 2 configure: program exited with status 2 configure: failed program was: | #line 5329 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | | int | main () | { | | /* Some versions of memcmp are not 8-bit clean. */ | char c0 = 0x40, c1 = 0x80, c2 = 0x81; | if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0) | exit (1); | | /* The Next x86 OpenStep bug shows up only when comparing 16 bytes | or more and with at least one buffer not starting on a 4-byte boundary. | William Lewis provided this test program. */ | { | char foo[21]; | char bar[21]; | int i; | for (i = 0; i < 4; i++) | { | char *a = foo + i; | char *b = bar + i; | strcpy (a, "--------01111111"); | strcpy (b, "--------10000000"); | if (memcmp (a, b, 16) >= 0) | exit (1); | } | exit (0); | } | | ; | return 0; | } configure:5330: result: no configure:5334: checking return type of signal handlers configure:5385: g++ -c -g conftest.cc >&5 configure:5385: $? = 0 configure:5385: test -s conftest.o configure:5385: $? = 0 configure:5386: result: void configure:5556: checking for vprintf configure:5556: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5627 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5556: $? = 0 configure:5556: test -s conftest configure:5556: $? = 0 configure:5556: result: yes configure:5556: checking for _doprnt configure:5556: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5628 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, char _doprnt() C %LINK-W-USEUNDEF, undefined symbol char _doprnt() C referenced in psect F offset %X00000000 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-W-USEUNDEF, undefined symbol char _doprnt() C referenced in psect $LINK$ offset %X00000028 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5556: $? = 2 configure: failed program was: | #line 5556 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char _doprnt (); | /* 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__doprnt) || defined (__stub____doprnt) | choke me | #else | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:5556: result: no configure:5642: checking for mkfifo configure:5642: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5714 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, char mkfifo() C %LINK-W-USEUNDEF, undefined symbol char mkfifo() C referenced in psect F offset %X00000000 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-W-USEUNDEF, undefined symbol char mkfifo() C referenced in psect $LINK$ offset %X00000028 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5642: $? = 2 configure: failed program was: | #line 5642 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkfifo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char mkfifo (); | /* 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_mkfifo) || defined (__stub___mkfifo) | choke me | #else | char (*f) () = mkfifo; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != mkfifo; | ; | return 0; | } configure:5642: result: no configure:5642: checking for popen configure:5642: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5714 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5642: $? = 0 configure:5642: test -s conftest configure:5642: $? = 0 configure:5642: result: yes configure:5734: checking for fcvt configure:5734: g++ -o conftest -g conftest.cc >&5 char fcvt (); .....^ %CXX-E-OVLDFUNLNK, more than one instance of overloaded function "fcvt" has "C" linkage at line number 5789 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return f != fcvt; ............^ %CXX-E-INDOVLFUN, cannot determine which instance of overloaded function "fcvt" is intended at line number 5805 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5807 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 2 errors detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:5734: $? = 2 configure: failed program was: | #line 5734 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fcvt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fcvt (); | /* 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_fcvt) || defined (__stub___fcvt) | choke me | #else | char (*f) () = fcvt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fcvt; | ; | return 0; | } configure:5734: result: no configure:5734: checking for gcvt configure:5734: g++ -o conftest -g conftest.cc >&5 char gcvt (); .....^ %CXX-E-OVLDFUNLNK, more than one instance of overloaded function "gcvt" has "C" linkage at line number 5789 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return f != gcvt; ............^ %CXX-E-INDOVLFUN, cannot determine which instance of overloaded function "gcvt" is intended at line number 5805 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5807 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 2 errors detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:5734: $? = 2 configure: failed program was: | #line 5734 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gcvt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gcvt (); | /* 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_gcvt) || defined (__stub___gcvt) | choke me | #else | char (*f) () = gcvt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gcvt; | ; | return 0; | } configure:5734: result: no configure:5734: checking for cbrt configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5807 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5734: checking for acosh configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5808 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5734: checking for asinh configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5809 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5734: checking for atanh configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5810 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5734: checking for isinf configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5811 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, char isinf() C %LINK-W-USEUNDEF, undefined symbol char isinf() C referenced in psect F offset %X00000000 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 %LINK-W-USEUNDEF, undefined symbol char isinf() C referenced in psect $LINK$ offset %X00000028 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 2 configure: failed program was: | #line 5734 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char isinf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char isinf (); | /* 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_isinf) || defined (__stub___isinf) | choke me | #else | char (*f) () = isinf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != isinf; | ; | return 0; | } configure:5734: result: no configure:5734: checking for isnan configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5811 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5734: checking for erf configure:5734: g++ -o conftest -g conftest.cc >&5 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 5812 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:5734: $? = 0 configure:5734: test -s conftest configure:5734: $? = 0 configure:5734: result: yes configure:5799: result: looking for ./include/Xm/Xm.h configure:5799: result: looking for /usr/X11R6/include/Xm/Xm.h configure:5799: result: looking for /usr/X11R5/include/Xm/Xm.h configure:5799: result: looking for /usr/X11R4/include/Xm/Xm.h configure:5799: result: looking for /usr/dt/include/Xm/Xm.h configure:5799: result: looking for /usr/openwin/include/Xm/Xm.h configure:5799: result: looking for /usr/include/Motif1.2/Xm/Xm.h configure:5799: result: looking for /usr/Motif1.2/include/Xm/Xm.h configure:5799: result: looking for /usr/include/X11R6/Xm/Xm.h configure:5799: result: looking for /usr/include/X11R5/Xm/Xm.h configure:5799: result: looking for /usr/include/X11R4/Xm/Xm.h configure:5799: result: looking for /usr/local/X11R6/include/Xm/Xm.h configure:5799: result: looking for /usr/local/X11R5/include/Xm/Xm.h configure:5799: result: looking for /usr/local/X11R4/include/Xm/Xm.h configure:5799: result: looking for /usr/local/include/X11R6/Xm/Xm.h configure:5799: result: looking for /usr/local/include/X11R5/Xm/Xm.h configure:5799: result: looking for /usr/local/include/X11R4/Xm/Xm.h configure:5799: result: looking for /usr/local/include/Xm/Xm.h configure:5799: result: looking for /usr/X11/include/Xm/Xm.h configure:5799: result: looking for /usr/include/X11/Xm/Xm.h configure:5799: result: looking for /usr/local/X11/include/Xm/Xm.h configure:5799: result: looking for /usr/local/include/X11/Xm/Xm.h configure:5799: result: looking for /usr/X386/include/Xm/Xm.h configure:5799: result: looking for /usr/x386/include/Xm/Xm.h configure:5799: result: looking for /usr/XFree86/include/X11/Xm/Xm.h configure:5799: result: looking for /usr/include/Xm/Xm.h configure:5799: result: looking for /usr/local/include/Xm/Xm.h configure:5799: result: looking for /usr/unsupported/include/Xm/Xm.h configure:5799: result: looking for /usr/athena/include/Xm/Xm.h configure:5799: result: looking for /usr/local/x11r5/include/Xm/Xm.h configure:5799: result: looking for /usr/lpp/Xamples/include/Xm/Xm.h configure:5799: result: looking for /sw/include/Xm/Xm.h configure:5799: result: looking for /sw/LessTif/Motif2.0/include/Xm/Xm.h configure:5799: result: looking for /usr/sw/include/Xm/Xm.h configure:5799: result: looking for /usr/sw/LessTif/Motif2.0/include/Xm/Xm.h configure:5799: result: looking for /usr/openwin/include/Xm/Xm.h configure:5799: result: looking for /usr/openwin/share/include/Xm/Xm.h configure:5806: result: configure:5868: result: looking for ./lib/libXm.a configure:5868: result: looking for ./lib/libXm.so configure:5868: result: looking for ./lib/libXm.sl configure:5868: result: looking for ./lib/libXm.la configure:5868: result: looking for ./lib/libXm.dylib configure:5868: result: looking for /usr/X11R6/lib/libXm.a configure:5868: result: looking for /usr/X11R6/lib/libXm.so configure:5868: result: looking for /usr/X11R6/lib/libXm.sl configure:5868: result: looking for /usr/X11R6/lib/libXm.la configure:5868: result: looking for /usr/X11R6/lib/libXm.dylib configure:5868: result: looking for /usr/X11R5/lib/libXm.a configure:5868: result: looking for /usr/X11R5/lib/libXm.so configure:5868: result: looking for /usr/X11R5/lib/libXm.sl configure:5868: result: looking for /usr/X11R5/lib/libXm.la configure:5868: result: looking for /usr/X11R5/lib/libXm.dylib configure:5868: result: looking for /usr/X11R4/lib/libXm.a configure:5868: result: looking for /usr/X11R4/lib/libXm.so configure:5868: result: looking for /usr/X11R4/lib/libXm.sl configure:5868: result: looking for /usr/X11R4/lib/libXm.la configure:5868: result: looking for /usr/X11R4/lib/libXm.dylib configure:5868: result: looking for /usr/lib/libXm.a configure:5868: result: looking for /usr/lib/libXm.so configure:5868: result: looking for /usr/lib/libXm.sl configure:5868: result: looking for /usr/lib/libXm.la configure:5868: result: looking for /usr/lib/libXm.dylib configure:5868: result: looking for /usr/dt/lib/libXm.a configure:5868: result: looking for /usr/dt/lib/libXm.so configure:5868: result: looking for /usr/dt/lib/libXm.sl configure:5868: result: looking for /usr/dt/lib/libXm.la configure:5868: result: looking for /usr/dt/lib/libXm.dylib configure:5868: result: looking for /usr/openwin/lib/libXm.a configure:5868: result: looking for /usr/openwin/lib/libXm.so configure:5868: result: looking for /usr/openwin/lib/libXm.sl configure:5868: result: looking for /usr/openwin/lib/libXm.la configure:5868: result: looking for /usr/openwin/lib/libXm.dylib configure:5868: result: looking for /usr/lib/Motif1.2/libXm.a configure:5868: result: looking for /usr/lib/Motif1.2/libXm.so configure:5868: result: looking for /usr/lib/Motif1.2/libXm.sl configure:5868: result: looking for /usr/lib/Motif1.2/libXm.la configure:5868: result: looking for /usr/lib/Motif1.2/libXm.dylib configure:5868: result: looking for /usr/Motif1.2/lib/libXm.a configure:5868: result: looking for /usr/Motif1.2/lib/libXm.so configure:5868: result: looking for /usr/Motif1.2/lib/libXm.sl configure:5868: result: looking for /usr/Motif1.2/lib/libXm.la configure:5868: result: looking for /usr/Motif1.2/lib/libXm.dylib configure:5868: result: looking for /usr/lib/X11R6/libXm.a configure:5868: result: looking for /usr/lib/X11R6/libXm.so configure:5868: result: looking for /usr/lib/X11R6/libXm.sl configure:5868: result: looking for /usr/lib/X11R6/libXm.la configure:5868: result: looking for /usr/lib/X11R6/libXm.dylib configure:5868: result: looking for /usr/lib/X11R5/libXm.a configure:5868: result: looking for /usr/lib/X11R5/libXm.so configure:5868: result: looking for /usr/lib/X11R5/libXm.sl configure:5868: result: looking for /usr/lib/X11R5/libXm.la configure:5868: result: looking for /usr/lib/X11R5/libXm.dylib configure:5868: result: looking for /usr/lib/X11R4/libXm.a configure:5868: result: looking for /usr/lib/X11R4/libXm.so configure:5868: result: looking for /usr/lib/X11R4/libXm.sl configure:5868: result: looking for /usr/lib/X11R4/libXm.la configure:5868: result: looking for /usr/lib/X11R4/libXm.dylib configure:5868: result: looking for /usr/local/X11R6/lib/libXm.a configure:5868: result: looking for /usr/local/X11R6/lib/libXm.so configure:5868: result: looking for /usr/local/X11R6/lib/libXm.sl configure:5868: result: looking for /usr/local/X11R6/lib/libXm.la configure:5868: result: looking for /usr/local/X11R6/lib/libXm.dylib configure:5868: result: looking for /usr/local/X11R5/lib/libXm.a configure:5868: result: looking for /usr/local/X11R5/lib/libXm.so configure:5868: result: looking for /usr/local/X11R5/lib/libXm.sl configure:5868: result: looking for /usr/local/X11R5/lib/libXm.la configure:5868: result: looking for /usr/local/X11R5/lib/libXm.dylib configure:5868: result: looking for /usr/local/X11R4/lib/libXm.a configure:5868: result: looking for /usr/local/X11R4/lib/libXm.so configure:5868: result: looking for /usr/local/X11R4/lib/libXm.sl configure:5868: result: looking for /usr/local/X11R4/lib/libXm.la configure:5868: result: looking for /usr/local/X11R4/lib/libXm.dylib configure:5868: result: looking for /usr/local/lib/X11R6/libXm.a configure:5868: result: looking for /usr/local/lib/X11R6/libXm.so configure:5868: result: looking for /usr/local/lib/X11R6/libXm.sl configure:5868: result: looking for /usr/local/lib/X11R6/libXm.la configure:5868: result: looking for /usr/local/lib/X11R6/libXm.dylib configure:5868: result: looking for /usr/local/lib/X11R5/libXm.a configure:5868: result: looking for /usr/local/lib/X11R5/libXm.so configure:5868: result: looking for /usr/local/lib/X11R5/libXm.sl configure:5868: result: looking for /usr/local/lib/X11R5/libXm.la configure:5868: result: looking for /usr/local/lib/X11R5/libXm.dylib configure:5868: result: looking for /usr/local/lib/X11R4/libXm.a configure:5868: result: looking for /usr/local/lib/X11R4/libXm.so configure:5868: result: looking for /usr/local/lib/X11R4/libXm.sl configure:5868: result: looking for /usr/local/lib/X11R4/libXm.la configure:5868: result: looking for /usr/local/lib/X11R4/libXm.dylib configure:5868: result: looking for /usr/local/lib/libXm.a configure:5868: result: looking for /usr/local/lib/libXm.so configure:5868: result: looking for /usr/local/lib/libXm.sl configure:5868: result: looking for /usr/local/lib/libXm.la configure:5868: result: looking for /usr/local/lib/libXm.dylib configure:5868: result: looking for /usr/X11/lib/libXm.a configure:5868: result: looking for /usr/X11/lib/libXm.so configure:5868: result: looking for /usr/X11/lib/libXm.sl configure:5868: result: looking for /usr/X11/lib/libXm.la configure:5868: result: looking for /usr/X11/lib/libXm.dylib configure:5868: result: looking for /usr/lib/X11/libXm.a configure:5868: result: looking for /usr/lib/X11/libXm.so configure:5868: result: looking for /usr/lib/X11/libXm.sl configure:5868: result: looking for /usr/lib/X11/libXm.la configure:5868: result: looking for /usr/lib/X11/libXm.dylib configure:5868: result: looking for /usr/local/X11/lib/libXm.a configure:5868: result: looking for /usr/local/X11/lib/libXm.so configure:5868: result: looking for /usr/local/X11/lib/libXm.sl configure:5868: result: looking for /usr/local/X11/lib/libXm.la configure:5868: result: looking for /usr/local/X11/lib/libXm.dylib configure:5868: result: looking for /usr/local/lib/X11/libXm.a configure:5868: result: looking for /usr/local/lib/X11/libXm.so configure:5868: result: looking for /usr/local/lib/X11/libXm.sl configure:5868: result: looking for /usr/local/lib/X11/libXm.la configure:5868: result: looking for /usr/local/lib/X11/libXm.dylib configure:5868: result: looking for /usr/X386/lib/libXm.a configure:5868: result: looking for /usr/X386/lib/libXm.so configure:5868: result: looking for /usr/X386/lib/libXm.sl configure:5868: result: looking for /usr/X386/lib/libXm.la configure:5868: result: looking for /usr/X386/lib/libXm.dylib configure:5868: result: looking for /usr/x386/lib/libXm.a configure:5868: result: looking for /usr/x386/lib/libXm.so configure:5868: result: looking for /usr/x386/lib/libXm.sl configure:5868: result: looking for /usr/x386/lib/libXm.la configure:5868: result: looking for /usr/x386/lib/libXm.dylib configure:5868: result: looking for /usr/XFree86/lib/X11/libXm.a configure:5868: result: looking for /usr/XFree86/lib/X11/libXm.so configure:5868: result: looking for /usr/XFree86/lib/X11/libXm.sl configure:5868: result: looking for /usr/XFree86/lib/X11/libXm.la configure:5868: result: looking for /usr/XFree86/lib/X11/libXm.dylib configure:5868: result: looking for /usr/lib/libXm.a configure:5868: result: looking for /usr/lib/libXm.so configure:5868: result: looking for /usr/lib/libXm.sl configure:5868: result: looking for /usr/lib/libXm.la configure:5868: result: looking for /usr/lib/libXm.dylib configure:5868: result: looking for /usr/local/lib/libXm.a configure:5868: result: looking for /usr/local/lib/libXm.so configure:5868: result: looking for /usr/local/lib/libXm.sl configure:5868: result: looking for /usr/local/lib/libXm.la configure:5868: result: looking for /usr/local/lib/libXm.dylib configure:5868: result: looking for /usr/unsupported/lib/libXm.a configure:5868: result: looking for /usr/unsupported/lib/libXm.so configure:5868: result: looking for /usr/unsupported/lib/libXm.sl configure:5868: result: looking for /usr/unsupported/lib/libXm.la configure:5868: result: looking for /usr/unsupported/lib/libXm.dylib configure:5868: result: looking for /usr/athena/lib/libXm.a configure:5868: result: looking for /usr/athena/lib/libXm.so configure:5868: result: looking for /usr/athena/lib/libXm.sl configure:5868: result: looking for /usr/athena/lib/libXm.la configure:5868: result: looking for /usr/athena/lib/libXm.dylib configure:5868: result: looking for /usr/local/x11r5/lib/libXm.a configure:5868: result: looking for /usr/local/x11r5/lib/libXm.so configure:5868: result: looking for /usr/local/x11r5/lib/libXm.sl configure:5868: result: looking for /usr/local/x11r5/lib/libXm.la configure:5868: result: looking for /usr/local/x11r5/lib/libXm.dylib configure:5868: result: looking for /usr/lpp/Xamples/lib/libXm.a configure:5868: result: looking for /usr/lpp/Xamples/lib/libXm.so configure:5868: result: looking for /usr/lpp/Xamples/lib/libXm.sl configure:5868: result: looking for /usr/lpp/Xamples/lib/libXm.la configure:5868: result: looking for /usr/lpp/Xamples/lib/libXm.dylib configure:5868: result: looking for /sw/lib/libXm.a configure:5868: result: looking for /sw/lib/libXm.so configure:5868: result: looking for /sw/lib/libXm.sl configure:5868: result: looking for /sw/lib/libXm.la configure:5868: result: looking for /sw/lib/libXm.dylib configure:5868: result: looking for /usr/sw/lib/libXm.a configure:5868: result: looking for /usr/sw/lib/libXm.so configure:5868: result: looking for /usr/sw/lib/libXm.sl configure:5868: result: looking for /usr/sw/lib/libXm.la configure:5868: result: looking for /usr/sw/lib/libXm.dylib configure:5868: result: looking for /usr/openwin/lib/libXm.a configure:5868: result: looking for /usr/openwin/lib/libXm.so configure:5868: result: looking for /usr/openwin/lib/libXm.sl configure:5868: result: looking for /usr/openwin/lib/libXm.la configure:5868: result: looking for /usr/openwin/lib/libXm.dylib configure:5868: result: looking for /usr/openwin/share/lib/libXm.a configure:5868: result: looking for /usr/openwin/share/lib/libXm.so configure:5868: result: looking for /usr/openwin/share/lib/libXm.sl configure:5868: result: looking for /usr/openwin/share/lib/libXm.la configure:5868: result: looking for /usr/openwin/share/lib/libXm.dylib configure:5876: result: found configure:5911: result: looking for /usr/include/jpeglib.h configure:5911: result: looking for /usr/include/gr/jpeglib.h configure:5911: result: looking for /usr/include/jpeg/jpeglib.h configure:5911: result: looking for ./jpeg/jpeglib.h configure:5911: result: looking for ./jpeg-6a/jpeglib.h configure:5911: result: looking for /usr/local/include/jpeglib.h configure:5911: result: looking for /usr/local/include/gr/jpeglib.h configure:5911: result: looking for /usr/local/include/jpeg/jpeglib.h configure:5911: result: looking for /sw/include/jpeglib.h configure:5911: result: looking for /usr/sw/include/jpeglib.h configure:5911: result: looking for /sys$sysroot/sysmgr/jpeglib.h configure:5911: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeglib.h configure:5911: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/jpeglib.h configure:5911: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/jpeglib.h configure:5911: result: looking for /sys$sysroot/sysmgr/jpeg-6a/include/jpeglib.h configure:5918: result: JPEG include files found in configure:5951: result: looking for /usr/lib/libjpeg.so - JPEG library configure:5951: result: looking for /usr/lib/libjpeg.a - JPEG library configure:5951: result: looking for /usr/lib/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/lib/libjpeg.la - JPEG library configure:5951: result: looking for /usr/lib/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/lib32/libjpeg.so - JPEG library configure:5951: result: looking for /usr/lib32/libjpeg.a - JPEG library configure:5951: result: looking for /usr/lib32/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/lib32/libjpeg.la - JPEG library configure:5951: result: looking for /usr/lib32/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/lib/gr/libjpeg.so - JPEG library configure:5951: result: looking for /usr/lib/gr/libjpeg.a - JPEG library configure:5951: result: looking for /usr/lib/gr/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/lib/gr/libjpeg.la - JPEG library configure:5951: result: looking for /usr/lib/gr/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/lib/jpeg/libjpeg.so - JPEG library configure:5951: result: looking for /usr/lib/jpeg/libjpeg.a - JPEG library configure:5951: result: looking for /usr/lib/jpeg/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/lib/jpeg/libjpeg.la - JPEG library configure:5951: result: looking for /usr/lib/jpeg/libjpeg.dylib - JPEG library configure:5951: result: looking for ./jpeg/libjpeg.so - JPEG library configure:5951: result: looking for ./jpeg/libjpeg.a - JPEG library configure:5951: result: looking for ./jpeg/libjpeg.sl - JPEG library configure:5951: result: looking for ./jpeg/libjpeg.la - JPEG library configure:5951: result: looking for ./jpeg/libjpeg.dylib - JPEG library configure:5951: result: looking for ./jpeg-6a/libjpeg.so - JPEG library configure:5951: result: looking for ./jpeg-6a/libjpeg.a - JPEG library configure:5951: result: looking for ./jpeg-6a/libjpeg.sl - JPEG library configure:5951: result: looking for ./jpeg-6a/libjpeg.la - JPEG library configure:5951: result: looking for ./jpeg-6a/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/local/lib/libjpeg.so - JPEG library configure:5951: result: looking for /usr/local/lib/libjpeg.a - JPEG library configure:5951: result: looking for /usr/local/lib/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/local/lib/libjpeg.la - JPEG library configure:5951: result: looking for /usr/local/lib/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/local/lib/gr/libjpeg.so - JPEG library configure:5951: result: looking for /usr/local/lib/gr/libjpeg.a - JPEG library configure:5951: result: looking for /usr/local/lib/gr/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/local/lib/gr/libjpeg.la - JPEG library configure:5951: result: looking for /usr/local/lib/gr/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/local/lib/jpeg/libjpeg.so - JPEG library configure:5951: result: looking for /usr/local/lib/jpeg/libjpeg.a - JPEG library configure:5951: result: looking for /usr/local/lib/jpeg/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/local/lib/jpeg/libjpeg.la - JPEG library configure:5951: result: looking for /usr/local/lib/jpeg/libjpeg.dylib - JPEG library configure:5951: result: looking for /sw/lib/libjpeg.so - JPEG library configure:5951: result: looking for /sw/lib/libjpeg.a - JPEG library configure:5951: result: looking for /sw/lib/libjpeg.sl - JPEG library configure:5951: result: looking for /sw/lib/libjpeg.la - JPEG library configure:5951: result: looking for /sw/lib/libjpeg.dylib - JPEG library configure:5951: result: looking for /usr/sw/lib/libjpeg.so - JPEG library configure:5951: result: looking for /usr/sw/lib/libjpeg.a - JPEG library configure:5951: result: looking for /usr/sw/lib/libjpeg.sl - JPEG library configure:5951: result: looking for /usr/sw/lib/libjpeg.la - JPEG library configure:5951: result: looking for /usr/sw/lib/libjpeg.dylib - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/libjpeg.so - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/libjpeg.a - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/libjpeg.sl - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/libjpeg.la - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/libjpeg.dylib - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/libjpeg.so - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/libjpeg.a - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/libjpeg.sl - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/libjpeg.la - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/libjpeg.dylib - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/libjpeg.so - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/libjpeg.a - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/libjpeg.sl - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/libjpeg.la - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg/jpeg-6a/libjpeg.dylib - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/libjpeg.so - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/libjpeg.a - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/libjpeg.sl - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/libjpeg.la - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/jpeg-6a/libjpeg.dylib - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/lib/libjpeg.so - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/lib/libjpeg.a - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/lib/libjpeg.sl - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/lib/libjpeg.la - JPEG library configure:5951: result: looking for /sys$sysroot/sysmgr/jpeg-6a/lib/libjpeg.dylib - JPEG library configure:6031: result: looking for /usr/X11R6/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R6/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R6/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R6/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R6/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11R5/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R5/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R5/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R5/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R5/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11R4/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R4/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R4/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R4/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R4/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11R6/lib/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R6/lib/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R6/lib/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R6/lib/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R6/lib/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11R5/lib/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R5/lib/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R5/lib/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R5/lib/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R5/lib/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11R4/lib/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11R4/lib/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11R4/lib/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11R4/lib/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11R4/lib/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/libXbae.dylib - Xbae library configure:6031: result: looking for ./lib/libXbae.so - Xbae library configure:6031: result: looking for ./lib/libXbae.a - Xbae library configure:6031: result: looking for ./lib/libXbae.sl - Xbae library configure:6031: result: looking for ./lib/libXbae.la - Xbae library configure:6031: result: looking for ./lib/libXbae.dylib - Xbae library configure:6031: result: looking for ./Xbae/libXbae.so - Xbae library configure:6031: result: looking for ./Xbae/libXbae.a - Xbae library configure:6031: result: looking for ./Xbae/libXbae.sl - Xbae library configure:6031: result: looking for ./Xbae/libXbae.la - Xbae library configure:6031: result: looking for ./Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for ./Xbae/lib/libXbae.so - Xbae library configure:6031: result: looking for ./Xbae/lib/libXbae.a - Xbae library configure:6031: result: looking for ./Xbae/lib/libXbae.sl - Xbae library configure:6031: result: looking for ./Xbae/lib/libXbae.la - Xbae library configure:6031: result: looking for ./Xbae/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/libXbae.so - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/libXbae.a - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/libXbae.sl - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/libXbae.la - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/libXbae.dylib - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/lib/libXbae.so - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/lib/libXbae.a - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/lib/libXbae.sl - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/lib/libXbae.la - Xbae library configure:6031: result: looking for /sys$sysroot/sysmgr/Xbae/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/dt/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/dt/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/dt/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/dt/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/dt/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/Motif1.2/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/Motif1.2/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/Motif1.2/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/Motif1.2/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/Motif1.2/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/Motif1.2/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/Motif1.2/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/Motif1.2/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/Motif1.2/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/Motif1.2/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R6/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R6/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R6/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R6/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R6/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R5/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R5/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R5/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R5/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R5/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R4/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R4/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R4/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R4/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R4/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R6/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R6/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R6/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R6/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R6/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R5/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R5/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R5/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R5/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R5/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11R4/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11R4/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11R4/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11R4/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11R4/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/X11R6/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/X11R6/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/X11R6/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/X11R6/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/X11R6/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/X11R5/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/X11R5/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/X11R5/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/X11R5/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/X11R5/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/X11R4/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/X11R4/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/X11R4/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/X11R4/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/X11R4/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/lib/X11R6/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/lib/X11R6/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/lib/X11R6/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/lib/X11R6/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/lib/X11R6/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/lib/X11R5/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/lib/X11R5/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/lib/X11R5/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/lib/X11R5/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/lib/X11R5/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/lib/X11R4/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/lib/X11R4/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/lib/X11R4/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/lib/X11R4/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/lib/X11R4/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X11/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/X11/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/X11/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X11/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/X11/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/X11/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/X11/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/X11/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/X11/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/X11/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/X11/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/X11/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/X11/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/X11/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/X11/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/lib/X11/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/lib/X11/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/lib/X11/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/lib/X11/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/lib/X11/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/X386/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/X386/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/X386/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/X386/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/X386/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/x386/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/x386/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/x386/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/x386/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/x386/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/XFree86/lib/X11/libXbae.so - Xbae library configure:6031: result: looking for /usr/XFree86/lib/X11/libXbae.a - Xbae library configure:6031: result: looking for /usr/XFree86/lib/X11/libXbae.sl - Xbae library configure:6031: result: looking for /usr/XFree86/lib/X11/libXbae.la - Xbae library configure:6031: result: looking for /usr/XFree86/lib/X11/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/unsupported/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/unsupported/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/unsupported/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/unsupported/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/unsupported/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/athena/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/athena/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/athena/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/athena/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/athena/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/local/x11r5/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/local/x11r5/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/local/x11r5/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/local/x11r5/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/local/x11r5/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/lpp/Xamples/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/lpp/Xamples/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/lpp/Xamples/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/lpp/Xamples/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/lpp/Xamples/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /sw/lib/libXbae.so - Xbae library configure:6031: result: looking for /sw/lib/libXbae.a - Xbae library configure:6031: result: looking for /sw/lib/libXbae.sl - Xbae library configure:6031: result: looking for /sw/lib/libXbae.la - Xbae library configure:6031: result: looking for /sw/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /sw/lib/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /sw/lib/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /sw/lib/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /sw/lib/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /sw/lib/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/sw/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/sw/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/sw/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/sw/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/sw/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/sw/lib/Xbae/libXbae.so - Xbae library configure:6031: result: looking for /usr/sw/lib/Xbae/libXbae.a - Xbae library configure:6031: result: looking for /usr/sw/lib/Xbae/libXbae.sl - Xbae library configure:6031: result: looking for /usr/sw/lib/Xbae/libXbae.la - Xbae library configure:6031: result: looking for /usr/sw/lib/Xbae/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/openwin/lib/libXbae.dylib - Xbae library configure:6031: result: looking for /usr/openwin/share/lib/libXbae.so - Xbae library configure:6031: result: looking for /usr/openwin/share/lib/libXbae.a - Xbae library configure:6031: result: looking for /usr/openwin/share/lib/libXbae.sl - Xbae library configure:6031: result: looking for /usr/openwin/share/lib/libXbae.la - Xbae library configure:6031: result: looking for /usr/openwin/share/lib/libXbae.dylib - Xbae library configure:6108: result: looking for /usr/X11R6/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R5/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R4/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R6/include/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R6/include/Xbae-4.6/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R5/include/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11R4/include/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/CaptionP.h - Xbae include files configure:6108: result: looking for ./include/CaptionP.h - Xbae include files configure:6108: result: looking for ./Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for ./Xbae/include/CaptionP.h - Xbae include files configure:6108: result: looking for /sys$sysroot/sysmgr/CaptionP.h - Xbae include files configure:6108: result: looking for /sys$sysroot/sysmgr/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /sys$sysroot/sysmgr/xbae/Xbae-4.6/CaptionP.h - Xbae include files configure:6108: result: looking for /sys$sysroot/sysmgr/Xbae/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/dt/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/openwin/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/Motif1.2/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/Motif1.2/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R6/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R5/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R4/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R6/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R5/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11R4/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/X11R6/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/X11R5/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/X11R4/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/include/X11R6/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/include/X11R5/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/include/X11R4/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X11/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/X11/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/X11/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/include/X11/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/X386/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/x386/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/XFree86/include/X11/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/unsupported/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/athena/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/local/x11r5/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/lpp/Xamples/include/CaptionP.h - Xbae include files configure:6108: result: looking for /sw/include/CaptionP.h - Xbae include files configure:6108: result: looking for /sw/include/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/sw/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/sw/include/Xbae/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/openwin/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/openwin/share/include/CaptionP.h - Xbae include files configure:6108: result: looking for /usr/openwin/share/include/Xol/CaptionP.h - Xbae include files configure:6119: result: Using library for xpm configure:6121: result: -L -lm -ltiff -lXm -lXpm -lXext -lXt -lX11 -lpng -ltiff -lz configure:6123: checking for XpmFreeXpmImage in -lXpm configure:6174: g++ -o conftest -g conftest.cc -lXpm -L -lm -ltiff -lXm -lXpm -lXext -lXt -lX11 -lpng -ltiff -lz >&5 ? cxx: Warning: library "Xpm" not found ? cxx: Warning: library "m" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "Xpm" not found ? cxx: Warning: library "png" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "z" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, char XpmFreeXpmImage() C %LINK-W-USEUNDEF, undefined symbol char XpmFreeXpmImage() C referenced in psect $LINK$ offset %X00000030 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:6174: $? = 2 configure: failed program was: | #line 6174 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XpmFreeXpmImage (); | int | main () | { | XpmFreeXpmImage (); | ; | return 0; | } configure:6175: result: no configure:6187: checking for XShapeQueryExtension in -lXext configure:6238: g++ -o conftest -g conftest.cc -lXext -L -lm -ltiff -lXm -lXext -lXt -lX11 -lpng -ltiff -lz >&5 ? cxx: Warning: library "m" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "png" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "z" not found configure:6238: $? = 0 configure:6238: test -s conftest configure:6238: $? = 0 configure:6239: result: yes configure:6251: checking for cos in -lm configure:6302: g++ -o conftest -g conftest.cc -lm -L -lm -ltiff -lXext >&5 ? cxx: Warning: library "m" not found ? cxx: Warning: library "m" not found ? cxx: Warning: library "tiff" not found configure:6302: $? = 0 configure:6302: test -s conftest configure:6302: $? = 0 configure:6303: result: yes configure:6315: checking for main in -ll configure:6360: g++ -o conftest -g conftest.cc -ll -L -lm -ltiff -lm -lXext >&5 ? cxx: Warning: library "l" not found ? cxx: Warning: library "m" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "m" not found main (); ^ %CXX-W-BADUSEMAIN, function "main" may not be called or have its address taken at line number 6412 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %LINK-W-WRNERS, compilation warnings in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:6360: $? = 0 configure:6360: test -s conftest configure:6360: $? = 0 configure:6361: result: yes configure:6472: result: want xft is yes configure:6472: checking for XftFontOpen in -lXft configure:6472: g++ -o conftest -g conftest.cc -lXft -L -lm -ltiff -lXm -lXext -lXt -lX11 -lpng -ltiff -lz -ll -lm -lXext >&5 ? cxx: Warning: library "Xft" not found ? cxx: Warning: library "m" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "png" not found ? cxx: Warning: library "tiff" not found ? cxx: Warning: library "z" not found ? cxx: Warning: library "l" not found ? cxx: Warning: library "m" not found %LINK-E-NUDFSYMS, 1 undefined symbol: %LINK-I-UDFSYM, char XftFontOpen() C %LINK-W-USEUNDEF, undefined symbol char XftFontOpen() C referenced in psect $LINK$ offset %X00000030 in module conftest file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.o;1 configure:6472: $? = 2 configure: failed program was: | #line 6472 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XftFontOpen (); | int | main () | { | XftFontOpen (); | ; | return 0; | } configure:6472: result: no configure:6472: result: looking for /usr/X11R6/include/X11/Xft/Xft.h - Freetype include files configure:6472: result: looking for /usr/X11R6/include/Xft/Xft.h - Freetype include files configure:6472: result: looking for /usr/local/include/Xft/Xft.h - Freetype include files configure:6472: result: looking for /usr/include/Xft/Xft.h - Freetype include files configure:6478: checking for X configure:6700: result: libraries , headers configure:6765: checking for dirent.h that defines DIR configure:6765: g++ -c -g conftest.cc >&5 if ((DIR *) 0) ....^ %CXX-W-BOOLEXPRCONST, controlling expression is constant at line number 6819 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:6765: $? = 0 configure:6765: test -s conftest.o configure:6765: $? = 0 configure:6765: result: yes configure:6981: checking for library containing opendir configure:6981: g++ -o conftest -g conftest.cc -ll -lm -lXext >&5 ? cxx: Warning: library "l" not found ? cxx: Warning: library "m" not found configure:6981: $? = 0 configure:6981: test -s conftest configure:6981: $? = 0 configure:6981: result: none required configure:6983: checking for ANSI C header files configure:7129: g++ -c -g conftest.cc >&5 configure:7129: $? = 0 configure:7129: test -s conftest.o configure:7129: $? = 0 configure:7129: g++ -o conftest -g conftest.cc -ll -lm -lXext >&5 ? cxx: Warning: library "l" not found ? cxx: Warning: library "m" not found configure:7129: $? = 0 configure:7129: ./conftest configure:7129: $? = 0 configure:7130: result: yes configure:7140: checking for sys/wait.h that is POSIX.1 compatible configure:7191: g++ -c -g conftest.cc >&5 configure:7191: $? = 0 configure:7191: test -s conftest.o configure:7191: $? = 0 configure:7192: result: yes configure:7262: checking for sys/types.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for sys/stat.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for stdlib.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for string.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for memory.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for strings.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for inttypes.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7262: checking for stdint.h configure:7262: g++ -c -g conftest.cc >&5 #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "stdint.h" at line number 7355 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7262: $? = 2 configure: failed program was: | #line 7262 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:7262: result: no configure:7262: checking for unistd.h configure:7262: g++ -c -g conftest.cc >&5 configure:7262: $? = 0 configure:7262: test -s conftest.o configure:7262: $? = 0 configure:7262: result: yes configure:7412: checking fcntl.h usability configure:7412: g++ -c -g conftest.cc >&5 configure:7412: $? = 0 configure:7412: test -s conftest.o configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking fcntl.h presence configure:7412: g++ -E conftest.cc configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking for fcntl.h configure:7412: result: yes configure:7412: checking malloc.h usability configure:7412: g++ -c -g conftest.cc >&5 #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "malloc.h" at line number 7506 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7412: result: no configure:7412: checking malloc.h presence configure:7412: g++ -E conftest.cc #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "malloc.h" at line number 7472 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:7412: result: no configure:7412: checking for malloc.h configure:7412: result: no configure:7412: checking for strings.h configure:7412: result: yes configure:7412: checking sys/ioctl.h usability configure:7412: g++ -c -g conftest.cc >&5 configure:7412: $? = 0 configure:7412: test -s conftest.o configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking sys/ioctl.h presence configure:7412: g++ -E conftest.cc configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking for sys/ioctl.h configure:7412: result: yes configure:7412: checking sys/time.h usability configure:7412: g++ -c -g conftest.cc >&5 configure:7412: $? = 0 configure:7412: test -s conftest.o configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking sys/time.h presence configure:7412: g++ -E conftest.cc configure:7412: $? = 0 configure:7412: result: yes configure:7412: checking for sys/time.h configure:7412: result: yes configure:7412: checking for unistd.h configure:7412: result: yes configure:7412: checking bytesex.h usability configure:7412: g++ -c -g conftest.cc >&5 #include ....................^ %CXX-E-SRCFILNOOPEN, could not open source file "bytesex.h" at line number 7510 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7412: result: no configure:7412: checking bytesex.h presence configure:7412: g++ -E conftest.cc #include ....................^ %CXX-E-SRCFILNOOPEN, could not open source file "bytesex.h" at line number 7476 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7412: result: no configure:7412: checking for bytesex.h configure:7412: result: no configure:7412: checking endian.h usability configure:7412: g++ -c -g conftest.cc >&5 #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "endian.h" at line number 7510 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7412: result: no configure:7412: checking endian.h presence configure:7412: g++ -E conftest.cc #include ...................^ %CXX-E-SRCFILNOOPEN, could not open source file "endian.h" at line number 7476 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 %CXX-I-MESSAGE, 1 error detected in the compilation of "SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]conftest.cc;1". configure:7412: $? = 2 configure: failed program was: | #line 7412 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CF 1 | #define XBAE_LIBS 1 | #define XBAE_INCLUDES 1 | #define XPM_LIBS 1 | #define MOTIF_INCLUDES 1 | #define MOTIF_LIBS 1 | #define LIBDIR 1 | #define LIBDIRA 1 | #define LIBDIRB 1 | #define LIBDIRC 1 | #define LIBDIRD 1 | #define LIBDIR1 1 | #define LIBDIR2 1 | #define LIBDIR2 1 | #define LIBDIR3 1 | #define XMOBJS 1 | #define LEXOBJS 1 | #define OBJS 1 | #define JPEG_INCLUDES 1 | #define JPEG_LIBS 1 | #define EXTRA_LIBS 1 | #define EXTRA_LIBS2 1 | #define EXTRA_INCLUDES 1 | #ifdef __cplusplus | #include | #endif | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define RETSIGTYPE void | #define HAVE_VPRINTF 1 | #define HAVE_POPEN 1 | #define HAVE_CBRT 1 | #define HAVE_ACOSH 1 | #define HAVE_ASINH 1 | #define HAVE_ATANH 1 | #define HAVE_ISNAN 1 | #define HAVE_ERF 1 | #define HAVE_LIBXEXT 1 | #define HAVE_LIBM 1 | #define HAVE_LIBL 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 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_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:7412: result: no configure:7412: checking for endian.h configure:7412: result: no configure:7414: checking for an ANSI C-conforming const configure:7501: g++ -c -g conftest.cc >&5 configure:7501: $? = 0 configure:7501: test -s conftest.o configure:7501: $? = 0 configure:7502: result: yes configure:7512: checking for inline configure:7554: g++ -c -g conftest.cc >&5 configure:7554: $? = 0 configure:7554: test -s conftest.o configure:7554: $? = 0 configure:7555: result: inline configure:7570: checking for mode_t configure:7614: g++ -c -g conftest.cc >&5 if ((mode_t *) 0) ....^ %CXX-W-BOOLEXPRCONST, controlling expression is constant at line number 7715 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 7720 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:7614: $? = 0 configure:7614: test -s conftest.o configure:7614: $? = 0 configure:7615: result: yes configure:7627: checking for pid_t configure:7671: g++ -c -g conftest.cc >&5 if ((pid_t *) 0) ....^ %CXX-W-BOOLEXPRCONST, controlling expression is constant at line number 7772 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 7777 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:7671: $? = 0 configure:7671: test -s conftest.o configure:7671: $? = 0 configure:7672: result: yes configure:7684: checking for size_t configure:7728: g++ -c -g conftest.cc >&5 if ((size_t *) 0) ....^ %CXX-W-BOOLEXPRCONST, controlling expression is constant at line number 7829 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 return 0; ..^ %CXX-W-CODEUNREACHABLE, statement is unreachable at line number 7834 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:7728: $? = 0 configure:7728: test -s conftest.o configure:7728: $? = 0 configure:7729: result: yes configure:7741: checking whether time.h and sys/time.h may both be included configure:7786: g++ -c -g conftest.cc >&5 if ((struct tm *) 0) ....^ %CXX-W-BOOLEXPRCONST, controlling expression is constant at line number 7857 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:7786: $? = 0 configure:7786: test -s conftest.o configure:7786: $? = 0 configure:7787: result: yes configure:7797: checking whether struct tm is in sys/time.h or time.h configure:7840: g++ -c -g conftest.cc >&5 struct tm *tp; tp->tm_sec; ...............^ %CXX-W-USEDBEFORESET, variable "tp" is used before its value is set at line number 7911 in file SYS$SYSROOT:[SYSMGR.ALEX.ASTRONOMY.TNIMAGE-3_5_2]CONFIGURE.;1 configure:7840: $? = 0 configure:7840: test -s conftest.o configure:7840: $? = 0 configure:7841: result: time.h configure:7874: result: ** Warning: Motif is version 1.x. This should not be a problem. ** configure:7896: result: setting extra includes to configure:7898: result: setting jpeg includes to configure:7901: result: setting CC to gcc configure:7903: result: setting LIBS to -L -lm -ltiff -ll -lm -lXext -lXm -lXext -lXt -lX11 -lpng -ltiff -lz configure:7905: result: setting INCLUDES to -I. -I/usr/include -I/usr/include/X11 -I -I -I configure:7907: result: setting CFLAGS to -O3 -Wall configure:7909: result: setting LDFLAGS to configure:8009: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on alex.192.0.19.1 config.status:699: creating makefile config.status:983: creating config.h config.status:25: error: cannot find input file: config.h.in