[CM] Snd and CLM

Richard Liston liston@cc.gatech.edu
Thu, 11 Mar 2004 17:30:03 -0500


Hi all,

I'm new to Snd, but would like to work my way into it. I've built
Snd-7 from the sources on Solaris 7. I'd like to generate simple
sine waves to mix together, and it appears that the way to do this
is to use CLM. If I read the docs correctly, CLM should have been
built into snd. In fact I checked whether some of the symbols from
clm.c made it into my snd executable and this seems to be the case:

$ nm clm.o | grep mus_free
[418]   |      2520|     100|FUNC |GLOB |0    |1      |mus_free
[243]   |     39864|      80|FUNC |LOCL |0    |1      |mus_free_buffer
$ nm snd | grep mus_free
[11447] |    221660|     100|FUNC |GLOB |0    |11     |mus_free
[621]   |    259004|      80|FUNC |LOCL |0    |11     |mus_free_buffer

But when I try to do anything in Snd from the clm.html page it appears
as though either CLM or the correct Lisp interpreter is not available:

>(defun simp (start-time duration frequency amplitude)
  (let* ((beg (floor (* start-time *srate*)))
	 (end (+ beg (floor (* duration *srate*)))))
    (loop for i from beg below end and j from 0 by 1 do
      (outa i (* amplitude (sin (* j 2.0 pi (/ frequency *srate*))))))))

Unbound variable: defun
>unbound-variable
>

What am I missing? My config.log is included below.

Richard

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

It was created by snd configure 7.0, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --prefix=/net/ht102/liston/packages/SunOS/local --with-static-xm

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

hostname = bigtooth
uname -m = sun4u
uname -r = 5.7
uname -s = SunOS
uname -v = Generic_106541-27

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = bigtooth
Release = 5.7
KernelID = Generic_106541-27
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /net/ht102/liston/packages/SunOS/local/bin
PATH: /usr/dt/bin
PATH: /net/ht102/liston/SunOS/packages/j2sdk_nb/j2sdk1.4.2/bin
PATH: /usr/openwin/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/ucb
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/ccs/bin
PATH: /lib
PATH: /usr/local/bin/X11
PATH: /opt/SUNWspro6.1/bin
PATH: /usr/openwin/bin
PATH: /usr/local/public/bin
PATH: /net/hc283/liston/scripts
PATH: /opt/SUNWsmtv/bin


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

configure:1359: checking build system type
configure:1377: result: sparc-sun-solaris2.7
configure:1385: checking host system type
configure:1399: result: sparc-sun-solaris2.7
configure:1457: checking for gcc
configure:1473: found /usr/local/bin/gcc
configure:1483: result: gcc
configure:1727: checking for C compiler version
configure:1730: gcc --version </dev/null >&5
gcc (GCC) 3.1.1
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:1733: $? = 0
configure:1735: gcc -v </dev/null >&5
Reading specs from /usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/specs
Configured with: ../gcc-3.1.1/configure --prefix=/usr/local/gnu/gcc-3.1.1 --enable-shared --enable-haifa --enable-threads
Thread model: posix
gcc version 3.1.1
configure:1738: $? = 0
configure:1740: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1743: $? = 1
configure:1767: checking for C compiler default output
configure:1770: gcc    conftest.c  >&5
configure:1773: $? = 0
configure:1819: result: a.out
configure:1824: checking whether the C compiler works
configure:1830: ./a.out
configure:1833: $? = 0
configure:1850: result: yes
configure:1857: checking whether we are cross compiling
configure:1859: result: no
configure:1862: checking for suffix of executables
configure:1864: gcc -o conftest    conftest.c  >&5
configure:1867: $? = 0
configure:1892: result: 
configure:1898: checking for suffix of object files
configure:1920: gcc -c   conftest.c >&5
configure:1923: $? = 0
configure:1945: result: o
configure:1949: checking whether we are using the GNU C compiler
configure:1974: gcc -c   conftest.c >&5
configure:1977: $? = 0
configure:1980: test -s conftest.o
configure:1983: $? = 0
configure:1996: result: yes
configure:2002: checking whether gcc accepts -g
configure:2024: gcc -c -g  conftest.c >&5
configure:2027: $? = 0
configure:2030: test -s conftest.o
configure:2033: $? = 0
configure:2044: result: yes
configure:2061: checking for gcc option to accept ANSI C
configure:2122: gcc  -c -g -O2  conftest.c >&5
configure:2125: $? = 0
configure:2128: test -s conftest.o
configure:2131: $? = 0
configure:2149: result: none needed
configure:2167: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2170: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2285: checking how to run the C preprocessor
configure:2321: gcc -E  conftest.c
configure:2327: $? = 0
configure:2359: gcc -E  conftest.c
configure:2358:28: ac_nonexistent.h: No such file or directory
configure:2365: $? = 1
configure: failed program was:
| #line 2350 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2403: result: gcc -E
configure:2428: gcc -E  conftest.c
configure:2434: $? = 0
configure:2466: gcc -E  conftest.c
configure:2465:28: ac_nonexistent.h: No such file or directory
configure:2472: $? = 1
configure: failed program was:
| #line 2457 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2515: checking for egrep
configure:2525: result: egrep
configure:2530: checking for ANSI C header files
configure:2556: gcc -c -g -O2  conftest.c >&5
configure:2559: $? = 0
configure:2562: test -s conftest.o
configure:2565: $? = 0
configure:2657: gcc -o conftest -g -O2   conftest.c  >&5
configure:2660: $? = 0
configure:2662: ./conftest
configure:2665: $? = 0
configure:2680: result: yes
configure:2702: checking for a BSD-compatible install
configure:2756: result: /usr/local/public/bin/install -c
configure:3351: checking for main in -lm
configure:3376: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:3379: $? = 0
configure:3382: test -s conftest
configure:3385: $? = 0
configure:3397: result: yes
configure:3409: checking for main in -lc
configure:3434: gcc -o conftest -g -O2   conftest.c -lc  -lm  >&5
configure:3437: $? = 0
configure:3440: test -s conftest
configure:3443: $? = 0
configure:3455: result: yes
configure:3467: checking for main in -ldl
configure:3492: gcc -o conftest -g -O2   conftest.c -ldl  -lc -lm  >&5
configure:3495: $? = 0
configure:3498: test -s conftest
configure:3501: $? = 0
configure:3513: result: yes
configure:3534: checking for dirent.h that defines DIR
configure:3559: gcc -c -g -O2  conftest.c >&5
configure:3562: $? = 0
configure:3565: test -s conftest.o
configure:3568: $? = 0
configure:3579: result: yes
configure:3592: checking for library containing opendir
configure:3623: gcc -o conftest -g -O2   conftest.c  >&5
configure:3626: $? = 0
configure:3629: test -s conftest
configure:3632: $? = 0
configure:3691: result: none required
configure:3821: checking for sys/types.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for sys/stat.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for stdlib.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for string.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for memory.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for strings.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for inttypes.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3821: checking for stdint.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3884:20: stdint.h: No such file or directory
configure:3841: $? = 1
configure: failed program was:
| #line 3826 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:3858: result: no
configure:3821: checking for unistd.h
configure:3838: gcc -c -g -O2  conftest.c >&5
configure:3841: $? = 0
configure:3844: test -s conftest.o
configure:3847: $? = 0
configure:3858: result: yes
configure:3893: checking fcntl.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3909: $? = 0
configure:3912: test -s conftest.o
configure:3915: $? = 0
configure:3925: result: yes
configure:3929: checking fcntl.h presence
configure:3940: gcc -E  conftest.c
configure:3946: $? = 0
configure:3965: result: yes
configure:4001: checking for fcntl.h
configure:4008: result: yes
configure:3893: checking limits.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3909: $? = 0
configure:3912: test -s conftest.o
configure:3915: $? = 0
configure:3925: result: yes
configure:3929: checking limits.h presence
configure:3940: gcc -E  conftest.c
configure:3946: $? = 0
configure:3965: result: yes
configure:4001: checking for limits.h
configure:4008: result: yes
configure:3884: checking for unistd.h
configure:3889: result: yes
configure:3884: checking for string.h
configure:3889: result: yes
configure:3893: checking sys/soundcard.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3957:27: sys/soundcard.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/soundcard.h>
configure:3925: result: no
configure:3929: checking sys/soundcard.h presence
configure:3940: gcc -E  conftest.c
configure:3959:27: sys/soundcard.h: No such file or directory
configure:3946: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <sys/soundcard.h>
configure:3965: result: no
configure:4001: checking for sys/soundcard.h
configure:4008: result: no
configure:3893: checking soundcard.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3957:23: soundcard.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <soundcard.h>
configure:3925: result: no
configure:3929: checking soundcard.h presence
configure:3940: gcc -E  conftest.c
configure:3959:23: soundcard.h: No such file or directory
configure:3946: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:3965: result: no
configure:4001: checking for soundcard.h
configure:4008: result: no
configure:3893: checking machine/soundcard.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3957:31: machine/soundcard.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/soundcard.h>
configure:3925: result: no
configure:3929: checking machine/soundcard.h presence
configure:3940: gcc -E  conftest.c
configure:3959:31: machine/soundcard.h: No such file or directory
configure:3946: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:3965: result: no
configure:4001: checking for machine/soundcard.h
configure:4008: result: no
configure:3893: checking gsl/gsl_version.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3957:29: gsl/gsl_version.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gsl/gsl_version.h>
configure:3925: result: no
configure:3929: checking gsl/gsl_version.h presence
configure:3940: gcc -E  conftest.c
configure:3959:29: gsl/gsl_version.h: No such file or directory
configure:3946: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <gsl/gsl_version.h>
configure:3965: result: no
configure:4001: checking for gsl/gsl_version.h
configure:4008: result: no
configure:3893: checking sys/mixer.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3957:23: sys/mixer.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mixer.h>
configure:3925: result: no
configure:3929: checking sys/mixer.h presence
configure:3940: gcc -E  conftest.c
configure:3959:23: sys/mixer.h: No such file or directory
configure:3946: $? = 1
configure: failed program was:
| #line 3931 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <sys/mixer.h>
configure:3965: result: no
configure:4001: checking for sys/mixer.h
configure:4008: result: no
configure:3893: checking stdbool.h usability
configure:3906: gcc -c -g -O2  conftest.c >&5
configure:3909: $? = 0
configure:3912: test -s conftest.o
configure:3915: $? = 0
configure:3925: result: yes
configure:3929: checking stdbool.h presence
configure:3940: gcc -E  conftest.c
configure:3946: $? = 0
configure:3965: result: yes
configure:4001: checking for stdbool.h
configure:4008: result: yes
configure:4046: checking libc.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4111:18: libc.h: No such file or directory
configure:4062: $? = 1
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:4078: result: no
configure:4082: checking libc.h presence
configure:4093: gcc -E  conftest.c
configure:4113:18: libc.h: No such file or directory
configure:4099: $? = 1
configure: failed program was:
| #line 4084 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <libc.h>
configure:4118: result: no
configure:4154: checking for libc.h
configure:4161: result: no
configure:4046: checking sys/vfs.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking sys/vfs.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for sys/vfs.h
configure:4161: result: yes
configure:4046: checking sys/statfs.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking sys/statfs.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for sys/statfs.h
configure:4161: result: yes
configure:4046: checking sys/statvfs.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking sys/statvfs.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for sys/statvfs.h
configure:4161: result: yes
configure:4046: checking sys/mount.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking sys/mount.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for sys/mount.h
configure:4161: result: yes
configure:4046: checking setjmp.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking setjmp.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for setjmp.h
configure:4161: result: yes
configure:4046: checking pwd.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking pwd.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for pwd.h
configure:4161: result: yes
configure:4046: checking locale.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking locale.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for locale.h
configure:4161: result: yes
configure:4046: checking sys/fpu.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4118:21: sys/fpu.h: No such file or directory
configure:4062: $? = 1
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fpu.h>
configure:4078: result: no
configure:4082: checking sys/fpu.h presence
configure:4093: gcc -E  conftest.c
configure:4120:21: sys/fpu.h: No such file or directory
configure:4099: $? = 1
configure: failed program was:
| #line 4084 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <sys/fpu.h>
configure:4118: result: no
configure:4154: checking for sys/fpu.h
configure:4161: result: no
configure:4046: checking dlfcn.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking dlfcn.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for dlfcn.h
configure:4161: result: yes
configure:4046: checking sys/param.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4062: $? = 0
configure:4065: test -s conftest.o
configure:4068: $? = 0
configure:4078: result: yes
configure:4082: checking sys/param.h presence
configure:4093: gcc -E  conftest.c
configure:4099: $? = 0
configure:4118: result: yes
configure:4154: checking for sys/param.h
configure:4161: result: yes
configure:4046: checking byteswap.h usability
configure:4059: gcc -c -g -O2  conftest.c >&5
configure:4120:22: byteswap.h: No such file or directory
configure:4062: $? = 1
configure: failed program was:
| #line 4048 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <byteswap.h>
configure:4078: result: no
configure:4082: checking byteswap.h presence
configure:4093: gcc -E  conftest.c
configure:4122:22: byteswap.h: No such file or directory
configure:4099: $? = 1
configure: failed program was:
| #line 4084 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <byteswap.h>
configure:4118: result: no
configure:4154: checking for byteswap.h
configure:4161: result: no
configure:4184: checking /usr/local/lib/oss/include/sys/soundcard.h usability
configure:4197: gcc -c -g -O2  conftest.c >&5
configure:4258:54: /usr/local/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4200: $? = 1
configure: failed program was:
| #line 4186 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </usr/local/lib/oss/include/sys/soundcard.h>
configure:4216: result: no
configure:4220: checking /usr/local/lib/oss/include/sys/soundcard.h presence
configure:4231: gcc -E  conftest.c
configure:4260:54: /usr/local/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4237: $? = 1
configure: failed program was:
| #line 4222 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include </usr/local/lib/oss/include/sys/soundcard.h>
configure:4256: result: no
configure:4292: checking for /usr/local/lib/oss/include/sys/soundcard.h
configure:4299: result: no
configure:4321: checking /usr/lib/oss/include/sys/soundcard.h usability
configure:4334: gcc -c -g -O2  conftest.c >&5
configure:4395:48: /usr/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4337: $? = 1
configure: failed program was:
| #line 4323 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </usr/lib/oss/include/sys/soundcard.h>
configure:4353: result: no
configure:4357: checking /usr/lib/oss/include/sys/soundcard.h presence
configure:4368: gcc -E  conftest.c
configure:4397:48: /usr/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4374: $? = 1
configure: failed program was:
| #line 4359 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include </usr/lib/oss/include/sys/soundcard.h>
configure:4393: result: no
configure:4429: checking for /usr/lib/oss/include/sys/soundcard.h
configure:4436: result: no
configure:4458: checking /opt/oss/include/sys/soundcard.h usability
configure:4471: gcc -c -g -O2  conftest.c >&5
configure:4532:44: /opt/oss/include/sys/soundcard.h: No such file or directory
configure:4474: $? = 1
configure: failed program was:
| #line 4460 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </opt/oss/include/sys/soundcard.h>
configure:4490: result: no
configure:4494: checking /opt/oss/include/sys/soundcard.h presence
configure:4505: gcc -E  conftest.c
configure:4534:44: /opt/oss/include/sys/soundcard.h: No such file or directory
configure:4511: $? = 1
configure: failed program was:
| #line 4496 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include </opt/oss/include/sys/soundcard.h>
configure:4530: result: no
configure:4566: checking for /opt/oss/include/sys/soundcard.h
configure:4573: result: no
configure:4595: checking /var/lib/oss/include/sys/soundcard.h usability
configure:4608: gcc -c -g -O2  conftest.c >&5
configure:4669:48: /var/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4611: $? = 1
configure: failed program was:
| #line 4597 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include </var/lib/oss/include/sys/soundcard.h>
configure:4627: result: no
configure:4631: checking /var/lib/oss/include/sys/soundcard.h presence
configure:4642: gcc -E  conftest.c
configure:4671:48: /var/lib/oss/include/sys/soundcard.h: No such file or directory
configure:4648: $? = 1
configure: failed program was:
| #line 4633 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include </var/lib/oss/include/sys/soundcard.h>
configure:4667: result: no
configure:4703: checking for /var/lib/oss/include/sys/soundcard.h
configure:4710: result: no
configure:4732: checking sys/sam9407.h usability
configure:4745: gcc -c -g -O2  conftest.c >&5
configure:4806:25: sys/sam9407.h: No such file or directory
configure:4748: $? = 1
configure: failed program was:
| #line 4734 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sam9407.h>
configure:4764: result: no
configure:4768: checking sys/sam9407.h presence
configure:4779: gcc -E  conftest.c
configure:4808:25: sys/sam9407.h: No such file or directory
configure:4785: $? = 1
configure: failed program was:
| #line 4770 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <sys/sam9407.h>
configure:4804: result: no
configure:4840: checking for sys/sam9407.h
configure:4847: result: no
configure:4869: checking gnu/libc-version.h usability
configure:4882: gcc -c -g -O2  conftest.c >&5
configure:4943:30: gnu/libc-version.h: No such file or directory
configure:4885: $? = 1
configure: failed program was:
| #line 4871 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gnu/libc-version.h>
configure:4901: result: no
configure:4905: checking gnu/libc-version.h presence
configure:4916: gcc -E  conftest.c
configure:4945:30: gnu/libc-version.h: No such file or directory
configure:4922: $? = 1
configure: failed program was:
| #line 4907 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <gnu/libc-version.h>
configure:4941: result: no
configure:4977: checking for gnu/libc-version.h
configure:4984: result: no
configure:5006: checking alsa/asoundlib.h usability
configure:5019: gcc -c -g -O2  conftest.c >&5
configure:5080:28: alsa/asoundlib.h: No such file or directory
configure:5022: $? = 1
configure: failed program was:
| #line 5008 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <alsa/asoundlib.h>
configure:5038: result: no
configure:5042: checking alsa/asoundlib.h presence
configure:5053: gcc -E  conftest.c
configure:5082:28: alsa/asoundlib.h: No such file or directory
configure:5059: $? = 1
configure: failed program was:
| #line 5044 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <alsa/asoundlib.h>
configure:5078: result: no
configure:5114: checking for alsa/asoundlib.h
configure:5121: result: no
configure:5134: checking whether time.h and sys/time.h may both be included
configure:5160: gcc -c -g -O2  conftest.c >&5
configure:5163: $? = 0
configure:5166: test -s conftest.o
configure:5169: $? = 0
configure:5180: result: yes
configure:5191: checking whether hypot is declared
configure:5217: gcc -c -g -O2  conftest.c >&5
configure:5220: $? = 0
configure:5223: test -s conftest.o
configure:5226: $? = 0
configure:5237: result: yes
configure:5255: checking whether isnan is declared
configure:5281: gcc -c -g -O2  conftest.c >&5
configure:5284: $? = 0
configure:5287: test -s conftest.o
configure:5290: $? = 0
configure:5301: result: yes
configure:5320: checking for an ANSI C-conforming const
configure:5388: gcc -c -g -O2  conftest.c >&5
configure:5391: $? = 0
configure:5394: test -s conftest.o
configure:5397: $? = 0
configure:5408: result: yes
configure:5418: checking for mode_t
configure:5443: gcc -c -g -O2  conftest.c >&5
configure:5446: $? = 0
configure:5449: test -s conftest.o
configure:5452: $? = 0
configure:5463: result: yes
configure:5475: checking for size_t
configure:5500: gcc -c -g -O2  conftest.c >&5
configure:5503: $? = 0
configure:5506: test -s conftest.o
configure:5509: $? = 0
configure:5520: result: yes
configure:5532: checking for pid_t
configure:5557: gcc -c -g -O2  conftest.c >&5
configure:5560: $? = 0
configure:5563: test -s conftest.o
configure:5566: $? = 0
configure:5577: result: yes
configure:5589: checking whether struct tm is in sys/time.h or time.h
configure:5613: gcc -c -g -O2  conftest.c >&5
configure:5616: $? = 0
configure:5619: test -s conftest.o
configure:5622: $? = 0
configure:5633: result: time.h
configure:5643: checking whether byte ordering is bigendian
configure:5671: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:5697: `bogus' undeclared (first use in this function)
configure:5697: (Each undeclared identifier is reported only once
configure:5697: for each function it appears in.)
configure:5697: parse error before "endian"
configure:5674: $? = 1
configure: failed program was:
| #line 5649 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|  bogus endian macros
| #endif
| 
|   ;
|   return 0;
| }
configure:5804: gcc -o conftest -g -O2   conftest.c  >&5
configure:5807: $? = 0
configure:5809: ./conftest
configure:5812: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 5783 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| /* end confdefs.h.  */
| int
| main ()
| {
|   /* Are we little or big endian?  From Harbison&Steele.  */
|   union
|   {
|     long l;
|     char c[sizeof (long)];
|   } u;
|   u.l = 1;
|   exit (u.c[sizeof (long) - 1] == 1);
| }
configure:5828: result: yes
configure:5854: checking for special C compiler options needed for large files
configure:5934: result: no
configure:5940: checking for _FILE_OFFSET_BITS value needed for large files
configure:5972: gcc -c -g -O2  conftest.c >&5
configure:5995: warning: left shift count >= width of type
configure:5995: warning: left shift count >= width of type
configure:5997: size of array `off_t_is_large' is negative
configure:5975: $? = 1
configure: failed program was:
| #line 5947 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6016: gcc -c -g -O2  conftest.c >&5
configure:6019: $? = 0
configure:6022: test -s conftest.o
configure:6025: $? = 0
configure:6037: result: 64
configure:6047: checking for _LARGE_FILES value needed for large files
configure:6079: gcc -c -g -O2  conftest.c >&5
configure:6082: $? = 0
configure:6085: test -s conftest.o
configure:6088: $? = 0
configure:6144: result: no
configure:6156: checking for off_t
configure:6181: gcc -c -g -O2  conftest.c >&5
configure:6184: $? = 0
configure:6187: test -s conftest.o
configure:6190: $? = 0
configure:6201: result: yes
configure:6213: checking for preprocessor stringizing operator
configure:6238: result: yes
configure:6249: checking for nl_langinfo and DECIMAL_POINT
configure:6271: gcc -o conftest -g -O2   conftest.c  >&5
configure: In function `main':
configure:6302: `DECIMAL_POINT' undeclared (first use in this function)
configure:6302: (Each undeclared identifier is reported only once
configure:6302: for each function it appears in.)
configure:6274: $? = 1
configure: failed program was:
| #line 6254 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| /* end confdefs.h.  */
| #include <langinfo.h>
| int
| main ()
| {
| char* cs = nl_langinfo(DECIMAL_POINT);
|   ;
|   return 0;
| }
configure:6292: result: no
configure:6301: checking for nl_langinfo and RADIXCHAR
configure:6323: gcc -o conftest -g -O2   conftest.c  >&5
configure:6326: $? = 0
configure:6329: test -s conftest
configure:6332: $? = 0
configure:6344: result: yes
configure:6356: checking for int
configure:6381: gcc -c -g -O2  conftest.c >&5
configure:6384: $? = 0
configure:6387: test -s conftest.o
configure:6390: $? = 0
configure:6401: result: yes
configure:6404: checking size of int
configure:6679: gcc -o conftest -g -O2   conftest.c  >&5
configure:6682: $? = 0
configure:6684: ./conftest
configure:6687: $? = 0
configure:6710: result: 4
configure:6717: checking for char
configure:6742: gcc -c -g -O2  conftest.c >&5
configure:6745: $? = 0
configure:6748: test -s conftest.o
configure:6751: $? = 0
configure:6762: result: yes
configure:6765: checking size of char
configure:7040: gcc -o conftest -g -O2   conftest.c  >&5
configure:7043: $? = 0
configure:7045: ./conftest
configure:7048: $? = 0
configure:7071: result: 1
configure:7078: checking for short
configure:7103: gcc -c -g -O2  conftest.c >&5
configure:7106: $? = 0
configure:7109: test -s conftest.o
configure:7112: $? = 0
configure:7123: result: yes
configure:7126: checking size of short
configure:7401: gcc -o conftest -g -O2   conftest.c  >&5
configure:7404: $? = 0
configure:7406: ./conftest
configure:7409: $? = 0
configure:7432: result: 2
configure:7439: checking for long
configure:7464: gcc -c -g -O2  conftest.c >&5
configure:7467: $? = 0
configure:7470: test -s conftest.o
configure:7473: $? = 0
configure:7484: result: yes
configure:7487: checking size of long
configure:7762: gcc -o conftest -g -O2   conftest.c  >&5
configure:7765: $? = 0
configure:7767: ./conftest
configure:7770: $? = 0
configure:7793: result: 4
configure:7800: checking for int *
configure:7825: gcc -c -g -O2  conftest.c >&5
configure:7828: $? = 0
configure:7831: test -s conftest.o
configure:7834: $? = 0
configure:7845: result: yes
configure:7848: checking size of int *
configure:8123: gcc -o conftest -g -O2   conftest.c  >&5
configure:8126: $? = 0
configure:8128: ./conftest
configure:8131: $? = 0
configure:8154: result: 4
configure:8161: checking for float
configure:8186: gcc -c -g -O2  conftest.c >&5
configure:8189: $? = 0
configure:8192: test -s conftest.o
configure:8195: $? = 0
configure:8206: result: yes
configure:8209: checking size of float
configure:8484: gcc -o conftest -g -O2   conftest.c  >&5
configure:8487: $? = 0
configure:8489: ./conftest
configure:8492: $? = 0
configure:8515: result: 4
configure:8522: checking for void *
configure:8547: gcc -c -g -O2  conftest.c >&5
configure:8550: $? = 0
configure:8553: test -s conftest.o
configure:8556: $? = 0
configure:8567: result: yes
configure:8570: checking size of void *
configure:8845: gcc -o conftest -g -O2   conftest.c  >&5
configure:8848: $? = 0
configure:8850: ./conftest
configure:8853: $? = 0
configure:8876: result: 4
configure:8883: checking for off_t
configure:8928: result: yes
configure:8931: checking size of off_t
configure:9206: gcc -o conftest -g -O2   conftest.c  >&5
configure:9209: $? = 0
configure:9211: ./conftest
configure:9214: $? = 0
configure:9237: result: 8
configure:9249: checking for fftw-3
configure:9268: gcc -o conftest -g -O2   conftest.c  -lfftw3 -lm >&5
configure:9304:19: fftw3.h: No such file or directory
configure: In function `main':
configure:9308: `fftw_plan' undeclared (first use in this function)
configure:9308: (Each undeclared identifier is reported only once
configure:9308: for each function it appears in.)
configure:9308: parse error before "plan"
configure:9308: `plan' undeclared (first use in this function)
configure:9271: $? = 1
configure: failed program was:
| #line 9251 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| /* end confdefs.h.  */
| #include <fftw3.h>
| int
| main ()
| {
| fftw_plan plan; fftw_execute(plan)
|   ;
|   return 0;
| }
configure:9290: result: no
configure:9294: checking for fftw-2
configure:9313: gcc -o conftest -g -O2   conftest.c  -lrfftw -lfftw -lm >&5
configure:9349:19: rfftw.h: No such file or directory
configure: In function `main':
configure:9353: `NULL' undeclared (first use in this function)
configure:9353: (Each undeclared identifier is reported only once
configure:9353: for each function it appears in.)
configure:9316: $? = 1
configure: failed program was:
| #line 9296 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| /* end confdefs.h.  */
| #include <rfftw.h>
| int
| main ()
| {
| rfftw_one(NULL, NULL, NULL)
|   ;
|   return 0;
| }
configure:9335: result: no
configure:9346: checking return type of signal handlers
configure:9378: gcc -c -g -O2  conftest.c >&5
configure:9381: $? = 0
configure:9384: test -s conftest.o
configure:9387: $? = 0
configure:9398: result: void
configure:9410: checking for strftime
configure:9460: gcc -o conftest -g -O2   conftest.c  >&5
configure:9463: $? = 0
configure:9466: test -s conftest
configure:9469: $? = 0
configure:9480: result: yes
configure:9575: checking for getcwd
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for strerror
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for readlink
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for setlocale
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for access
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for opendir
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for sleep
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for signal
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for statfs
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for statvfs
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for clock
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for vsnprintf
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for snprintf
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for memmove
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for strdup
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for lstat
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for fileno
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9575: checking for strcasecmp
configure:9625: gcc -o conftest -g -O2   conftest.c  >&5
configure:9628: $? = 0
configure:9631: test -s conftest
configure:9634: $? = 0
configure:9645: result: yes
configure:9655: checking whether closedir returns void
configure:9685: gcc -o conftest -g -O2   conftest.c  >&5
configure:9688: $? = 0
configure:9690: ./conftest
configure:9693: $? = 0
configure:9707: result: no
configure:9721: checking for vprintf
configure:9771: gcc -o conftest -g -O2   conftest.c  >&5
configure:9774: $? = 0
configure:9777: test -s conftest
configure:9780: $? = 0
configure:9791: result: yes
configure:9798: checking for _doprnt
configure:9848: gcc -o conftest -g -O2   conftest.c  >&5
configure:9851: $? = 0
configure:9854: test -s conftest
configure:9857: $? = 0
configure:9868: result: yes
configure:9885: checking for complex trig
configure:9906: gcc -c -g -O2  conftest.c >&5
configure:9962:21: complex.h: No such file or directory
configure:9909: $? = 1
configure: failed program was:
| #line 9887 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| #include <complex.h>
| int
| main ()
| {
|  _Complex double val;
|                   val = ccosh(cacosh(1.5) / 100.0)
| 
|   ;
|   return 0;
| }
configure:9930: result: no
configure:9942: checking for gsl-config
configure:9973: result: no
configure:9980: checking for GSL
configure:9983: result: no
configure:10058: checking ladspa.h usability
configure:10071: gcc -c -g -O2  conftest.c >&5
configure:10169:20: ladspa.h: No such file or directory
configure:10074: $? = 1
configure: failed program was:
| #line 10060 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ladspa.h>
configure:10090: result: no
configure:10094: checking ladspa.h presence
configure:10105: gcc -E  conftest.c
configure:10171:20: ladspa.h: No such file or directory
configure:10111: $? = 1
configure: failed program was:
| #line 10096 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| #include <ladspa.h>
configure:10130: result: no
configure:10166: checking for ladspa.h
configure:10173: result: no
configure:10192: checking for X
configure:10412: result: libraries /usr/openwin/lib, headers /usr/openwin/include
configure:10436: checking whether -R must be followed by a space
configure:10456: gcc -o conftest -g -O2   conftest.c  -R/usr/openwin/lib >&5
configure:10459: $? = 0
configure:10462: test -s conftest
configure:10465: $? = 0
configure:10476: result: no
configure:10565: gcc -o conftest -g -O2   conftest.c   -L/usr/openwin/lib -R/usr/openwin/lib -lX11 >&5
configure:10568: $? = 0
configure:10571: test -s conftest
configure:10574: $? = 0
configure:10711: checking for gethostbyname
configure:10761: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccuW8lWn.o: In function `main':
/net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname'
/net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname'
/net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname'
collect2: ld returned 1 exit status
configure:10764: $? = 1
configure: failed program was:
| #line 10716 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 gethostbyname ();
| /* 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_gethostbyname) || defined (__stub___gethostbyname)
| choke me
| #else
| char (*f) () = gethostbyname;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != gethostbyname;
|   ;
|   return 0;
| }
configure:10781: result: no
configure:10785: checking for gethostbyname in -lnsl
configure:10816: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
configure:10819: $? = 0
configure:10822: test -s conftest
configure:10825: $? = 0
configure:10837: result: yes
configure:10912: checking for connect
configure:10962: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//cc6V9SCj.o: In function `main':
/net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect'
/net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect'
/net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| #line 10917 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char connect (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 connect ();
| /* 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_connect) || defined (__stub___connect)
| choke me
| #else
| char (*f) () = connect;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != connect;
|   ;
|   return 0;
| }
configure:10982: result: no
configure:10986: checking for connect in -lsocket
configure:11017: gcc -o conftest -g -O2   conftest.c -lsocket  -lnsl  >&5
configure:11020: $? = 0
configure:11023: test -s conftest
configure:11026: $? = 0
configure:11038: result: yes
configure:11047: checking for remove
configure:11097: gcc -o conftest -g -O2   conftest.c  >&5
configure:11100: $? = 0
configure:11103: test -s conftest
configure:11106: $? = 0
configure:11117: result: yes
configure:11182: checking for shmat
configure:11232: gcc -o conftest -g -O2   conftest.c  >&5
configure:11235: $? = 0
configure:11238: test -s conftest
configure:11241: $? = 0
configure:11252: result: yes
configure:11326: checking for IceConnectionNumber in -lICE
configure:11357: gcc -o conftest -g -O2   -L/usr/openwin/lib conftest.c -lICE -lsocket  -lnsl  >&5
configure:11360: $? = 0
configure:11363: test -s conftest
configure:11366: $? = 0
configure:11378: result: yes
configure:11489: checking for XShapeQueryExtension in -lXext
configure:11520: gcc -o conftest -g -O2   conftest.c -lXext  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl  >&5
configure:11523: $? = 0
configure:11526: test -s conftest
configure:11529: $? = 0
configure:11541: result: yes
configure:11564: checking for XpGetDocumentData in -lXp
configure:11595: gcc -o conftest -g -O2   conftest.c -lXp  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl -lXext  >&5
configure:11598: $? = 0
configure:11601: test -s conftest
configure:11604: $? = 0
configure:11616: result: yes
configure:11694: checking whether libXm requires libXmu
configure:11720: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c   -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
configure:11723: $? = 0
configure:11726: test -s conftest
configure:11729: $? = 0
configure:11731: result: no
configure:11746: checking for XmCreateForm in -lXm
configure:11777: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c -lXm    -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
configure:11780: $? = 0
configure:11783: test -s conftest
configure:11786: $? = 0
configure:11798: result: yes
configure:11814: checking for XpmReadFileToPixmap in -lXpm
configure:11845: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c -lXpm  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl -lXext -lXp   -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
configure:11848: $? = 0
configure:11851: test -s conftest
configure:11854: $? = 0
configure:11866: result: yes
configure:11878: checking for XpmGetErrorString in -lXpm
configure:11909: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c -lXpm  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl -lXext -lXp   -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
configure:11912: $? = 0
configure:11915: test -s conftest
configure:11918: $? = 0
configure:11930: result: yes
configure:11939: checking for XpmCreateXpmImageFromPixmap in -lXpm
configure:11970: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c -lXpm  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl -lXext -lXp   -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
configure:11973: $? = 0
configure:11976: test -s conftest
configure:11979: $? = 0
configure:11991: result: yes
configure:12008: checking for XmToolTipGetLabel in -lXm
configure:12039: gcc -o conftest -g -O2  -I/usr/openwin/include   conftest.c -lXm  -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXt -lX11 -lsocket  -lnsl -lXext -lXp   -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp >&5
/var/tmp//ccuY3oWU.o: In function `main':
/net/hc283/liston/space/packages/snd-7/configure:12109: undefined reference to `XmToolTipGetLabel'
collect2: ld returned 1 exit status
configure:12042: $? = 1
configure: failed program was:
| #line 12015 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 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 XmToolTipGetLabel ();
| int
| main ()
| {
| XmToolTipGetLabel ();
|   ;
|   return 0;
| }
configure:12060: result: no
configure:12069: checking whether sashes support relative panes
configure:12092: gcc -c -g -O2  -I/usr/openwin/include  conftest.c >&5
configure:12095: $? = 0
configure:12098: test -s conftest.o
configure:12101: $? = 0
configure:12108: result: yes
configure:12170: checking for XmPrint support
configure:12192: gcc -c -g -O2  -I/usr/openwin/include  conftest.c >&5
configure:12256:22: Xm/Print.h: No such file or directory
configure: In function `main':
configure:12260: `Widget' undeclared (first use in this function)
configure:12260: (Each undeclared identifier is reported only once
configure:12260: for each function it appears in.)
configure:12260: parse error before "w"
configure:12261: `XmPrintShellCallbackStruct' undeclared (first use in this function)
configure:12262: `w' undeclared (first use in this function)
configure:12262: `xmPrintShellWidgetClass' undeclared (first use in this function)
configure:12195: $? = 1
configure: failed program was:
| #line 12172 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| /* end confdefs.h.  */
| #include <Xm/Print.h>
| int
| main ()
| {
|  Widget w;
|                                  XmPrintShellCallbackStruct xmp;
| 			         XtIsSubclass(w, xmPrintShellWidgetClass)
| 
|   ;
|   return 0;
| }
configure:12215: result: no
configure:13202: checking for /usr/lib/snd/bin/guile-config
configure:13217: result: no
configure:13227: checking for Guile
configure:13238: result: 1.6.4
configure:13306: checking for scm_set_smob_apply in -lguile
configure:13337: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13340: $? = 0
configure:13343: test -s conftest
configure:13346: $? = 0
configure:13358: result: yes
configure:13367: checking for scm_remember_upto_here in -lguile
configure:13398: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13401: $? = 0
configure:13404: test -s conftest
configure:13407: $? = 0
configure:13419: result: yes
configure:13428: checking for scm_make_real in -lguile
configure:13459: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13462: $? = 0
configure:13465: test -s conftest
configure:13468: $? = 0
configure:13480: result: yes
configure:13489: checking for scm_object_to_string in -lguile
configure:13520: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13523: $? = 0
configure:13526: test -s conftest
configure:13529: $? = 0
configure:13541: result: yes
configure:13550: checking for scm_num2long_long in -lguile
configure:13581: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13584: $? = 0
configure:13587: test -s conftest
configure:13590: $? = 0
configure:13602: result: yes
configure:13611: checking for scm_num2int in -lguile
configure:13642: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13645: $? = 0
configure:13648: test -s conftest
configure:13651: $? = 0
configure:13663: result: yes
configure:13672: checking for scm_c_make_vector in -lguile
configure:13703: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13706: $? = 0
configure:13709: test -s conftest
configure:13712: $? = 0
configure:13724: result: yes
configure:13733: checking for scm_c_define in -lguile
configure:13764: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13767: $? = 0
configure:13770: test -s conftest
configure:13773: $? = 0
configure:13785: result: yes
configure:13794: checking for scm_c_define_gsubr in -lguile
configure:13825: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13828: $? = 0
configure:13831: test -s conftest
configure:13834: $? = 0
configure:13846: result: yes
configure:13855: checking for scm_c_eval_string in -lguile
configure:13886: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13889: $? = 0
configure:13892: test -s conftest
configure:13895: $? = 0
configure:13907: result: yes
configure:13916: checking for scm_list_n in -lguile
configure:13947: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:13950: $? = 0
configure:13953: test -s conftest
configure:13956: $? = 0
configure:13968: result: yes
configure:13977: checking for scm_str2symbol in -lguile
configure:14008: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:14011: $? = 0
configure:14014: test -s conftest
configure:14017: $? = 0
configure:14029: result: yes
configure:14038: checking for scm_defined_p in -lguile
configure:14069: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
/var/tmp//ccw4ItCA.o: In function `main':
/var/tmp//ccw4ItCA.o(.text+0x4): undefined reference to `scm_defined_p'
collect2: ld returned 1 exit status
configure:14072: $? = 1
configure: failed program was:
| #line 14045 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 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 scm_defined_p ();
| int
| main ()
| {
| scm_defined_p ();
|   ;
|   return 0;
| }
configure:14090: result: no
configure:14099: checking for scm_port_p in -lguile
configure:14130: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:14133: $? = 0
configure:14136: test -s conftest
configure:14139: $? = 0
configure:14151: result: yes
configure:14160: checking for scm_mem2string in -lguile
configure:14191: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:14194: $? = 0
configure:14197: test -s conftest
configure:14200: $? = 0
configure:14212: result: yes
configure:14221: checking for scm_continuation_p in -lguile
configure:14252: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
/var/tmp//ccqRkSSA.o: In function `main':
/var/tmp//ccqRkSSA.o(.text+0x4): undefined reference to `scm_continuation_p'
collect2: ld returned 1 exit status
configure:14255: $? = 1
configure: failed program was:
| #line 14228 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 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 scm_continuation_p ();
| int
| main ()
| {
| scm_continuation_p ();
|   ;
|   return 0;
| }
configure:14273: result: no
configure:14282: checking for scm_c_define_module in -lguile
configure:14313: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include   conftest.c -lguile  -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5
configure:14316: $? = 0
configure:14319: test -s conftest
configure:14322: $? = 0
configure:14334: result: yes
configure:14349: checking for scm_t_catch_body
configure:14375: gcc -c -I/net/ht102/liston/packages/SunOS/local/include  conftest.c >&5
configure:14378: $? = 0
configure:14381: test -s conftest.o
configure:14384: $? = 0
configure:14395: result: yes
configure:14404: checking for scm_t_guard
configure:14430: gcc -c -I/net/ht102/liston/packages/SunOS/local/include  conftest.c >&5
configure:14433: $? = 0
configure:14436: test -s conftest.o
configure:14439: $? = 0
configure:14450: result: yes
configure:15655: checking for audio system
configure:15657: result: Sun
configure:15674: checking stafs args
configure:15693: gcc -c -g -O2  conftest.c >&5
In file included from configure:15781:
/usr/include/sys/statfs.h:30: parse error before "ino_t"
/usr/include/sys/statfs.h:34: parse error before '}' token
configure: In function `main':
configure:15785: storage size of `buf' isn't known
configure:15696: $? = 1
configure: failed program was:
| #line 15676 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 1
| #define HAVE_SCM_C_DEFINE_MODULE 1
| #define HAVE_SCM_T_CATCH_BODY 1
| #define HAVE_DYNAMIC_WIND 1
| #define WITH_RUN 1
| #define SUN 1
| /* end confdefs.h.  */
| #include <sys/statfs.h>
| int
| main ()
| {
| struct statfs buf; statfs("test.snd",&buf,sizeof(buf),0)
|   ;
|   return 0;
| }
configure:15729: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:15821: storage size of `buf' isn't known
configure:15732: $? = 1
configure: failed program was:
| #line 15712 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 1
| #define HAVE_SCM_C_DEFINE_MODULE 1
| #define HAVE_SCM_T_CATCH_BODY 1
| #define HAVE_DYNAMIC_WIND 1
| #define WITH_RUN 1
| #define SUN 1
| /* end confdefs.h.  */
| #include <sys/vfs.h>
| int
| main ()
| {
| struct statfs buf; statfs("test.snd",&buf,sizeof(buf),0)
|   ;
|   return 0;
| }
configure:15769: gcc -c -g -O2  conftest.c >&5
configure:15772: $? = 0
configure:15775: test -s conftest.o
configure:15778: $? = 0
configure:15942: result: 4
configure:15956: checking for sigsetjmp
configure:15975: gcc -o conftest -g -O2   conftest.c -lm -ldl >&5
configure:15978: $? = 0
configure:15981: test -s conftest
configure:15984: $? = 0
configure:15999: result: yes
configure:16179: checking whether make sets $(MAKE)
configure:16199: result: yes
configure:16223: checking for msgfmt
configure:16251: result: /usr/local/public/bin/msgfmt
configure:16260: checking for gmsgfmt
configure:16291: result: /usr/local/public/bin/msgfmt
configure:16301: checking for xgettext
configure:16329: result: /usr/local/public/bin/xgettext
configure:16340: checking for msgmerge
configure:16367: result: /usr/local/public/bin/msgmerge
configure:16429: checking for ld used by GCC
configure:16492: result: /usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld
configure:16501: checking if the linker (/usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld) is GNU ld
GNU ld version 2.11.2 (with BFD 2.11.2)
configure:16513: result: yes
configure:16519: checking for shared library run path origin
configure:16532: result: done
configure:16949: checking whether NLS is requested
configure:16958: result: yes
configure:16975: checking for GNU gettext in libc
configure:17000: gcc -o conftest -g -O2   conftest.c -lm -ldl >&5
/var/tmp//ccUNFX7H.o: In function `main':
/net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_domain_bindings'
/net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_domain_bindings'
/net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_msg_cat_cntr'
/net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_msg_cat_cntr'
collect2: ld returned 1 exit status
configure:17003: $? = 1
configure: failed program was:
| #line 16980 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 1
| #define HAVE_SCM_C_DEFINE_MODULE 1
| #define HAVE_SCM_T_CATCH_BODY 1
| #define HAVE_DYNAMIC_WIND 1
| #define WITH_RUN 1
| #define SUN 1
| #define STATFS_ARGS 4
| #define TRAP_SEGFAULT 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:17020: result: no
configure:17054: checking for iconv
configure:17082: gcc -o conftest -g -O2   conftest.c -lm -ldl >&5
configure:17085: $? = 0
configure:17088: test -s conftest
configure:17091: $? = 0
configure:17146: result: yes
configure:17547: checking for GNU gettext in libintl
configure:17580: gcc -o conftest -g -O2    conftest.c -lm -ldl -lintl >&5
/var/tmp//ccSty5QL.o: In function `main':
/net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_msg_cat_cntr'
/net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_msg_cat_cntr'
/net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_expand_alias'
collect2: ld returned 1 exit status
configure:17583: $? = 1
configure: failed program was:
| #line 17556 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 1
| #define HAVE_SCM_C_DEFINE_MODULE 1
| #define HAVE_SCM_T_CATCH_BODY 1
| #define HAVE_DYNAMIC_WIND 1
| #define WITH_RUN 1
| #define SUN 1
| #define STATFS_ARGS 4
| #define TRAP_SEGFAULT 1
| #define HAVE_ICONV 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias ();
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|   ;
|   return 0;
| }
configure:17650: result: no
configure:17746: checking nl_types.h usability
configure:17759: gcc -c -g -O2  conftest.c >&5
configure:17762: $? = 0
configure:17765: test -s conftest.o
configure:17768: $? = 0
configure:17778: result: yes
configure:17782: checking nl_types.h presence
configure:17793: gcc -E  conftest.c
configure:17799: $? = 0
configure:17818: result: yes
configure:17854: checking for nl_types.h
configure:17861: result: yes
configure:17866: checking whether nl_types.h defines MALLOC
configure:17885: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:17980: `MALLOC' undeclared (first use in this function)
configure:17980: (Each undeclared identifier is reported only once
configure:17980: for each function it appears in.)
configure:17888: $? = 1
configure: failed program was:
| #line 17868 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "snd"
| #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
| #define PACKAGE_VERSION "7.0"
| #define PACKAGE_STRING "snd 7.0"
| #define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
| #define STDC_HEADERS 1
| #define PACKAGE "snd"
| #define VERSION "7.0"
| #define Float float
| #define HAVE_LIBM 1
| #define HAVE_LIBC 1
| #define HAVE_LIBDL 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_PWD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_ISNAN 1
| #define WORDS_BIGENDIAN 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_STRINGIZE 1
| #define HAVE_LANGINFO_RADIXCHAR 1
| #define SIZEOF_INT 4
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT_P 4
| #define SIZEOF_FLOAT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_OFF_T 8
| #define RETSIGTYPE void
| #define HAVE_STRFTIME 1
| #define HAVE_GETCWD 1
| #define HAVE_STRERROR 1
| #define HAVE_READLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ACCESS 1
| #define HAVE_OPENDIR 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGNAL 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_CLOCK 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_LSTAT 1
| #define HAVE_FILENO 1
| #define HAVE_STRCASECMP 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_X 1
| #define HAVE_XSHAPEQUERYEXTENSION 1
| #define USE_MOTIF 1
| #define HAVE_MOTIF 1
| #define HAVE_XPM 1
| #define HAVE_XPM_GET_ERROR_STRING 1
| #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
| #define HAVE_STATIC_XM 1
| #define WITH_RELATIVE_PANES 1
| #define HAVE_GUILE 1
| #define HAVE_EXTENSION_LANGUAGE 1
| #define HAVE_APPLICABLE_SMOB 1
| #define HAVE_SCM_REMEMBER_UPTO_HERE 1
| #define HAVE_SCM_MAKE_REAL 1
| #define HAVE_SCM_OBJECT_TO_STRING 1
| #define HAVE_SCM_NUM2LONG_LONG 1
| #define HAVE_SCM_NUM2INT 1
| #define HAVE_SCM_C_MAKE_VECTOR 1
| #define HAVE_SCM_C_DEFINE 1
| #define HAVE_SCM_C_DEFINE_GSUBR 1
| #define HAVE_SCM_C_EVAL_STRING 1
| #define HAVE_SCM_LIST_N 1
| #define HAVE_SCM_STR2SYMBOL 1
| #define HAVE_SCM_PORT_P 1
| #define HAVE_SCM_MEM2STRING 1
| #define HAVE_SCM_C_DEFINE_MODULE 1
| #define HAVE_SCM_T_CATCH_BODY 1
| #define HAVE_DYNAMIC_WIND 1
| #define WITH_RUN 1
| #define SUN 1
| #define STATFS_ARGS 4
| #define TRAP_SEGFAULT 1
| #define HAVE_ICONV 1
| /* end confdefs.h.  */
| #include <langinfo.h>
| int
| main ()
| {
| char i; i = MALLOC; return(0)
|   ;
|   return 0;
| }
configure:17907: result: no
configure:18016: creating ./config.status

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

This file was extended by snd config.status 7.0, which was
generated by GNU Autoconf 2.57.  Invocation command line was

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

on bigtooth

config.status:688: creating makefile
config.status:688: creating po/Makefile.in
config.status:792: creating config.h
config.status:1209: executing default-1 commands

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

ac_cv_build=sparc-sun-solaris2.7
ac_cv_build_alias=sparc-sun-solaris2.7
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_stringize=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_exeext=''
ac_cv_file__usr_lib_snd_bin_guile_config=no
ac_cv_func__doprnt=yes
ac_cv_func_access=yes
ac_cv_func_clock=yes
ac_cv_func_closedir_void=no
ac_cv_func_connect=no
ac_cv_func_fileno=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=no
ac_cv_func_lstat=yes
ac_cv_func_memmove=yes
ac_cv_func_opendir=yes
ac_cv_func_readlink=yes
ac_cv_func_remove=yes
ac_cv_func_setlocale=yes
ac_cv_func_shmat=yes
ac_cv_func_signal=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_statfs=yes
ac_cv_func_statvfs=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_hypot=yes
ac_cv_have_decl_isnan=yes
ac_cv_have_x=have_x='yes 		ac_x_includes=/usr/openwin/include ac_x_libraries=/usr/openwin/lib'
ac_cv_header__opt_oss_include_sys_soundcard_h=no
ac_cv_header__usr_lib_oss_include_sys_soundcard_h=no
ac_cv_header__usr_local_lib_oss_include_sys_soundcard_h=no
ac_cv_header__var_lib_oss_include_sys_soundcard_h=no
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_byteswap_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gnu_libc_version_h=no
ac_cv_header_gsl_gsl_version_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_ladspa_h=no
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_fpu_h=no
ac_cv_header_sys_mixer_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_sam9407_h=no
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=sparc-sun-solaris2.7
ac_cv_host_alias=sparc-sun-solaris2.7
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xext_XShapeQueryExtension=yes
ac_cv_lib_Xm_XmCreateForm=yes
ac_cv_lib_Xm_XmToolTipGetLabel=no
ac_cv_lib_Xp_XpGetDocumentData=yes
ac_cv_lib_Xpm_XpmCreateXpmImageFromPixmap=yes
ac_cv_lib_Xpm_XpmGetErrorString=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_c_main=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_guile_scm_c_define=yes
ac_cv_lib_guile_scm_c_define_gsubr=yes
ac_cv_lib_guile_scm_c_define_module=yes
ac_cv_lib_guile_scm_c_eval_string=yes
ac_cv_lib_guile_scm_c_make_vector=yes
ac_cv_lib_guile_scm_continuation_p=no
ac_cv_lib_guile_scm_defined_p=no
ac_cv_lib_guile_scm_list_n=yes
ac_cv_lib_guile_scm_make_real=yes
ac_cv_lib_guile_scm_mem2string=yes
ac_cv_lib_guile_scm_num2int=yes
ac_cv_lib_guile_scm_num2long_long=yes
ac_cv_lib_guile_scm_object_to_string=yes
ac_cv_lib_guile_scm_port_p=yes
ac_cv_lib_guile_scm_remember_upto_here=yes
ac_cv_lib_guile_scm_set_smob_apply=yes
ac_cv_lib_guile_scm_str2symbol=yes
ac_cv_lib_m_main=yes
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_socket_connect=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/local/public/bin/msgfmt
ac_cv_path_GSL_CONFIG=no
ac_cv_path_MSGFMT=/usr/local/public/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/public/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/local/public/bin/xgettext
ac_cv_path_install='/usr/local/public/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep=egrep
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_char=1
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_int_p=4
ac_cv_sizeof_long=4
ac_cv_sizeof_off_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_char=yes
ac_cv_type_float=yes
ac_cv_type_int=yes
ac_cv_type_int_p=yes
ac_cv_type_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_scm_t_catch_body=yes
ac_cv_type_scm_t_guard=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_void_p=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
acl_cv_wl=-Wl,
am_cv_func_iconv=yes
am_cv_langinfo_decimal_point=no
am_cv_langinfo_radixchar=yes
am_cv_lib_iconv=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no

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

AUDIO_LIB=''
A_LD='ld'
A_LD_FLAGS=''
CC='gcc'
CFLAGS='-I. -g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='egrep'
EXEEXT=''
FFTW_LIBS=''
GL_FILES=''
GL_FLAGS=''
GL_LIBS=''
GMSGFMT='/usr/local/public/bin/msgfmt'
GSL_CFLAGS=''
GSL_CONFIG='no'
GSL_LIBS=''
GTK_CFLAGS=''
GTK_LIBS=''
GUILE_CFLAGS='-I/net/ht102/liston/packages/SunOS/local/include'
GUILE_LIBS='-L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm'
GX_FILES='XM_O_FILES'
GX_HEADERS='SND_X_HEADERS'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTLLIBS=''
LDFLAGS=''
LDSO_FLAGS='-G'
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-lm -ldl'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKE_TARGET='snd'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/public/bin/msgfmt'
MSGMERGE='/usr/local/public/bin/msgmerge'
OBJEXT='o'
PACKAGE='snd'
PACKAGE_BUGREPORT='bil@ccrma.stanford.edu'
PACKAGE_NAME='snd'
PACKAGE_STRING='snd 7.0'
PACKAGE_TARNAME='ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz'
PACKAGE_VERSION='7.0'
PATH_SEPARATOR=':'
PKG_CONFIG=''
POSUB=''
SET_MAKE=''
SHELL='/bin/ksh'
SNDLIB_CONFIG=''
SNDLIB_FILES='SNDLIB_O_FILES'
SNDLIB_LIB=''
SO_INSTALL='install'
SO_LD='ld'
USE_NLS='no'
VERSION='7.0'
XFLAGS=' -I/usr/openwin/include'
XGETTEXT='/usr/local/public/bin/xgettext'
XLIBS=' -L/usr/openwin/lib -R/usr/openwin/lib  -lSM -lICE -lXm -lXt -lX11 -lsocket  -lnsl -lXext -lXp -lXpm'
XM_LIBS='-L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm'
X_CFLAGS=' -I/usr/openwin/include'
X_EXTRA_LIBS='-lsocket  -lnsl'
X_LIBS=' -L/usr/openwin/lib -R/usr/openwin/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.7'
build_alias=''
build_cpu='sparc'
build_os='solaris2.7'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc-sun-solaris2.7'
host_alias=''
host_cpu='sparc'
host_os='solaris2.7'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/net/ht102/liston/packages/SunOS/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define Float float
#define HAVE_ACCESS 1
#define HAVE_APPLICABLE_SMOB 1
#define HAVE_CLOCK 1
#define HAVE_DECL_HYPOT 1
#define HAVE_DECL_ISNAN 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DOPRNT 1
#define HAVE_DYNAMIC_WIND 1
#define HAVE_EXTENSION_LANGUAGE 1
#define HAVE_FCNTL_H 1
#define HAVE_FILENO 1
#define HAVE_GETCWD 1
#define HAVE_GUILE 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_RADIXCHAR 1
#define HAVE_LIBC 1
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MOTIF 1
#define HAVE_OPENDIR 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_SCM_C_DEFINE 1
#define HAVE_SCM_C_DEFINE_GSUBR 1
#define HAVE_SCM_C_DEFINE_MODULE 1
#define HAVE_SCM_C_EVAL_STRING 1
#define HAVE_SCM_C_MAKE_VECTOR 1
#define HAVE_SCM_LIST_N 1
#define HAVE_SCM_MAKE_REAL 1
#define HAVE_SCM_MEM2STRING 1
#define HAVE_SCM_NUM2INT 1
#define HAVE_SCM_NUM2LONG_LONG 1
#define HAVE_SCM_OBJECT_TO_STRING 1
#define HAVE_SCM_PORT_P 1
#define HAVE_SCM_REMEMBER_UPTO_HERE 1
#define HAVE_SCM_STR2SYMBOL 1
#define HAVE_SCM_T_CATCH_BODY 1
#define HAVE_SETJMP_H 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGNAL 1
#define HAVE_SLEEP 1
#define HAVE_SNPRINTF 1
#define HAVE_STATFS 1
#define HAVE_STATIC_XM 1
#define HAVE_STATVFS 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGIZE 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_X 1
#define HAVE_XPM 1
#define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1
#define HAVE_XPM_GET_ERROR_STRING 1
#define HAVE_XSHAPEQUERYEXTENSION 1
#define PACKAGE "snd"
#define PACKAGE_BUGREPORT "bil@ccrma.stanford.edu"
#define PACKAGE_NAME "snd"
#define PACKAGE_STRING "snd 7.0"
#define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz"
#define PACKAGE_VERSION "7.0"
#define RETSIGTYPE void
#define SIZEOF_CHAR 1
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_INT_P 4
#define SIZEOF_LONG 4
#define SIZEOF_OFF_T 8
#define SIZEOF_SHORT 2
#define SIZEOF_VOID_P 4
#define STATFS_ARGS 4
#define STDC_HEADERS 1
#define SUN 1
#define TIME_WITH_SYS_TIME 1
#define TRAP_SEGFAULT 1
#define USE_MOTIF 1
#define VERSION "7.0"
#define WITH_RELATIVE_PANES 1
#define WITH_RUN 1
#define WORDS_BIGENDIAN 1
#define _FILE_OFFSET_BITS 64

configure: exit 0