This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by TiMidity++ configure 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --enable-dynamic=slang --with-includes=/usr/local/include --with-libraries=/usr/local/lib --enable-ncurses --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 81 tasks, 136 threads, 4 processors Load average: 0.23, Mach factor: 3.76 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1465: checking build system type configure:1483: result: i386-unknown-gnu configure:1491: checking host system type configure:1505: result: i386-unknown-gnu configure:1513: checking target system type configure:1527: result: i386-unknown-gnu configure:1555: checking for a BSD-compatible install configure:1610: result: /usr/bin/install -c -o root -g wheel configure:1621: checking whether build environment is sane configure:1664: result: yes configure:1697: checking for gawk configure:1713: found /usr/local/bin/gawk configure:1723: result: gawk configure:1733: checking whether gmake sets $(MAKE) configure:1753: result: yes configure:1920: checking whether to enable maintainer-specific portions of Makefiles configure:1929: result: no configure:1948: checking whether grep returns status configure:1960: result: yes configure:1976: checking if --enable-debug option specified configure:2000: result: no configure:2118: checking for emacs configure:2134: found /usr/bin/emacs configure:2144: result: emacs configure:2157: checking where .elc files should go configure:2167: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out configure:2170: $? = 0 configure:2183: result: ${datadir}/emacs/site-lisp configure:2200: checking for i386-unknown-gnu-gcc configure:2226: result: cc configure:2508: checking for C compiler version configure:2511: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2514: $? = 0 configure:2516: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2519: $? = 0 configure:2521: cc -V &5 cc: `-V' option must have argument configure:2524: $? = 1 configure:2547: checking for C compiler default output file name configure:2550: cc -fno-common -I/include -L/lib conftest.c >&5 configure:2553: $? = 0 configure:2599: result: a.out configure:2604: checking whether the C compiler works configure:2610: ./a.out configure:2613: $? = 0 configure:2630: result: yes configure:2637: checking whether we are cross compiling configure:2639: result: no configure:2642: checking for suffix of executables configure:2644: cc -o conftest -fno-common -I/include -L/lib conftest.c >&5 configure:2647: $? = 0 configure:2672: result: configure:2678: checking for suffix of object files configure:2699: cc -c -fno-common -I/include conftest.c >&5 configure:2702: $? = 0 configure:2724: result: configure:2728: checking whether we are using the GNU C compiler configure:2752: cc -c -fno-common -I/include conftest.c >&5 configure:2758: $? = 0 configure:2762: test -z || test ! -s conftest.err configure:2765: $? = 0 configure:2768: test -s conftest. configure:2771: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2784: result: no configure:2790: checking whether cc accepts -g configure:2811: cc -c -g -I/include conftest.c >&5 configure:2817: $? = 0 configure:2821: test -z || test ! -s conftest.err configure:2824: $? = 0 configure:2827: test -s conftest. configure:2830: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2841: result: no configure:2858: checking for cc option to accept ANSI C configure:2928: cc -c -fno-common -I/include conftest.c >&5 configure:2934: $? = 0 configure:2938: test -z || test ! -s conftest.err configure:2941: $? = 0 configure:2944: test -s conftest. configure:2947: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2928: cc -qlanglvl=ansi -c -fno-common -I/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2934: $? = 0 configure:2938: test -z || test ! -s conftest.err configure:2941: $? = 0 configure:2944: test -s conftest. configure:2947: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2928: cc -std1 -c -fno-common -I/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2928: cc -Ae -c -fno-common -I/include conftest.c >&5 :6:2: missing '(' after predicate configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2928: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/include conftest.c >&5 :6:2: missing '(' after predicate configure:2934: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2928: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2934: $? = 0 configure:2938: test -z || test ! -s conftest.err configure:2941: $? = 0 configure:2944: test -s conftest. configure:2947: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2965: result: none needed configure:2983: cc -c -fno-common -I/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2989: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3133: checking for style of include used by gmake configure:3161: result: GNU configure:3189: checking dependency style of cc configure:3272: result: gcc3 configure:3295: checking how to run the C preprocessor configure:3330: cc -E -I/include conftest.c configure:3336: $? = 0 configure:3368: cc -E -I/include conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:3374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include configure:3413: result: cc -E configure:3437: cc -E -I/include conftest.c configure:3443: $? = 0 configure:3475: cc -E -I/include conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:3481: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | /* end confdefs.h. */ | #include configure:3525: checking for egrep configure:3535: result: grep -E configure:3603: checking for a BSD-compatible install configure:3658: result: /usr/bin/install -c -o root -g wheel configure:3673: checking for gawk configure:3699: result: gawk configure:3712: checking for i386-unknown-gnu-ranlib configure:3741: result: no configure:3750: checking for ranlib configure:3766: found /usr/bin/ranlib configure:3777: result: ranlib configure:3789: checking whether ln -s works configure:3793: result: yes configure:3800: checking whether -rdynamic option is recognized configure:3826: result: no configure:3999: checking for sqrt in -lm configure:4029: cc -o conftest -fno-common -I/include -L/lib conftest.c -lm >&5 conftest.c:22: warning: conflicting types for built-in function `sqrt' configure:4035: $? = 0 configure:4039: test -z || test ! -s conftest.err configure:4042: $? = 0 configure:4045: test -s conftest configure:4048: $? = 0 configure:4061: result: yes configure:4073: checking for socket in -lsocket configure:4103: cc -o conftest -fno-common -I/include -L/lib conftest.c -lsocket -lm >&5 ld: can't locate file for: -lsocket configure:4109: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 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 socket (); | int | main () | { | socket (); | ; | return 0; | } configure:4135: result: no configure:4146: checking for dlopen in -ldl configure:4176: cc -o conftest -fno-common -I/include -L/lib conftest.c -ldl -lm >&5 configure:4182: $? = 0 configure:4186: test -z || test ! -s conftest.err configure:4189: $? = 0 configure:4192: test -s conftest configure:4195: $? = 0 configure:4208: result: yes configure:4214: checking for NSLinkModule in -lobjc configure:4244: cc -o conftest -fno-common -I/include -L/lib conftest.c -lobjc -lm >&5 configure:4250: $? = 0 configure:4254: test -z || test ! -s conftest.err configure:4257: $? = 0 configure:4260: test -s conftest configure:4263: $? = 0 configure:4276: result: yes configure:4284: checking for setlocale in -lxpg4 configure:4314: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm >&5 configure:4320: $? = 0 configure:4324: test -z || test ! -s conftest.err configure:4327: $? = 0 configure:4330: test -s conftest configure:4333: $? = 0 configure:4346: result: yes configure:4362: checking for gethostbyname configure:4419: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm >&5 configure:4425: $? = 0 configure:4429: test -z || test ! -s conftest.err configure:4432: $? = 0 configure:4435: test -s conftest configure:4438: $? = 0 configure:4450: result: yes configure:4535: checking for X configure:4765: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include configure:4937: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm -L/usr/X11R6/lib -lX11 >&5 configure:4943: $? = 0 configure:4947: test -z || test ! -s conftest.err configure:4950: $? = 0 configure:4953: test -s conftest configure:4956: $? = 0 configure:5114: checking for gethostbyname configure:5202: result: yes configure:5353: checking for connect configure:5410: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm >&5 configure:5416: $? = 0 configure:5420: test -z || test ! -s conftest.err configure:5423: $? = 0 configure:5426: test -s conftest configure:5429: $? = 0 configure:5441: result: yes configure:5516: checking for remove configure:5573: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm >&5 configure:5579: $? = 0 configure:5583: test -z || test ! -s conftest.err configure:5586: $? = 0 configure:5589: test -s conftest configure:5592: $? = 0 configure:5604: result: yes configure:5679: checking for shmat configure:5736: cc -o conftest -fno-common -I/include -L/lib conftest.c -lxpg4 -lm >&5 configure:5742: $? = 0 configure:5746: test -z || test ! -s conftest.err configure:5749: $? = 0 configure:5752: test -s conftest configure:5755: $? = 0 configure:5767: result: yes configure:5851: checking for IceConnectionNumber in -lICE configure:5881: cc -o conftest -fno-common -I/include -L/lib -L/usr/X11R6/lib conftest.c -lICE -lxpg4 -lm >&5 configure:5887: $? = 0 configure:5891: test -z || test ! -s conftest.err configure:5894: $? = 0 configure:5897: test -s conftest configure:5900: $? = 0 configure:5913: result: yes configure:5950: checking for XOpenDisplay in -lX11 configure:5980: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:5986: $? = 0 configure:5990: test -z || test ! -s conftest.err configure:5993: $? = 0 configure:5996: test -s conftest configure:5999: $? = 0 configure:6012: result: yes configure:6023: checking X11 version 6 configure:6048: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:6054: $? = 0 configure:6058: test -z || test ! -s conftest.err configure:6061: $? = 0 configure:6064: test -s conftest configure:6067: $? = 0 configure:6081: result: 6 or newer configure:6089: checking for XShapeCombineMask in -lXext configure:6119: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXext -lX11 -lxpg4 -lm >&5 configure:6125: $? = 0 configure:6129: test -z || test ! -s conftest.err configure:6132: $? = 0 configure:6135: test -s conftest configure:6138: $? = 0 configure:6151: result: yes configure:6160: checking for IceConnectionNumber in -lICE configure:6222: result: yes configure:6233: checking for SmcOpenConnection in -lSM configure:6263: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6269: $? = 0 configure:6273: test -z || test ! -s conftest.err configure:6276: $? = 0 configure:6279: test -s conftest configure:6282: $? = 0 configure:6295: result: yes configure:6303: checking for XtVaAppInitialize in -lXt configure:6333: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6339: $? = 0 configure:6343: test -z || test ! -s conftest.err configure:6346: $? = 0 configure:6349: test -s conftest configure:6352: $? = 0 configure:6365: result: yes configure:6373: checking for XmuInternAtom in -lXmu configure:6403: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXmu -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6409: $? = 0 configure:6413: test -z || test ! -s conftest.err configure:6416: $? = 0 configure:6419: test -s conftest configure:6422: $? = 0 configure:6435: result: yes configure:6445: checking for XmuRegisterExternalAgent configure:6502: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXmu -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6508: $? = 0 configure:6512: test -z || test ! -s conftest.err configure:6515: $? = 0 configure:6518: test -s conftest configure:6521: $? = 0 configure:6533: result: yes configure:6543: checking for XawInitializeWidgetSet in -lXaw3d configure:6573: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6579: $? = 0 configure:6583: test -z || test ! -s conftest.err configure:6586: $? = 0 configure:6589: test -s conftest configure:6592: $? = 0 configure:6605: result: yes configure:6682: checking for XmCreateForm in -lXm configure:6712: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXm -lXmu -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6718: $? = 0 configure:6722: test -z || test ! -s conftest.err configure:6725: $? = 0 configure:6728: test -s conftest configure:6731: $? = 0 configure:6744: result: yes configure:6756: checking for XShmCreatePixmap configure:6813: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lXmu -lXt -lSM -lICE -lXext -lX11 -lxpg4 -lm >&5 configure:6819: $? = 0 configure:6823: test -z || test ! -s conftest.err configure:6826: $? = 0 configure:6829: test -s conftest configure:6832: $? = 0 configure:6844: result: yes configure:6858: checking for ANSI C header files configure:6883: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:6889: $? = 0 configure:6893: test -z || test ! -s conftest.err configure:6896: $? = 0 configure:6899: test -s conftest. configure:6902: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:7011: result: no configure:7035: checking for sys/types.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for sys/stat.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for stdlib.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for string.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for memory.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for strings.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for inttypes.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for stdint.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7035: checking for unistd.h configure:7051: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7057: $? = 0 configure:7061: test -z || test ! -s conftest.err configure:7064: $? = 0 configure:7067: test -s conftest. configure:7070: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7081: result: no configure:7093: checking for stdbool.h that conforms to C99 configure:7146: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7152: $? = 0 configure:7156: test -z || test ! -s conftest.err configure:7159: $? = 0 configure:7162: test -s conftest. configure:7165: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | | #include | #ifndef bool | # error bool is not defined | #endif | #ifndef false | # error false is not defined | #endif | #if false | # error false is not 0 | #endif | #ifndef true | # error true is not defined | #endif | #if true != 1 | # error true is not 1 | #endif | #ifndef __bool_true_false_are_defined | # error __bool_true_false_are_defined is not defined | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) -0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) -0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | | int | main () | { | return !a + !b + !c + !d + !e + !f + !g + !h + !i; | ; | return 0; | } configure:7176: result: no configure:7178: checking for _Bool configure:7202: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7208: $? = 0 configure:7212: test -z || test ! -s conftest.err configure:7215: $? = 0 configure:7218: test -s conftest. configure:7221: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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 | int | main () | { | if ((_Bool *) 0) | return 0; | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:7232: result: no configure:7251: checking for sys/wait.h that is POSIX.1 compatible configure:7282: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7288: $? = 0 configure:7292: test -z || test ! -s conftest.err configure:7295: $? = 0 configure:7298: test -s conftest. configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:7312: result: no configure:7323: checking whether time.h and sys/time.h may both be included configure:7348: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7354: $? = 0 configure:7358: test -z || test ! -s conftest.err configure:7361: $? = 0 configure:7364: test -s conftest. configure:7367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:7378: result: no configure:7397: checking for dirent.h that defines DIR configure:7421: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7427: $? = 0 configure:7431: test -z || test ! -s conftest.err configure:7434: $? = 0 configure:7437: test -s conftest. configure:7440: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7451: result: no configure:7397: checking for sys/ndir.h that defines DIR configure:7421: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:23:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:28: error: `DIR' undeclared (first use in this function) conftest.c:28: error: (Each undeclared identifier is reported only once conftest.c:28: error: for each function it appears in.) conftest.c:28: error: parse error before ')' token configure:7427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7451: result: no configure:7397: checking for sys/dir.h that defines DIR configure:7421: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7427: $? = 0 configure:7431: test -z || test ! -s conftest.err configure:7434: $? = 0 configure:7437: test -s conftest. configure:7440: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7451: result: no configure:7397: checking for ndir.h that defines DIR configure:7421: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:23:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:28: error: `DIR' undeclared (first use in this function) conftest.c:28: error: (Each undeclared identifier is reported only once conftest.c:28: error: for each function it appears in.) conftest.c:28: error: parse error before ')' token configure:7427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:7451: result: no configure:7591: checking for library containing opendir configure:7621: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:7627: $? = 0 configure:7631: test -z || test ! -s conftest.err configure:7634: $? = 0 configure:7637: test -s conftest configure:7640: $? = 0 configure:7710: result: none required configure:7808: checking arpa/inet.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 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:7849: result: no configure:7853: checking arpa/inet.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: arpa/inet.h: present but cannot be compiled configure:7904: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:7906: WARNING: arpa/inet.h: see the Autoconf documentation configure:7908: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:7912: WARNING: arpa/inet.h: in the future, the compiler will take precedence configure:7924: checking for arpa/inet.h configure:7931: result: yes configure:7808: checking errno.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_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:7849: result: no configure:7853: checking errno.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: errno.h: present but cannot be compiled configure:7904: WARNING: errno.h: check for missing prerequisite headers? configure:7906: WARNING: errno.h: see the Autoconf documentation configure:7908: WARNING: errno.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: errno.h: proceeding with the preprocessor's result configure:7912: WARNING: errno.h: in the future, the compiler will take precedence configure:7924: checking for errno.h configure:7931: result: yes configure:7808: checking getopt.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_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:7849: result: no configure:7853: checking getopt.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: getopt.h: present but cannot be compiled configure:7904: WARNING: getopt.h: check for missing prerequisite headers? configure:7906: WARNING: getopt.h: see the Autoconf documentation configure:7908: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: getopt.h: proceeding with the preprocessor's result configure:7912: WARNING: getopt.h: in the future, the compiler will take precedence configure:7924: checking for getopt.h configure:7931: result: yes configure:7808: checking glob.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_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:7849: result: no configure:7853: checking glob.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: glob.h: present but cannot be compiled configure:7904: WARNING: glob.h: check for missing prerequisite headers? configure:7906: WARNING: glob.h: see the Autoconf documentation configure:7908: WARNING: glob.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: glob.h: proceeding with the preprocessor's result configure:7912: WARNING: glob.h: in the future, the compiler will take precedence configure:7924: checking for glob.h configure:7931: result: yes configure:7808: checking dlfcn.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_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:7849: result: no configure:7853: checking dlfcn.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: dlfcn.h: present but cannot be compiled configure:7904: WARNING: dlfcn.h: check for missing prerequisite headers? configure:7906: WARNING: dlfcn.h: see the Autoconf documentation configure:7908: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:7912: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:7924: checking for dlfcn.h configure:7931: result: yes configure:7808: checking fcntl.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_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:7849: result: no configure:7853: checking fcntl.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: fcntl.h: present but cannot be compiled configure:7904: WARNING: fcntl.h: check for missing prerequisite headers? configure:7906: WARNING: fcntl.h: see the Autoconf documentation configure:7908: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: fcntl.h: proceeding with the preprocessor's result configure:7912: WARNING: fcntl.h: in the future, the compiler will take precedence configure:7924: checking for fcntl.h configure:7931: result: yes configure:7799: checking for inttypes.h configure:7804: result: no configure:7808: checking limits.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_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:7849: result: no configure:7853: checking limits.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: limits.h: present but cannot be compiled configure:7904: WARNING: limits.h: check for missing prerequisite headers? configure:7906: WARNING: limits.h: see the Autoconf documentation configure:7908: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: limits.h: proceeding with the preprocessor's result configure:7912: WARNING: limits.h: in the future, the compiler will take precedence configure:7924: checking for limits.h configure:7931: result: yes configure:7808: checking machine/endian.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_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:7849: result: no configure:7853: checking machine/endian.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: machine/endian.h: present but cannot be compiled configure:7904: WARNING: machine/endian.h: check for missing prerequisite headers? configure:7906: WARNING: machine/endian.h: see the Autoconf documentation configure:7908: WARNING: machine/endian.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: machine/endian.h: proceeding with the preprocessor's result configure:7912: WARNING: machine/endian.h: in the future, the compiler will take precedence configure:7924: checking for machine/endian.h configure:7931: result: yes configure:7808: checking malloc.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_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:7849: result: no configure:7853: checking malloc.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: malloc.h: present but cannot be compiled configure:7904: WARNING: malloc.h: check for missing prerequisite headers? configure:7906: WARNING: malloc.h: see the Autoconf documentation configure:7908: WARNING: malloc.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: malloc.h: proceeding with the preprocessor's result configure:7912: WARNING: malloc.h: in the future, the compiler will take precedence configure:7924: checking for malloc.h configure:7931: result: yes configure:7799: checking for memory.h configure:7804: result: no configure:7808: checking netdb.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_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:7849: result: no configure:7853: checking netdb.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: netdb.h: present but cannot be compiled configure:7904: WARNING: netdb.h: check for missing prerequisite headers? configure:7906: WARNING: netdb.h: see the Autoconf documentation configure:7908: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: netdb.h: proceeding with the preprocessor's result configure:7912: WARNING: netdb.h: in the future, the compiler will take precedence configure:7924: checking for netdb.h configure:7931: result: yes configure:7808: checking netinet/in.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_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:7849: result: no configure:7853: checking netinet/in.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: netinet/in.h: present but cannot be compiled configure:7904: WARNING: netinet/in.h: check for missing prerequisite headers? configure:7906: WARNING: netinet/in.h: see the Autoconf documentation configure:7908: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:7912: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:7924: checking for netinet/in.h configure:7931: result: yes configure:7808: checking nlist.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_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:7849: result: no configure:7853: checking nlist.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: nlist.h: present but cannot be compiled configure:7904: WARNING: nlist.h: check for missing prerequisite headers? configure:7906: WARNING: nlist.h: see the Autoconf documentation configure:7908: WARNING: nlist.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: nlist.h: proceeding with the preprocessor's result configure:7912: WARNING: nlist.h: in the future, the compiler will take precedence configure:7924: checking for nlist.h configure:7931: result: yes configure:7808: checking stddef.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_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:7849: result: no configure:7853: checking stddef.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: stddef.h: present but cannot be compiled configure:7904: WARNING: stddef.h: check for missing prerequisite headers? configure:7906: WARNING: stddef.h: see the Autoconf documentation configure:7908: WARNING: stddef.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: stddef.h: proceeding with the preprocessor's result configure:7912: WARNING: stddef.h: in the future, the compiler will take precedence configure:7924: checking for stddef.h configure:7931: result: yes configure:7799: checking for stdlib.h configure:7804: result: no configure:7799: checking for stdint.h configure:7804: result: no configure:7799: checking for string.h configure:7804: result: no configure:7799: checking for strings.h configure:7804: result: no configure:7808: checking stropts.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:21: stropts.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking stropts.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:21: stropts.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for stropts.h configure:7931: result: no configure:7808: checking soundcard.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:23: soundcard.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking soundcard.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:23: soundcard.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for soundcard.h configure:7931: result: no configure:7808: checking alsa/asoundlib.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:28: alsa/asoundlib.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking alsa/asoundlib.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:28: alsa/asoundlib.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for alsa/asoundlib.h configure:7931: result: no configure:7808: checking sys/asoundlib.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:27: sys/asoundlib.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking sys/asoundlib.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:27: sys/asoundlib.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for sys/asoundlib.h configure:7931: result: no configure:7808: checking sys/audioio.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:25: sys/audioio.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking sys/audioio.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:25: sys/audioio.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for sys/audioio.h configure:7931: result: no configure:7808: checking sys/awe_voice.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:69:27: sys/awe_voice.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking sys/awe_voice.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:35:27: sys/awe_voice.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for sys/awe_voice.h configure:7931: result: no configure:7808: checking sys/ioctl.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_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:7849: result: no configure:7853: checking sys/ioctl.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/ioctl.h: present but cannot be compiled configure:7904: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:7906: WARNING: sys/ioctl.h: see the Autoconf documentation configure:7908: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/ioctl.h: in the future, the compiler will take precedence configure:7924: checking for sys/ioctl.h configure:7931: result: yes configure:7808: checking sys/ipc.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_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:7849: result: no configure:7853: checking sys/ipc.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/ipc.h: present but cannot be compiled configure:7904: WARNING: sys/ipc.h: check for missing prerequisite headers? configure:7906: WARNING: sys/ipc.h: see the Autoconf documentation configure:7908: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/ipc.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/ipc.h: in the future, the compiler will take precedence configure:7924: checking for sys/ipc.h configure:7931: result: yes configure:7808: checking sys/param.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_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:7849: result: no configure:7853: checking sys/param.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/param.h: present but cannot be compiled configure:7904: WARNING: sys/param.h: check for missing prerequisite headers? configure:7906: WARNING: sys/param.h: see the Autoconf documentation configure:7908: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/param.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/param.h: in the future, the compiler will take precedence configure:7924: checking for sys/param.h configure:7931: result: yes configure:7808: checking sys/shm.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_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:7849: result: no configure:7853: checking sys/shm.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/shm.h: present but cannot be compiled configure:7904: WARNING: sys/shm.h: check for missing prerequisite headers? configure:7906: WARNING: sys/shm.h: see the Autoconf documentation configure:7908: WARNING: sys/shm.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/shm.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/shm.h: in the future, the compiler will take precedence configure:7924: checking for sys/shm.h configure:7931: result: yes configure:7808: checking sys/socket.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_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:7849: result: no configure:7853: checking sys/socket.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/socket.h: present but cannot be compiled configure:7904: WARNING: sys/socket.h: check for missing prerequisite headers? configure:7906: WARNING: sys/socket.h: see the Autoconf documentation configure:7908: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:7924: checking for sys/socket.h configure:7931: result: yes configure:7808: checking sys/soundcard.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:74:27: sys/soundcard.h: No such file or directory configure:7826: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_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:7849: result: no configure:7853: checking sys/soundcard.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:40:27: sys/soundcard.h: No such file or directory configure:7869: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:7889: result: no configure:7924: checking for sys/soundcard.h configure:7931: result: no configure:7799: checking for sys/param.h configure:7804: result: yes configure:7808: checking sys/time.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_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:7849: result: no configure:7853: checking sys/time.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/time.h: present but cannot be compiled configure:7904: WARNING: sys/time.h: check for missing prerequisite headers? configure:7906: WARNING: sys/time.h: see the Autoconf documentation configure:7908: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/time.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/time.h: in the future, the compiler will take precedence configure:7924: checking for sys/time.h configure:7931: result: yes configure:7799: checking for sys/types.h configure:7804: result: no configure:7808: checking sys/sysctl.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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:7849: result: no configure:7853: checking sys/sysctl.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: sys/sysctl.h: present but cannot be compiled configure:7904: WARNING: sys/sysctl.h: check for missing prerequisite headers? configure:7906: WARNING: sys/sysctl.h: see the Autoconf documentation configure:7908: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: sys/sysctl.h: proceeding with the preprocessor's result configure:7912: WARNING: sys/sysctl.h: in the future, the compiler will take precedence configure:7924: checking for sys/sysctl.h configure:7931: result: yes configure:7808: checking termios.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_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:7849: result: no configure:7853: checking termios.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: termios.h: present but cannot be compiled configure:7904: WARNING: termios.h: check for missing prerequisite headers? configure:7906: WARNING: termios.h: see the Autoconf documentation configure:7908: WARNING: termios.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: termios.h: proceeding with the preprocessor's result configure:7912: WARNING: termios.h: in the future, the compiler will take precedence configure:7924: checking for termios.h configure:7931: result: yes configure:7799: checking for unistd.h configure:7804: result: no configure:7808: checking X11/Xlib.h usability configure:7820: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7826: $? = 0 configure:7830: test -z || test ! -s conftest.err configure:7833: $? = 0 configure:7836: test -s conftest. configure:7839: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_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:7849: result: no configure:7853: checking X11/Xlib.h presence configure:7863: cc -E -I/include -I/usr/X11R6/include conftest.c configure:7869: $? = 0 configure:7889: result: yes configure:7902: WARNING: X11/Xlib.h: present but cannot be compiled configure:7904: WARNING: X11/Xlib.h: check for missing prerequisite headers? configure:7906: WARNING: X11/Xlib.h: see the Autoconf documentation configure:7908: WARNING: X11/Xlib.h: section "Present But Cannot Be Compiled" configure:7910: WARNING: X11/Xlib.h: proceeding with the preprocessor's result configure:7912: WARNING: X11/Xlib.h: in the future, the compiler will take precedence configure:7924: checking for X11/Xlib.h configure:7931: result: yes configure:7950: checking for X11/extensions/XShm.h configure:7970: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7976: $? = 0 configure:7980: test -z || test ! -s conftest.err configure:7983: $? = 0 configure:7986: test -s conftest. configure:7989: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_X11_XLIB_H | #include | #endif | | | #include configure:8000: result: no configure:7950: checking for X11/Xmu/ExtAgent.h configure:7970: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:7976: $? = 0 configure:7980: test -z || test ! -s conftest.err configure:7983: $? = 0 configure:7986: test -s conftest. configure:7989: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_X11_XLIB_H | #include | #endif | | | #include configure:8000: result: no configure:8012: checking for string.h configure:8017: result: no configure:8162: checking whether byte ordering is bigendian configure:8189: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8195: $? = 0 configure:8199: test -z || test ! -s conftest.err configure:8202: $? = 0 configure:8205: test -s conftest. configure:8208: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:8349: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:8352: $? = 0 configure:8354: ./conftest configure:8357: $? = 0 configure:8373: result: no configure:8394: checking whether char is unsigned configure:8417: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8423: $? = 0 configure:8427: test -z || test ! -s conftest.err configure:8430: $? = 0 configure:8433: test -s conftest. configure:8436: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_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 | int | main () | { | static int test_array [1 - 2 * !(((char) -1) < 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:8447: result: yes configure:8456: checking for an ANSI C-conforming const configure:8523: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8529: $? = 0 configure:8533: test -z || test ! -s conftest.err configure:8536: $? = 0 configure:8539: test -s conftest. configure:8542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:8553: result: no configure:8563: checking for inline configure:8584: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8590: $? = 0 configure:8594: test -z || test ! -s conftest.err configure:8597: $? = 0 configure:8600: test -s conftest. configure:8603: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:8584: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8590: $? = 0 configure:8594: test -z || test ! -s conftest.err configure:8597: $? = 0 configure:8600: test -s conftest. configure:8603: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:8584: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8590: $? = 0 configure:8594: test -z || test ! -s conftest.err configure:8597: $? = 0 configure:8600: test -s conftest. configure:8603: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:8615: result: no configure:8634: checking for working volatile configure:8657: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8663: $? = 0 configure:8667: test -z || test ! -s conftest.err configure:8670: $? = 0 configure:8673: test -s conftest. configure:8676: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | | int | main () | { | | volatile int x; | int * volatile y; | ; | return 0; | } configure:8687: result: no configure:8697: checking for preprocessor stringizing operator configure:8721: result: yes configure:8731: checking for function prototypes configure:8747: result: no configure:8751: checking whether struct tm is in sys/time.h or time.h configure:8774: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8780: $? = 0 configure:8784: test -z || test ! -s conftest.err configure:8787: $? = 0 configure:8790: test -s conftest. configure:8793: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:8804: result: sys/time.h configure:8814: checking for size_t configure:8838: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:8844: $? = 0 configure:8848: test -z || test ! -s conftest.err configure:8851: $? = 0 configure:8854: test -s conftest. configure:8857: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 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 | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:8868: result: no configure:8880: checking for off_t configure:8904: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c: In function `main': conftest.c:92: error: `off_t' undeclared (first use in this function) conftest.c:92: error: (Each undeclared identifier is reported only once conftest.c:92: error: for each function it appears in.) conftest.c:92: error: parse error before ')' token configure:8910: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | /* 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 | int | main () | { | if ((off_t *) 0) | return 0; | if (sizeof (off_t)) | return 0; | ; | return 0; | } configure:8934: result: no configure:8946: checking for pid_t configure:8970: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c: In function `main': conftest.c:93: error: `pid_t' undeclared (first use in this function) conftest.c:93: error: (Each undeclared identifier is reported only once conftest.c:93: error: for each function it appears in.) conftest.c:93: error: parse error before ')' token configure:8976: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | /* 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 | int | main () | { | if ((pid_t *) 0) | return 0; | if (sizeof (pid_t)) | return 0; | ; | return 0; | } configure:9000: result: no configure:9013: checking volatile declaration configure:9034: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:9040: $? = 0 configure:9044: test -z || test ! -s conftest.err configure:9047: $? = 0 configure:9050: test -s conftest. configure:9053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | /* end confdefs.h. */ | | int | main () | { | volatile int x | ; | return 0; | } configure:9064: result: no configure:9074: checking union semun declaration configure:9099: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:9105: $? = 0 configure:9109: test -z || test ! -s conftest.err configure:9112: $? = 0 configure:9115: test -s conftest. configure:9118: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | union semun x | ; | return 0; | } configure:9129: result: no configure:9245: checking for error_at_line configure:9266: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 ld: Undefined symbols: _error_at_line configure:9272: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 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 | int | main () | { | error_at_line (0, 0, "", 0, ""); | ; | return 0; | } configure:9297: result: no configure:9316: checking for unistd.h configure:9321: result: no configure:9325: checking vfork.h usability configure:9337: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 conftest.c:92:19: vfork.h: No such file or directory configure:9343: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 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:9366: result: no configure:9370: checking vfork.h presence configure:9380: cc -E -I/include -I/usr/X11R6/include conftest.c conftest.c:58:19: vfork.h: No such file or directory configure:9386: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | /* end confdefs.h. */ | #include configure:9406: result: no configure:9441: checking for vfork.h configure:9448: result: no configure:9466: checking for fork configure:9523: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:9529: $? = 0 configure:9533: test -z || test ! -s conftest.err configure:9536: $? = 0 configure:9539: test -s conftest configure:9542: $? = 0 configure:9554: result: yes configure:9466: checking for vfork configure:9523: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:9529: $? = 0 configure:9533: test -z || test ! -s conftest.err configure:9536: $? = 0 configure:9539: test -s conftest configure:9542: $? = 0 configure:9554: result: yes configure:9565: checking for working fork configure:9588: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:9591: $? = 0 configure:9593: ./conftest configure:9596: $? = 0 configure:9610: result: yes configure:9631: checking for working vfork configure:9764: result: yes configure:9795: checking for working memcmp configure:9843: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:9846: $? = 0 configure:9848: ./conftest configure:9851: $? = 0 configure:9865: result: yes configure:9882: checking for stdlib.h configure:9887: result: no configure:9882: checking for unistd.h configure:9887: result: no configure:10031: checking for getpagesize configure:10088: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10094: $? = 0 configure:10098: test -z || test ! -s conftest.err configure:10101: $? = 0 configure:10104: test -s conftest configure:10107: $? = 0 configure:10119: result: yes configure:10129: checking for working mmap configure:10271: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10274: $? = 0 configure:10276: ./conftest ./configure: line 1: 2629 Bus error ./conftest$ac_exeext configure:10279: $? = 138 configure: program exited with status 138 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_GETPAGESIZE 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 | /* malloc might have been renamed as rpl_malloc. */ | #undef malloc | | /* Thanks to Mike Haertel and Jim Avera for this test. | Here is a matrix of mmap possibilities: | mmap private not fixed | mmap private fixed at somewhere currently unmapped | mmap private fixed at somewhere already mapped | mmap shared not fixed | mmap shared fixed at somewhere currently unmapped | mmap shared fixed at somewhere already mapped | For private mappings, we should verify that changes cannot be read() | back from the file, nor mmap's back from the file at a different | address. (There have been systems where private was not correctly | implemented like the infamous i386 svr4.0, and systems where the | VM page cache was not coherent with the file system buffer cache | like early versions of FreeBSD and possibly contemporary NetBSD.) | For shared mappings, we should conversely verify that changes get | propagated back to all the places they're supposed to be. | | Grep wants private fixed already mapped. | The main things grep needs to know about mmap are: | * does it exist and is it safe to write into the mmap'd area | * how to use it (BSD variants) */ | | #include | #include | | #if !STDC_HEADERS && !HAVE_STDLIB_H | char *malloc (); | #endif | | /* This mess was copied from the GNU getpagesize.h. */ | #if !HAVE_GETPAGESIZE | /* Assume that all systems that can run configure have sys/param.h. */ | # if !HAVE_SYS_PARAM_H | # define HAVE_SYS_PARAM_H 1 | # endif | | # ifdef _SC_PAGESIZE | # define getpagesize() sysconf(_SC_PAGESIZE) | # else /* no _SC_PAGESIZE */ | # if HAVE_SYS_PARAM_H | # include | # ifdef EXEC_PAGESIZE | # define getpagesize() EXEC_PAGESIZE | # else /* no EXEC_PAGESIZE */ | # ifdef NBPG | # define getpagesize() NBPG * CLSIZE | # ifndef CLSIZE | # define CLSIZE 1 | # endif /* no CLSIZE */ | # else /* no NBPG */ | # ifdef NBPC | # define getpagesize() NBPC | # else /* no NBPC */ | # ifdef PAGESIZE | # define getpagesize() PAGESIZE | # endif /* PAGESIZE */ | # endif /* no NBPC */ | # endif /* no NBPG */ | # endif /* no EXEC_PAGESIZE */ | # else /* no HAVE_SYS_PARAM_H */ | # define getpagesize() 8192 /* punt totally */ | # endif /* no HAVE_SYS_PARAM_H */ | # endif /* no _SC_PAGESIZE */ | | #endif /* no HAVE_GETPAGESIZE */ | | int | main () | { | char *data, *data2, *data3; | int i, pagesize; | int fd; | | pagesize = getpagesize (); | | /* First, make a file with some known garbage in it. */ | data = (char *) malloc (pagesize); | if (!data) | exit (1); | for (i = 0; i < pagesize; ++i) | *(data + i) = rand (); | umask (0); | fd = creat ("conftest.mmap", 0600); | if (fd < 0) | exit (1); | if (write (fd, data, pagesize) != pagesize) | exit (1); | close (fd); | | /* Next, try to mmap the file at a fixed address which already has | something else allocated at it. If we can, also make sure that | we see the same garbage. */ | fd = open ("conftest.mmap", O_RDWR); | if (fd < 0) | exit (1); | data2 = (char *) malloc (2 * pagesize); | if (!data2) | exit (1); | data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data2 + i)) | exit (1); | | /* Finally, make sure that changes to the mapped area do not | percolate back to the file as seen by read(). (This is a bug on | some variants of i386 svr4.0.) */ | for (i = 0; i < pagesize; ++i) | *(data2 + i) = *(data2 + i) + 1; | data3 = (char *) malloc (pagesize); | if (!data3) | exit (1); | if (read (fd, data3, pagesize) != pagesize) | exit (1); | for (i = 0; i < pagesize; ++i) | if (*(data + i) != *(data3 + i)) | exit (1); | close (fd); | exit (0); | } configure:10293: result: no configure:10304: checking whether setvbuf arguments are reversed configure:10329: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c: In function `main': conftest.c:70: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast conftest.c:70: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure:10335: $? = 0 configure:10339: test -z || test ! -s conftest.err configure:10342: $? = 0 configure:10345: test -s conftest configure:10348: $? = 0 configure:10369: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10375: $? = 0 configure:10379: test -z || test ! -s conftest.err configure:10382: $? = 0 configure:10385: test -s conftest configure:10388: $? = 0 configure:10419: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c: In function `main': conftest.c:71: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast conftest.c:71: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure:10422: $? = 0 configure:10424: ./conftest configure:10427: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | int | main () | { | /* This call has the arguments reversed. | A reversed system may check and see that the address of buf | is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ | char buf; | if (setvbuf (stdout, _IOLBF, &buf, 1) != 0) | exit (1); | putchar ('\r'); | exit (0); /* Non-reversed systems SEGV here. */ | ; | return 0; | } configure:10456: result: yes configure:10466: checking return type of signal handlers configure:10497: cc -c -fno-common -I/include -I/usr/X11R6/include conftest.c >&5 configure:10503: $? = 0 configure:10507: test -z || test ! -s conftest.err configure:10510: $? = 0 configure:10513: test -s conftest. configure:10516: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_GETPAGESIZE 1 | #define SETVBUF_REVERSED 1 | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:10527: result: int configure:10540: checking for vprintf configure:10597: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:89: warning: conflicting types for built-in function `vprintf' configure:10603: $? = 0 configure:10607: test -z || test ! -s conftest.err configure:10610: $? = 0 configure:10613: test -s conftest configure:10616: $? = 0 configure:10628: result: yes configure:10635: checking for _doprnt configure:10692: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 ld: Undefined symbols: __doprnt configure:10698: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "TiMidity++" | #define PACKAGE_TARNAME "TiMidity++" | #define PACKAGE_VERSION "2.13.2" | #define PACKAGE_STRING "TiMidity++ 2.13.2" | #define PACKAGE_BUGREPORT "root@mput.dip.jp" | #define PACKAGE "TiMidity++" | #define VERSION "2.13.2" | #define NDEBUG 1 | #define DEFAULT_PATH "/share/timidity" | #define PKGDATADIR DEFAULT_PATH | #define PKGLIBDIR "/lib/timidity" | #define HAVE_LIBM 1 | #define HAVE_LIBXPG4 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_LIBX11 1 | #define HAVE_LIBICE 1 | #define HAVE_XMUREGISTEREXTERNALAGENT 1 | #define HAVE_XSHMCREATEPIXMAP 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MACHINE_ENDIAN_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NLIST_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_X11_XLIB_H 1 | #define NO_STRING_H 1 | #define __CHAR_UNSIGNED__ 1 | #define const | #ifndef __cplusplus | #define inline | #endif | #define volatile | #define HAVE_STRINGIZE 1 | #define TM_IN_SYS_TIME 1 | #define size_t unsigned | #define off_t long | #define pid_t int | #define NO_VOLATILE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_GETPAGESIZE 1 | #define SETVBUF_REVERSED 1 | #define RETSIGTYPE int | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* 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 | | #undef _doprnt | | /* 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:10723: result: no configure:10811: checking for alarm configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for dup2 configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for floor configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for getcwd configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for getopt configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for gethostbyname configure:10899: result: yes configure:10811: checking for gettimeofday configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for getwd configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for isatty configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for memchr configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for memmove configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for memset configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:101: warning: conflicting types for built-in function `memset' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for modf configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for munmap configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for popen configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for pow configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for select configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for signal configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for socket configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for sleep configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for vsnprintf configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:110: warning: conflicting types for built-in function `vsnprintf' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for snprintf configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:111: warning: conflicting types for built-in function `snprintf' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for sqrt configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:112: warning: conflicting types for built-in function `sqrt' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strchr configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:113: warning: conflicting types for built-in function `strchr' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strdup configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strstr configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:115: warning: conflicting types for built-in function `strstr' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strerror configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strcasecmp configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strncasecmp configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strrchr configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 conftest.c:119: warning: conflicting types for built-in function `strrchr' configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strstr configure:10899: result: yes configure:10811: checking for strtol configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strlcat configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for strlcpy configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10811: checking for usleep configure:10868: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:10874: $? = 0 configure:10878: test -z || test ! -s conftest.err configure:10881: $? = 0 configure:10884: test -s conftest configure:10887: $? = 0 configure:10899: result: yes configure:10987: checking for getopt_long configure:11044: cc -o conftest -fno-common -I/include -I/usr/X11R6/include -L/lib -L/usr/X11R6/lib conftest.c -lX11 -lxpg4 -lm >&5 configure:11050: $? = 0 configure:11054: test -z || test ! -s conftest.err configure:11057: $? = 0 configure:11060: test -s conftest configure:11063: $? = 0 configure:11075: result: yes configure:11538: WARNING: No --enable-audio=default audio for i386-unknown-gnu configure:11546: checking enable_audio=oss configure:11654: result: no configure:11658: checking enable_audio=sun configure:11689: result: no configure:11693: checking enable_audio=hpux configure:11705: result: no configure:11709: checking enable_audio=irix configure:11729: result: no configure:11733: checking enable_audio=mme configure:11747: result: no configure:11751: checking enable_audio=sb_dsp configure:11763: result: no configure:11767: checking enable_audio=w32 configure:11792: result: no configure:11796: checking enable_audio=darwin configure:11812: result: no configure:11817: checking enable_audio=alsa configure:12292: result: no configure:12296: checking enable_audio=alib configure:12315: result: no configure:12319: checking enable_audio=nas configure:12424: result: no configure:12428: checking enable_audio=arts configure:12722: result: no configure:12726: checking enable_audio=esd configure:13062: result: no configure:13066: checking enable_audio=portaudio configure:13081: result: no configure:13085: checking enable_audio=jack configure:13094: result: no configure:13098: checking enable_audio=ao configure:13496: result: no configure:13500: checking enable_audio=vorbis configure:13921: result: no configure:14349: checking enable_audio=flac configure:14768: result: no configure:14772: checking enable_audio=speex configure:14839: result: no configure:14843: checking enable_audio=gogo configure:14863: result: no configure:14871: checking default output mode configure:14903: result: default/d configure:19954: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:843: creating Makefile config.status:843: creating autoconf/Makefile config.status:843: creating common.makefile config.status:843: creating configs/Makefile config.status:843: creating doc/Makefile config.status:843: creating doc/C/Makefile config.status:843: creating doc/ja_JP.eucJP/Makefile config.status:843: creating interface/Makefile config.status:843: creating interface/motif_bitmaps/Makefile config.status:843: creating interface/bitmaps/Makefile config.status:843: creating interface/pixmaps/Makefile config.status:843: creating libunimod/Makefile config.status:843: creating timidity/Makefile config.status:843: creating utils/Makefile config.status:843: creating script/Makefile config.status:843: creating TiMidity.ad config.status:843: creating TiMidity-uj.ad config.status:947: creating config.h config.status:947: creating interface.h config.status:1429: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_bigendian=no ac_cv_c_char_unsigned=yes ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=no ac_cv_c_stringize=yes ac_cv_c_volatile=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_XShmCreatePixmap=yes ac_cv_func_XmuRegisterExternalAgent=yes ac_cv_func__doprnt=no ac_cv_func_alarm=yes ac_cv_func_connect=yes ac_cv_func_dup2=yes ac_cv_func_floor=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_isatty=yes ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_mmap_fixed_mapped=no ac_cv_func_modf=yes ac_cv_func_munmap=yes ac_cv_func_popen=yes ac_cv_func_pow=yes ac_cv_func_remove=yes ac_cv_func_select=yes ac_cv_func_setvbuf_reversed=yes ac_cv_func_shmat=yes ac_cv_func_signal=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_sqrt=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strncasecmp=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_usleep=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib' ac_cv_header_X11_Xlib_h=yes ac_cv_header_X11_Xmu_ExtAgent_h=no ac_cv_header_X11_extensions_XShm_h=no ac_cv_header_alsa_asoundlib_h=no ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_machine_endian_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nlist_h=yes ac_cv_header_soundcard_h=no ac_cv_header_stdbool_h=no ac_cv_header_stdc=no ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_stropts_h=no ac_cv_header_sys_asoundlib_h=no ac_cv_header_sys_audioio_h=no ac_cv_header_sys_awe_voice_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_soundcard_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_termios_h=yes ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_header_vfork_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_SM_SmcOpenConnection=yes ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xaw3d_XawInitializeWidgetSet=yes ac_cv_lib_Xext_XShapeCombineMask=yes ac_cv_lib_Xm_XmCreateForm=yes ac_cv_lib_Xmu_XmuInternAtom=yes ac_cv_lib_Xt_XtVaAppInitialize=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_error_at_line=no ac_cv_lib_m_sqrt=yes ac_cv_lib_objc_NSLinkModule=yes ac_cv_lib_socket_socket=no ac_cv_lib_xpg4_setlocale=yes ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_EMACS=emacs ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=sys/time.h ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type__Bool=no ac_cv_type_off_t=no ac_cv_type_pid_t=no ac_cv_type_signal=int ac_cv_type_size_t=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_lispdir='${datadir}/emacs/site-lisp' lt_cv_sys_max_cmd_len= timidity_cv_ccoption_rdynamic=no timidity_cv_debug=no timidity_cv_type_union_semun=no timidity_cv_type_volatile=no timidity_cv_x11_version_6=yes tm_cv_needgetopt=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run aclocal-1.7' ALSA_CFLAGS='' ALSA_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run tar' AO_CFLAGS='' AO_LIBS='' ARTS_CFLAGS='' ARTS_CONFIG='' ARTS_LIBS='' AUTOCONF='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run automake-1.7' AWK='gawk' A_so_libs='' BORLANDC_FALSE='' BORLANDC_LDFLAGS='' BORLANDC_START='' BORLANDC_TRUE='#' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS=' -fno-common' CPP='cc -E' CPPFLAGS=' -I/include -I/usr/X11R6/include' CYGNUS_FALSE='' CYGNUS_TRUE='#' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ELFILES='' EMACS='emacs' ENABLE_ALSASEQ_FALSE='' ENABLE_ALSASEQ_TRUE='#' ENABLE_DYNAMIC_TCLTK_FALSE='' ENABLE_DYNAMIC_TCLTK_TRUE='#' ENABLE_DYNAMIC_XAW_FALSE='' ENABLE_DYNAMIC_XAW_TRUE='#' ENABLE_EMACS_FALSE='' ENABLE_EMACS_TRUE='#' ENABLE_GTK_FALSE='' ENABLE_GTK_TRUE='#' ENABLE_MOTIF_FALSE='' ENABLE_MOTIF_TRUE='#' ENABLE_NCURSES_FALSE='' ENABLE_NCURSES_TRUE='#' ENABLE_NETWORK_FALSE='' ENABLE_NETWORK_TRUE='#' ENABLE_PLUGIN_FALSE='' ENABLE_PLUGIN_TRUE='#' ENABLE_PORTMIDISYN_FALSE='' ENABLE_PORTMIDISYN_TRUE='#' ENABLE_SERVER_FALSE='' ENABLE_SERVER_TRUE='#' ENABLE_SLANG_FALSE='' ENABLE_SLANG_TRUE='#' ENABLE_SOUND_SPEC_FALSE='' ENABLE_SOUND_SPEC_TRUE='#' ENABLE_TCLTK_FALSE='' ENABLE_TCLTK_TRUE='#' ENABLE_VT100_FALSE='' ENABLE_VT100_TRUE='#' ENABLE_W32GUI_FALSE='' ENABLE_W32GUI_TRUE='#' ENABLE_W32G_SYN_FALSE='' ENABLE_W32G_SYN_TRUE='#' ENABLE_WINSYN_FALSE='' ENABLE_WINSYN_TRUE='#' ENABLE_WRD_FALSE='' ENABLE_WRD_TRUE='#' ENABLE_XAW_FALSE='' ENABLE_XAW_TRUE='#' ENABLE_XSKIN_FALSE='' ENABLE_XSKIN_TRUE='#' ESD_CFLAGS='' ESD_CONFIG='' ESD_LIBS='' EXEEXT='' EXTRALIBS='' GTK_CFLAGS='' GTK_CONFIG='' GTK_LIBS='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INTERFACE_SRCS='' LDFLAGS=' -L/lib -L/usr/X11R6/lib' LIBFLAC_CFLAGS='' LIBFLAC_LIBS='' LIBOBJS=' error.$U.' LIBOGGFLAC_CFLAGS='' LIBOGGFLAC_LIBS='' LIBS=' -lX11 -lxpg4 -lm -lobjc ' LN_S='ln -s' LTLIBOBJS=' error.$U.lo' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/missing --run makeinfo' MSYS_FALSE='' MSYS_TRUE='#' NEEDDLOPEN_FALSE='' NEEDDLOPEN_TRUE='#' NEEDGETOPT_FALSE='' NEEDGETOPT_TRUE='#' NETSRCS='' OBJEXT='' OGG_CFLAGS='' OGG_LIBS='' PACKAGE='TiMidity++' PACKAGE_BUGREPORT='root@mput.dip.jp' PACKAGE_NAME='TiMidity++' PACKAGE_STRING='TiMidity++ 2.13.2' PACKAGE_TARNAME='TiMidity++' PACKAGE_VERSION='2.13.2' PATH_SEPARATOR=':' PKG_CONFIG='' P_so_libs='' RANLIB='ranlib' SET_MAKE='' SHCFLAGS='' SHELL='/bin/sh' SHLD='cc -shared -export-dynamic -L/usr/local/lib -L/lib -L/usr/X11R6/lib' STRIP='' SYSEXTRAS='' T_so_libs='' VCPP_FALSE='' VCPP_LDFLAGS='' VCPP_TRUE='#' VERSION='2.13.2' VORBISENC_LIBS='' VORBISFILE_LIBS='' VORBIS_CFLAGS='' VORBIS_LIBS='' W32READDIR_FALSE='' W32READDIR_TRUE='#' WATCOM_C_FALSE='' WATCOM_C_TRUE='#' WATCOM_LDFLAGS='' WISH='wish' W_so_libs='' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib' X_PRE_LIBS=' -lSM -lICE' a_so_libs='' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' dynamic_targets='' e_so_libs='' exec_prefix='${prefix}' g_so_libs='' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' i_so_libs='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/audio/timidity++-slang/work/TiMidity++-2.13.2/autoconf/install-sh' k_so_libs='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datadir}/emacs/site-lisp' localstatedir='${prefix}/var' m_so_libs='' mandir='${prefix}/man' n_so_libs='' oldincludedir='/usr/include' p_so_libs='' pkgdatadir='${prefix}/share/timidity' pkglibdir='${prefix}/lib/timidity' prefix='' program_transform_name='s,^,i386-unknown-gnu-,' r_so_libs='' s_so_libs='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' so='so' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' tcltk_dep='' timidity_LDFLAGS='' w_so_libs='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEFAULT_PATH "/share/timidity" #define HAVE_ALARM 1 #define HAVE_ARPA_INET_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DUP2 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOOR 1 #define HAVE_FORK 1 #define HAVE_GETCWD 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETWD 1 #define HAVE_GLOB_H 1 #define HAVE_ISATTY 1 #define HAVE_LIBICE 1 #define HAVE_LIBM 1 #define HAVE_LIBX11 1 #define HAVE_LIBXPG4 1 #define HAVE_LIMITS_H 1 #define HAVE_MACHINE_ENDIAN_H 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMCHR 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MODF 1 #define HAVE_MUNMAP 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NLIST_H 1 #define HAVE_POPEN 1 #define HAVE_POW 1 #define HAVE_SELECT 1 #define HAVE_SIGNAL 1 #define HAVE_SLEEP 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKET 1 #define HAVE_SQRT 1 #define HAVE_STDDEF_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRINGIZE 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_USLEEP 1 #define HAVE_VFORK 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_WORKING_FORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_X11_XLIB_H 1 #define HAVE_XMUREGISTEREXTERNALAGENT 1 #define HAVE_XSHMCREATEPIXMAP 1 #define NDEBUG 1 #define NO_STRING_H 1 #define NO_VOLATILE 1 #define PACKAGE "TiMidity++" #define PACKAGE_BUGREPORT "root@mput.dip.jp" #define PACKAGE_NAME "TiMidity++" #define PACKAGE_STRING "TiMidity++ 2.13.2" #define PACKAGE_TARNAME "TiMidity++" #define PACKAGE_VERSION "2.13.2" #define PKGDATADIR DEFAULT_PATH #define PKGLIBDIR "/lib/timidity" #define RETSIGTYPE int #define SETVBUF_REVERSED 1 #define TIMIDITY_OUTPUT_ID "d" #define TM_IN_SYS_TIME 1 #define VERSION "2.13.2" #define __CHAR_UNSIGNED__ 1 #define const #define inline #define off_t long #define pid_t int #define size_t unsigned #define volatile #endif #ifndef __cplusplus configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/Makefile depfiles on darwintel config.status:843: creating interface/Makefile config.status:1429: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/motif_bitmaps/Makefile on darwintel config.status:843: creating interface/motif_bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/bitmaps/Makefile on darwintel config.status:843: creating interface/bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/pixmaps/Makefile on darwintel config.status:843: creating interface/pixmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/Makefile depfiles on darwintel config.status:843: creating interface/Makefile config.status:1429: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/Makefile depfiles on darwintel config.status:843: creating interface/Makefile config.status:1429: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/motif_bitmaps/Makefile on darwintel config.status:843: creating interface/motif_bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/motif_bitmaps/Makefile on darwintel config.status:843: creating interface/motif_bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/bitmaps/Makefile on darwintel config.status:843: creating interface/bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/bitmaps/Makefile on darwintel config.status:843: creating interface/bitmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/pixmaps/Makefile on darwintel config.status:843: creating interface/pixmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/pixmaps/Makefile on darwintel config.status:843: creating interface/pixmaps/Makefile ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by TiMidity++ config.status 2.13.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status interface/Makefile depfiles on darwintel config.status:843: creating interface/Makefile config.status:1429: executing depfiles commands