Re: [ecasound] Compile Error on OSX

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Compile Error on OSX
From: Julian Peterson (julianpeterson_AT_mac.com)
Date: Wed Jul 28 2004 - 20:21:45 EEST


 Jan--

I've included the config.log file.... you're right- it is finding m(un)lockall on my system. However, I've read in the apple developer docs that this isn't supported on OSX. (it's a bit odd that it's even on the system.. my guess is my package manager, fink, included it in it's distribution) How can I manually override this?

Thanks for your help and your time; I'm not a programmer and I'm learning Unix as I go...

-JP

-- starts in the line "configure:14236: checking for mlockall", about 2/3 of the way through

---------------------------------

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

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

  $ ./configure --prefix=/sw --disable-alsa --disable-arts --disable-oss --disable-osstrigger --with-largefile --with-jack=/Library/Frameworks/Jack.framework/Versions/A/Headers

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

hostname = ---------------
uname -m = Power Macintosh
uname -r = 7.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC

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

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = Mach kernel version:
         Darwin Kernel Version 7.4.0:
Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC

Kernel configured for a single processor only.
1 processor is physically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 768.00 megabytes.
Default processor set: 53 tasks, 137 threads, 1 processors
Load average: 1.32, Mach factor: 0.38
unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /sw/bin
PATH: /sw/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/X11R6/bin

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

configure:1521: checking for a BSD-compatible install
configure:1575: result: /usr/bin/install -c
configure:1586: checking whether build environment is sane
configure:1629: result: yes
configure:1662: checking for gawk
configure:1691: result: no
configure:1662: checking for mawk
configure:1691: result: no
configure:1662: checking for nawk
configure:1691: result: no
configure:1662: checking for awk
configure:1678: found /usr/bin/awk
configure:1688: result: awk
configure:1698: checking whether make sets $(MAKE)
configure:1718: result: yes
configure:1953: checking for gcc
configure:1969: found /usr/bin/gcc
configure:1979: result: gcc
configure:2223: checking for C compiler version
configure:2226: gcc --version </dev/null >&5
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
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:2229: $? = 0
configure:2231: gcc -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
configure:2234: $? = 0
configure:2236: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2239: $? = 1
configure:2263: checking for C compiler default output
configure:2266: gcc conftest.c >&5
configure:2269: $? = 0
configure:2315: result: a.out
configure:2320: checking whether the C compiler works
configure:2326: ./a.out
configure:2329: $? = 0
configure:2346: result: yes
configure:2353: checking whether we are cross compiling
configure:2355: result: no
configure:2358: checking for suffix of executables
configure:2360: gcc -o conftest conftest.c >&5
configure:2363: $? = 0
configure:2388: result:
configure:2394: checking for suffix of object files
configure:2416: gcc -c conftest.c >&5
configure:2419: $? = 0
configure:2441: result: o
configure:2445: checking whether we are using the GNU C compiler
configure:2470: gcc -c conftest.c >&5
configure:2473: $? = 0
configure:2476: test -s conftest.o
configure:2479: $? = 0
configure:2492: result: yes
configure:2498: checking whether gcc accepts -g
configure:2520: gcc -c -g conftest.c >&5
configure:2523: $? = 0
configure:2526: test -s conftest.o
configure:2529: $? = 0
configure:2540: result: yes
configure:2557: checking for gcc option to accept ANSI C
configure:2618: gcc -c -g -O2 conftest.c >&5
configure:2621: $? = 0
configure:2624: test -s conftest.o
configure:2627: $? = 0
configure:2645: result: none needed
configure:2663: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2666: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2794: checking for style of include used by make
configure:2822: result: GNU
configure:2850: checking dependency style of gcc
configure:2912: result: gcc3
configure:2969: checking for g++
configure:2985: found /usr/bin/g++
configure:2995: result: g++
configure:3011: checking for C++ compiler version
configure:3014: g++ --version </dev/null >&5
g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
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:3017: $? = 0
configure:3019: g++ -v </dev/null >&5
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
configure:3022: $? = 0
configure:3024: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3027: $? = 1
configure:3030: checking whether we are using the GNU C++ compiler
configure:3055: g++ -c conftest.cc >&5
configure:3058: $? = 0
configure:3061: test -s conftest.o
configure:3064: $? = 0
configure:3077: result: yes
configure:3083: checking whether g++ accepts -g
configure:3105: g++ -c -g conftest.cc >&5
configure:3108: $? = 0
configure:3111: test -s conftest.o
configure:3114: $? = 0
configure:3125: result: yes
configure:3169: g++ -c -g -O2 conftest.cc >&5
configure:3172: $? = 0
configure:3175: test -s conftest.o
configure:3178: $? = 0
configure:3205: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:3207: error: `exit' undeclared (first use this function)
configure:3207: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
configure:3208: $? = 1
configure: failed program was:
| #line 3188 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3169: g++ -c -g -O2 conftest.cc >&5
configure:3172: $? = 0
configure:3175: test -s conftest.o
configure:3178: $? = 0
configure:3205: g++ -c -g -O2 conftest.cc >&5
configure:3208: $? = 0
configure:3211: test -s conftest.o
configure:3214: $? = 0
configure:3239: checking dependency style of g++
configure:3301: result: gcc3
configure:3311: checking how to run the C preprocessor
configure:3347: gcc -E conftest.c
configure:3353: $? = 0
configure:3385: gcc -E conftest.c
configure:3394:28: ac_nonexistent.h: No such file or directory
configure:3391: $? = 1
configure: failed program was:
| #line 3376 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3429: result: gcc -E
configure:3454: gcc -E conftest.c
configure:3460: $? = 0
configure:3492: gcc -E conftest.c
configure:3501:28: ac_nonexistent.h: No such file or directory
configure:3498: $? = 1
configure: failed program was:
| #line 3483 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3552: checking build system type
configure:3570: result: powerpc-apple-darwin7.4.0
configure:3578: checking host system type
configure:3592: result: powerpc-apple-darwin7.4.0
configure:3659: checking for library containing pthread_create
configure:3690: gcc -o conftest -g -O2 conftest.c >&5
configure:3693: $? = 0
configure:3696: test -s conftest
configure:3699: $? = 0
configure:3758: result: none required
configure:3782: checking whether to enable debugging
configure:3893: checking whether to check design-by-contract assertions
configure:3922: result: yes
configure:3934: checking whether to enable effects
configure:3963: result: yes
configure:3988: checking for largefile support (>2GB files)
configure:4005: result: yes.
configure:4024: checking how to run the C++ preprocessor
configure:4056: g++ -E conftest.cc
configure:4062: $? = 0
configure:4094: g++ -E conftest.cc
configure:4104:28: ac_nonexistent.h: No such file or directory
configure:4100: $? = 1
configure: failed program was:
| #line 4085 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4138: result: g++ -E
configure:4163: g++ -E conftest.cc
configure:4169: $? = 0
configure:4201: g++ -E conftest.cc
configure:4211:28: ac_nonexistent.h: No such file or directory
configure:4207: $? = 1
configure: failed program was:
| #line 4192 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4250: checking for egrep
configure:4260: result: grep -E
configure:4265: checking for ANSI C header files
configure:4291: g++ -c -g -O2 conftest.cc >&5
configure:4294: $? = 0
configure:4297: test -s conftest.o
configure:4300: $? = 0
configure:4389: g++ -o conftest -g -O2 conftest.cc >&5
configure:4392: $? = 0
configure:4394: ./conftest
configure:4397: $? = 0
configure:4412: result: yes
configure:4436: checking for sys/types.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for sys/stat.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for stdlib.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for string.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for memory.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for strings.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for inttypes.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for stdint.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4436: checking for unistd.h
configure:4453: g++ -c -g -O2 conftest.cc >&5
configure:4456: $? = 0
configure:4459: test -s conftest.o
configure:4462: $? = 0
configure:4473: result: yes
configure:4495: checking sys/soundcard.h usability
configure:4508: g++ -c -g -O2 conftest.cc >&5
configure:4560:27: sys/soundcard.h: No such file or directory
configure:4511: $? = 1
configure: failed program was:
| #line 4497 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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:4527: result: no
configure:4531: checking sys/soundcard.h presence
configure:4542: g++ -E conftest.cc
configure:4562:27: sys/soundcard.h: No such file or directory
configure:4548: $? = 1
configure: failed program was:
| #line 4533 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/soundcard.h>
configure:4567: result: no
configure:4603: checking for sys/soundcard.h
configure:4610: result: no
configure:4633: result: no
configure:4675: result: no
configure:4698: checking for artsc-config
configure:4729: result: none
configure:4817: result: no
configure:4860: checking samplerate.h usability
configure:4873: g++ -c -g -O2 conftest.cc >&5
configure:4925:24: samplerate.h: No such file or directory
configure:4876: $? = 1
configure: failed program was:
| #line 4862 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* 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 <samplerate.h>
configure:4892: result: no
configure:4896: checking samplerate.h presence
configure:4907: g++ -E conftest.cc
configure:4927:24: samplerate.h: No such file or directory
configure:4913: $? = 1
configure: failed program was:
| #line 4898 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <samplerate.h>
configure:4932: result: no
configure:4968: checking for samplerate.h
configure:4975: result: no
configure:5077: checking for python
configure:5095: found /sw/bin/python
configure:5108: result: /sw/bin/python
configure:5124: checking for Python include files
configure:5160: result: /sw/include/python2.3
configure:5165: checking for Python libraries
configure:5207: result: /usr/local/lib /usr/lib /sw/lib/python2.3
configure:5314: checking for ruby
configure:5332: found /usr/bin/ruby
configure:5345: result: /usr/bin/ruby
configure:5378: checking if C++ compiler supports namespaces
configure:5417: g++ -o conftest -fno-exceptions -g -O2 conftest.cc >&5
configure:5420: $? = 0
configure:5422: ./conftest
configure:5425: $? = 0
configure:5428: result: yes.
configure:5549: checking for ld used by GCC
configure:5612: result: /usr/bin/ld
configure:5621: checking if the linker (/usr/bin/ld) is GNU ld
configure:5633: result: no
configure:5638: checking for /usr/bin/ld option to reload object files
configure:5645: result: -r
configure:5650: checking for BSD-compatible nm
configure:5686: result: /usr/bin/nm -p
configure:5689: checking for a sed that does not truncate output
configure:5771: result: /usr/bin/sed
configure:5774: checking whether ln -s works
configure:5778: result: yes
configure:5785: checking how to recognise dependent libraries
configure:5966: result: file_magic Mach-O dynamically linked shared library
configure:5978: checking command to parse /usr/bin/nm -p output
configure:6062: gcc -c -g -O2 conftest.c >&5
configure:6065: $? = 0
configure:6069: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6072: $? = 0
cannot find nm_test_var in conftest.nm
configure:6062: gcc -c -g -O2 conftest.c >&5
configure:6065: $? = 0
configure:6069: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:6072: $? = 0
configure:6124: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6127: $? = 0
configure:6171: result: ok
configure:6190: checking dlfcn.h usability
configure:6203: gcc -c -g -O2 conftest.c >&5
configure:6206: $? = 0
configure:6209: test -s conftest.o
configure:6212: $? = 0
configure:6222: result: yes
configure:6226: checking dlfcn.h presence
configure:6237: gcc -E conftest.c
configure:6243: $? = 0
configure:6262: result: yes
configure:6298: checking for dlfcn.h
configure:6305: result: yes
configure:6503: checking for ranlib
configure:6519: found /usr/bin/ranlib
configure:6530: result: ranlib
configure:6583: checking for strip
configure:6599: found /usr/bin/strip
configure:6610: result: strip
configure:6820: checking for objdir
configure:6831: result: .libs
configure:6848: checking for gcc option to produce PIC
configure:6994: result: -fno-common
configure:6998: checking if gcc PIC flag -fno-common works
configure:7022: gcc -c -g -O2 -fno-common -DPIC conftest.c >&5
configure:7025: $? = 0
configure:7028: test -s conftest.o
configure:7031: $? = 0
configure:7069: result: yes
configure:7085: checking if gcc static flag -static works
configure:7110: gcc -o conftest -g -O2 -static conftest.c >&5
ld: can't locate file for: -lcrt0.o
configure:7113: $? = 1
configure: failed program was:
| #line 7093 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:7135: result: no
configure:7147: checking if gcc supports -c -o file.o
configure:7170: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7191: result: yes
configure:7196: checking if gcc supports -c -o file.lo
configure:7224: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:7227: $? = 0
configure:7230: test -s conftest.lo
configure:7233: $? = 0
configure:7255: result: yes
configure:7286: checking if gcc supports -fno-rtti -fno-exceptions
configure:7309: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
configure:7312: $? = 0
configure:7315: test -s conftest.o
configure:7318: $? = 0
configure:7335: result: yes
configure:7346: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:8041: result: yes
configure:8046: checking how to hardcode library paths into programs
configure:8070: result: unsupported
configure:8075: checking whether stripping libraries is possible
configure:8083: result: no
configure:8091: checking dynamic linker characteristics
configure:8522: result: darwin7.4.0 dyld
configure:8527: checking if libtool supports shared libraries
configure:8529: result: yes
configure:8532: checking whether to build shared libraries
configure:8553: result: no
configure:8556: checking whether to build static libraries
configure:8560: result: yes
configure:9867: checking for library containing inet_ntoa
configure:9898: gcc -o conftest -g -O2 conftest.c >&5
configure:9901: $? = 0
configure:9904: test -s conftest
configure:9907: $? = 0
configure:9966: result: none required
configure:9973: checking for library containing nanosleep
configure:10004: gcc -o conftest -g -O2 conftest.c >&5
configure:10007: $? = 0
configure:10010: test -s conftest
configure:10013: $? = 0
configure:10072: result: none required
configure:10079: checking for library containing sched_setscheduler
configure:10110: gcc -o conftest -g -O2 conftest.c >&5
ld: Undefined symbols:
_sched_setscheduler
configure:10113: $? = 1
configure: failed program was:
| #line 10086 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 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 sched_setscheduler ();
| int
| main ()
| {
| sched_setscheduler ();
| ;
| return 0;
| }
configure:10155: gcc -o conftest -g -O2 conftest.c -lrt >&5
ld: can't locate file for: -lrt
configure:10158: $? = 1
configure: failed program was:
| #line 10131 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 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 sched_setscheduler ();
| int
| main ()
| {
| sched_setscheduler ();
| ;
| return 0;
| }
configure:10155: gcc -o conftest -g -O2 conftest.c -lposix4 >&5
ld: can't locate file for: -lposix4
configure:10158: $? = 1
configure: failed program was:
| #line 10131 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 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 sched_setscheduler ();
| int
| main ()
| {
| sched_setscheduler ();
| ;
| return 0;
| }
configure:10178: result: no
configure:10185: checking for library containing socket
configure:10216: gcc -o conftest -g -O2 conftest.c >&5
configure:10219: $? = 0
configure:10222: test -s conftest
configure:10225: $? = 0
configure:10284: result: none required
configure:10291: checking for library containing sin
configure:10322: gcc -o conftest -g -O2 conftest.c >&5
configure:10336: warning: conflicting types for built-in function `sin'
configure:10325: $? = 0
configure:10328: test -s conftest
configure:10331: $? = 0
configure:10390: result: none required
configure:10401: checking for library containing dlopen
configure:10432: gcc -o conftest -g -O2 conftest.c >&5
configure:10435: $? = 0
configure:10438: test -s conftest
configure:10441: $? = 0
configure:10500: result: none required
configure:10527: checking for main in -lncurses
configure:10552: gcc -o conftest -g -O2 conftest.c -lncurses >&5
configure:10555: $? = 0
configure:10558: test -s conftest
configure:10561: $? = 0
configure:10573: result: yes
configure:10833: checking ncurses/ncurses.h usability
configure:10846: gcc -c -g -O2 conftest.c >&5
configure:10900:29: ncurses/ncurses.h: No such file or directory
configure:10849: $? = 1
configure: failed program was:
| #line 10835 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_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 <ncurses/ncurses.h>
configure:10865: result: no
configure:10869: checking ncurses/ncurses.h presence
configure:10880: gcc -E conftest.c
configure:10902:29: ncurses/ncurses.h: No such file or directory
configure:10886: $? = 1
configure: failed program was:
| #line 10871 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ncurses/ncurses.h>
configure:10905: result: no
configure:10941: checking for ncurses/ncurses.h
configure:10948: result: no
configure:10969: checking ncurses.h usability
configure:10982: gcc -c -g -O2 conftest.c >&5
configure:10985: $? = 0
configure:10988: test -s conftest.o
configure:10991: $? = 0
configure:11001: result: yes
configure:11005: checking ncurses.h presence
configure:11016: gcc -E conftest.c
configure:11022: $? = 0
configure:11041: result: yes
configure:11077: checking for ncurses.h
configure:11084: result: yes
configure:11114: checking for main in -laudiofile
configure:11139: g++ -o conftest -g -O2 conftest.cc -laudiofile >&5
configure:11142: $? = 0
configure:11145: test -s conftest
configure:11148: $? = 0
configure:11160: result: yes
configure:11214: checking for main in -lsndfile
configure:11239: g++ -o conftest -g -O2 conftest.cc -lsndfile >&5
configure:11242: $? = 0
configure:11245: test -s conftest
configure:11248: $? = 0
configure:11260: result: yes
configure:11323: gcc -o conftest -g -O2 conftest.c >&5
configure:11326: $? = 0
configure:11329: test -s conftest
configure:11332: $? = 0
configure:11388: result: no
configure:11548: checking jack/jack.h usability
configure:11561: g++ -c -g -O2 conftest.cc >&5
configure:11564: $? = 0
configure:11567: test -s conftest.o
configure:11570: $? = 0
configure:11580: result: yes
configure:11584: checking jack/jack.h presence
configure:11595: g++ -E conftest.cc
configure:11601: $? = 0
configure:11620: result: yes
configure:11656: checking for jack/jack.h
configure:11663: result: yes
configure:11747: gcc -o conftest -g -O2 -I/Library/Frameworks/Jack.framework/Versions/A/Headers/include -L/Library/Frameworks/Jack.framework/Versions/A/Headers/lib -ljack -lrt conftest.c >&5
ld: warning -L: directory name (/Library/Frameworks/Jack.framework/Versions/A/Headers/lib) does not exist
ld: can't locate file for: -ljack
configure:11750: $? = 1
configure: failed program was:
| #line 11721 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| /* end confdefs.h. */
| #include <jack/transport.h>
| int
| main ()
| {
|
| jack_position_t t;
| int *a = (void*)&jack_transport_query;
| int *b = (void*)&jack_transport_start;
| int *c = (void*)&jack_transport_stop;
| int *d = (void*)&jack_transport_locate;
| t.frame = 0;
| t.valid = 0;
| return 0;
|
| ;
| return 0;
| }
configure:11789: gcc -o conftest -g -O2 -I/Library/Frameworks/Jack.framework/Versions/A/Headers/include -L/Library/Frameworks/Jack.framework/Versions/A/Headers/lib -ljack -lrt conftest.c >&5
configure: In function `main':
configure:11809: error: structure has no member named `state'
configure:11792: $? = 1
configure: failed program was:
| #line 11768 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| /* end confdefs.h. */
| #include <jack/transport.h>
| int
| main ()
| {
|
| jack_transport_info_t t;
| t.state = 0;
| return 0;
|
| ;
| return 0;
| }
configure:11827: checking for main in -lkvutils
configure:11852: gcc -o conftest -g -O2 conftest.c -lkvutils >&5
ld: can't locate file for: -lkvutils
configure:11855: $? = 1
configure: failed program was:
| #line 11834 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:11873: result: no
configure:11894: checking whether to build with system readline
configure:11922: result: no
configure:12628: checking whether time.h and sys/time.h may both be included
configure:12654: gcc -c -g -O2 conftest.c >&5
configure:12657: $? = 0
configure:12660: test -s conftest.o
configure:12663: $? = 0
configure:12674: result: yes
configure:12697: checking for dlfcn.h
configure:12702: result: yes
configure:12706: checking errno.h usability
configure:12719: gcc -c -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12725: test -s conftest.o
configure:12728: $? = 0
configure:12738: result: yes
configure:12742: checking errno.h presence
configure:12753: gcc -E conftest.c
configure:12759: $? = 0
configure:12778: result: yes
configure:12814: checking for errno.h
configure:12821: result: yes
configure:12706: checking fcntl.h usability
configure:12719: gcc -c -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12725: test -s conftest.o
configure:12728: $? = 0
configure:12738: result: yes
configure:12742: checking fcntl.h presence
configure:12753: gcc -E conftest.c
configure:12759: $? = 0
configure:12778: result: yes
configure:12814: checking for fcntl.h
configure:12821: result: yes
configure:12706: checking signal.h usability
configure:12719: gcc -c -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12725: test -s conftest.o
configure:12728: $? = 0
configure:12738: result: yes
configure:12742: checking signal.h presence
configure:12753: gcc -E conftest.c
configure:12759: $? = 0
configure:12778: result: yes
configure:12814: checking for signal.h
configure:12821: result: yes
configure:12697: checking for unistd.h
configure:12702: result: yes
configure:12697: checking for sys/stat.h
configure:12702: result: yes
configure:12706: checking sys/time.h usability
configure:12719: gcc -c -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12725: test -s conftest.o
configure:12728: $? = 0
configure:12738: result: yes
configure:12742: checking sys/time.h presence
configure:12753: gcc -E conftest.c
configure:12759: $? = 0
configure:12778: result: yes
configure:12814: checking for sys/time.h
configure:12821: result: yes
configure:12697: checking for sys/types.h
configure:12702: result: yes
configure:12706: checking sys/wait.h usability
configure:12719: gcc -c -g -O2 conftest.c >&5
configure:12722: $? = 0
configure:12725: test -s conftest.o
configure:12728: $? = 0
configure:12738: result: yes
configure:12742: checking sys/wait.h presence
configure:12753: gcc -E conftest.c
configure:12759: $? = 0
configure:12778: result: yes
configure:12814: checking for sys/wait.h
configure:12821: result: yes
configure:12848: checking for inttypes.h
configure:12853: result: yes
configure:12857: checking locale.h usability
configure:12870: gcc -c -g -O2 conftest.c >&5
configure:12873: $? = 0
configure:12876: test -s conftest.o
configure:12879: $? = 0
configure:12889: result: yes
configure:12893: checking locale.h presence
configure:12904: gcc -E conftest.c
configure:12910: $? = 0
configure:12929: result: yes
configure:12965: checking for locale.h
configure:12972: result: yes
configure:12857: checking ladspa.h usability
configure:12870: gcc -c -g -O2 conftest.c >&5
configure:12941:20: ladspa.h: No such file or directory
configure:12873: $? = 1
configure: failed program was:
| #line 12859 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_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 <ladspa.h>
configure:12889: result: no
configure:12893: checking ladspa.h presence
configure:12904: gcc -E conftest.c
configure:12943:20: ladspa.h: No such file or directory
configure:12910: $? = 1
configure: failed program was:
| #line 12895 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <ladspa.h>
configure:12929: result: no
configure:12965: checking for ladspa.h
configure:12972: result: no
configure:12857: checking sched.h usability
configure:12870: gcc -c -g -O2 conftest.c >&5
configure:12873: $? = 0
configure:12876: test -s conftest.o
configure:12879: $? = 0
configure:12889: result: yes
configure:12893: checking sched.h presence
configure:12904: gcc -E conftest.c
configure:12910: $? = 0
configure:12929: result: yes
configure:12965: checking for sched.h
configure:12972: result: yes
configure:12848: checking for stdint.h
configure:12853: result: yes
configure:12857: checking sys/mman.h usability
configure:12870: gcc -c -g -O2 conftest.c >&5
configure:12873: $? = 0
configure:12876: test -s conftest.o
configure:12879: $? = 0
configure:12889: result: yes
configure:12893: checking sys/mman.h presence
configure:12904: gcc -E conftest.c
configure:12910: $? = 0
configure:12929: result: yes
configure:12965: checking for sys/mman.h
configure:12972: result: yes
configure:12987: checking for ANSI C header files
configure:13134: result: yes
configure:13160: checking map usability
configure:13173: g++ -c -g -O2 conftest.cc >&5
configure:13176: $? = 0
configure:13179: test -s conftest.o
configure:13182: $? = 0
configure:13192: result: yes
configure:13196: checking map presence
configure:13207: g++ -E conftest.cc
configure:13213: $? = 0
configure:13232: result: yes
configure:13268: checking for map
configure:13275: result: yes
configure:13304: checking whether byte ordering is bigendian
configure:13332: gcc -c -g -O2 conftest.c >&5
configure:13335: $? = 0
configure:13338: test -s conftest.o
configure:13341: $? = 0
configure:13366: gcc -c -g -O2 conftest.c >&5
configure:13369: $? = 0
configure:13372: test -s conftest.o
configure:13375: $? = 0
configure:13489: result: yes
configure:13508: checking for size_t
configure:13533: gcc -c -g -O2 conftest.c >&5
configure:13536: $? = 0
configure:13539: test -s conftest.o
configure:13542: $? = 0
configure:13553: result: yes
configure:13583: checking for stdlib.h
configure:13588: result: yes
configure:13583: checking for unistd.h
configure:13588: result: yes
configure:13724: checking for getpagesize
configure:13774: g++ -o conftest -g -O2 conftest.cc >&5
configure:13777: $? = 0
configure:13780: test -s conftest
configure:13783: $? = 0
configure:13794: result: yes
configure:13804: checking for working mmap
configure:13947: g++ -o conftest -g -O2 conftest.cc >&5
configure:13950: $? = 0
configure:13952: ./conftest
configure:13955: $? = 0
configure:13969: result: yes
configure:13984: checking for atexit
configure:14034: g++ -o conftest -g -O2 conftest.cc >&5
configure:14062: error: declaration of C function `char atexit()' conflicts
   with
/usr/include/stdlib.h:127: error: previous declaration `int atexit(void (*)())'
   here
configure:14037: $? = 1
configure: failed program was:
| #line 13989 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define STDC_HEADERS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atexit (); 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 atexit ();
| /* 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_atexit) || defined (__stub___atexit)
| choke me
| #else
| char (*f) () = atexit;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != atexit;
| ;
| return 0;
| }
configure:14054: result: no
configure:14068: checking for atoll
configure:14118: g++ -o conftest -g -O2 conftest.cc >&5
configure:14146: error: declaration of C function `char atoll()' conflicts with
/usr/include/stdlib.h:235: error: previous declaration `long long int
   atoll(const char*)' here
configure:14121: $? = 1
configure: failed program was:
| #line 14073 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define STDC_HEADERS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atoll (); 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 atoll ();
| /* 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_atoll) || defined (__stub___atoll)
| choke me
| #else
| char (*f) () = atoll;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != atoll;
| ;
| return 0;
| }
configure:14138: result: no
configure:14152: checking for gettimeofday
configure:14202: g++ -o conftest -g -O2 conftest.cc >&5
configure:14205: $? = 0
configure:14208: test -s conftest
configure:14211: $? = 0
configure:14222: result: yes
configure:14236: checking for mlockall <--- THERE IT IS!
configure:14286: g++ -o conftest -g -O2 conftest.cc >&5
configure:14289: $? = 0
configure:14292: test -s conftest
configure:14295: $? = 0
configure:14306: result: yes <--- PRESENT BUT UNUSABLE!
configure:14320: checking for munlockall
configure:14370: g++ -o conftest -g -O2 conftest.cc >&5
configure:14373: $? = 0
configure:14376: test -s conftest
configure:14379: $? = 0
configure:14390: result: yes
configure:14404: checking for nanosleep
configure:14454: g++ -o conftest -g -O2 conftest.cc >&5
configure:14457: $? = 0
configure:14460: test -s conftest
configure:14463: $? = 0
configure:14474: result: yes
configure:14488: checking for pause
configure:14538: g++ -o conftest -g -O2 conftest.cc >&5
configure:14541: $? = 0
configure:14544: test -s conftest
configure:14547: $? = 0
configure:14558: result: yes
configure:14572: checking for usleep
configure:14622: g++ -o conftest -g -O2 conftest.cc >&5
configure:14625: $? = 0
configure:14628: test -s conftest
configure:14631: $? = 0
configure:14642: result: yes
configure:14656: checking for sched_get_priority_max
configure:14706: g++ -o conftest -g -O2 conftest.cc >&5
configure:14709: $? = 0
configure:14712: test -s conftest
configure:14715: $? = 0
configure:14726: result: yes
configure:14740: checking for sched_getparam
configure:14790: g++ -o conftest -g -O2 conftest.cc >&5
ld: Undefined symbols:
_sched_getparam
configure:14793: $? = 1
configure: failed program was:
| #line 14745 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define STDC_HEADERS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MLOCKALL 1
| #define HAVE_MUNLOCKALL 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PAUSE 1
| #define HAVE_USLEEP 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_getparam (); 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 sched_getparam ();
| /* 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_sched_getparam) || defined (__stub___sched_getparam)
| choke me
| #else
| char (*f) () = sched_getparam;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sched_getparam;
| ;
| return 0;
| }
configure:14810: result: no
configure:14824: checking for sched_getscheduler
configure:14874: g++ -o conftest -g -O2 conftest.cc >&5
ld: Undefined symbols:
_sched_getscheduler
configure:14877: $? = 1
configure: failed program was:
| #line 14829 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define STDC_HEADERS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MLOCKALL 1
| #define HAVE_MUNLOCKALL 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PAUSE 1
| #define HAVE_USLEEP 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_getscheduler (); 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 sched_getscheduler ();
| /* 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_sched_getscheduler) || defined (__stub___sched_getscheduler)
| choke me
| #else
| char (*f) () = sched_getscheduler;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sched_getscheduler;
| ;
| return 0;
| }
configure:14894: result: no
configure:14908: checking for sched_setscheduler
configure:14958: g++ -o conftest -g -O2 conftest.cc >&5
ld: Undefined symbols:
_sched_setscheduler
configure:14961: $? = 1
configure: failed program was:
| #line 14913 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ecasound"
| #define VERSION "2.3.3"
| #define LIBECASOUND_VERSION 12
| #define LIBECASOUND_VERSION_AGE 3
| #define LIBECASOUNDC_VERSION 1
| #define LIBKVUTILS_VERSION 6
| #define LIBKVUTILS_VERSION_AGE 2
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define ECA_PREFIX "/sw"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define ECA_USE_CXX_STD_NAMESPACE 1
| #define HAVE_DLFCN_H 1
| #define ECA_USE_NCURSES_H 1
| #define ECA_COMPILE_AUDIOFILE 1
| #define ECA_COMPILE_SNDFILE 1
| #define ECA_COMPILE_JACK 1
| #define ECA_JACK_TRANSPORT_API 2
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define STDC_HEADERS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MLOCKALL 1
| #define HAVE_MUNLOCKALL 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_PAUSE 1
| #define HAVE_USLEEP 1
| #define HAVE_SCHED_GET_PRIORITY_MAX 1
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_setscheduler (); 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 sched_setscheduler ();
| /* 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_sched_setscheduler) || defined (__stub___sched_setscheduler)
| choke me
| #else
| char (*f) () = sched_setscheduler;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sched_setscheduler;
| ;
| return 0;
| }
configure:14978: result: no
configure:14992: checking for setlocale
configure:15042: g++ -o conftest -g -O2 conftest.cc >&5
configure:15045: $? = 0
configure:15048: test -s conftest
configure:15051: $? = 0
configure:15062: result: yes
configure:15076: checking for pthread_self
configure:15126: g++ -o conftest -g -O2 conftest.cc >&5
configure:15129: $? = 0
configure:15132: test -s conftest
configure:15135: $? = 0
configure:15146: result: yes
configure:15160: checking for pthread_getschedparam
configure:15210: g++ -o conftest -g -O2 conftest.cc >&5
configure:15213: $? = 0
configure:15216: test -s conftest
configure:15219: $? = 0
configure:15230: result: yes
configure:15244: checking for pthread_setschedparam
configure:15294: g++ -o conftest -g -O2 conftest.cc >&5
configure:15297: $? = 0
configure:15300: test -s conftest
configure:15303: $? = 0
configure:15314: result: yes
configure:15328: checking for sigprocmask
configure:15378: g++ -o conftest -g -O2 conftest.cc >&5
configure:15381: $? = 0
configure:15384: test -s conftest
configure:15387: $? = 0
configure:15398: result: yes
configure:15412: checking for sigwait
configure:15462: g++ -o conftest -g -O2 conftest.cc >&5
configure:15465: $? = 0
configure:15468: test -s conftest
configure:15471: $? = 0
configure:15482: result: yes
configure:15774: creating ./config.status

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

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

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

on ip68-107-53-42.sd.sd.cox.net

config.status:743: creating Makefile
config.status:743: creating ecasound.spec
config.status:743: creating ecasoundrc
config.status:743: creating libecasound/Makefile
config.status:743: creating libecasound/libecasound-config
config.status:743: creating libecasound/plugins/Makefile
config.status:743: creating libecasoundc/Makefile
config.status:743: creating libecasoundc/libecasoundc-config
config.status:743: creating pyecasound/Makefile
config.status:743: creating rubyecasound/Makefile
config.status:743: creating ecasound/Makefile
config.status:743: creating ecatools/Makefile
config.status:743: creating kvutils/Makefile
config.status:743: creating Documentation/Makefile
config.status:743: creating Documentation/users_guide/Makefile
config.status:743: creating Documentation/programmers_guide/Makefile
config.status:743: creating examples/Makefile
config.status:847: creating config.h
config.status:1064: config.h is unchanged
config.status:1170: executing depfiles commands
configure:17090: configuring in readline-4.0
configure:17174: running /bin/sh './configure' --prefix=/sw '--prefix=/sw' '--disable-alsa' '--disable-arts' '--disable-oss' '--disable-osstrigger' '--with-largefile' '--with-jack=/Library/Frameworks/Jack.framework/Versions/A/Headers' --cache-file=/dev/null --srcdir=.

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

ac_cv_build=powerpc-apple-darwin7.4.0
ac_cv_build_alias=powerpc-apple-darwin7.4.0
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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_func_atexit=no
ac_cv_func_atoll=no
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mlockall=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munlockall=yes
ac_cv_func_nanosleep=yes
ac_cv_func_pause=yes
ac_cv_func_pthread_getschedparam=yes
ac_cv_func_pthread_self=yes
ac_cv_func_pthread_setschedparam=yes
ac_cv_func_sched_get_priority_max=yes
ac_cv_func_sched_getparam=no
ac_cv_func_sched_getscheduler=no
ac_cv_func_sched_setscheduler=no
ac_cv_func_setlocale=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigwait=yes
ac_cv_func_usleep=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jack_jack_h=yes
ac_cv_header_ladspa_h=no
ac_cv_header_locale_h=yes
ac_cv_header_map=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_ncurses_ncurses_h=no
ac_cv_header_samplerate_h=no
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_soundcard_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=powerpc-apple-darwin7.4.0
ac_cv_host_alias=powerpc-apple-darwin7.4.0
ac_cv_lib_audiofile_main=yes
ac_cv_lib_kvutils_main=no
ac_cv_lib_ncurses_main=yes
ac_cv_lib_sndfile_main=yes
ac_cv_objext=o
ac_cv_path_ARTSC_CONFIG=none
ac_cv_path_PYTHONPATH=/sw/bin/python
ac_cv_path_RUBYPATH=/usr/bin/ruby
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen='none required'
ac_cv_search_inet_ntoa='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_pthread_create='none required'
ac_cv_search_sched_setscheduler=no
ac_cv_search_sin='none required'
ac_cv_search_socket='none required'
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method='file_magic Mach-O dynamically linked shared library'
lt_cv_file_magic_cmd='/usr/bin/file -L'
lt_cv_file_magic_test_file=/usr/lib/libSystem.dylib
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fno-common'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=
lt_cv_prog_cc_static_works=no
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run tar'
AM_CFLAGS=' -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE'
AM_CXXFLAGS=' -D_REENTRANT -D_REENTRANT -ffast-math -fstrict-aliasing -funroll-loops -DNDEBUG -DENABLE_DBC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE'
AM_LDFLAGS=''
ARTSC_CONFIG='none'
AUTOCONF='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run automake-1.6'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECA_AM_ALL_STATIC_FALSE=''
ECA_AM_ALL_STATIC_TRUE='#'
ECA_AM_COMPILE_ALSA_FALSE=''
ECA_AM_COMPILE_ALSA_TRUE='#'
ECA_AM_COMPILE_ARTS_FALSE=''
ECA_AM_COMPILE_ARTS_TRUE='#'
ECA_AM_COMPILE_AUDIOFILE_FALSE='#'
ECA_AM_COMPILE_AUDIOFILE_TRUE=''
ECA_AM_COMPILE_JACK_FALSE='#'
ECA_AM_COMPILE_JACK_TRUE=''
ECA_AM_COMPILE_OSS_FALSE=''
ECA_AM_COMPILE_OSS_TRUE='#'
ECA_AM_COMPILE_SAMPLERATE_FALSE=''
ECA_AM_COMPILE_SAMPLERATE_TRUE='#'
ECA_AM_COMPILE_SNDFILE_FALSE='#'
ECA_AM_COMPILE_SNDFILE_TRUE=''
ECA_AM_DEBUG_MODE_FALSE=''
ECA_AM_DEBUG_MODE_TRUE='#'
ECA_AM_DISABLE_EFFECTS_FALSE=''
ECA_AM_DISABLE_EFFECTS_TRUE='#'
ECA_AM_FEELING_EXPERIMENTAL_FALSE=''
ECA_AM_FEELING_EXPERIMENTAL_TRUE='#'
ECA_AM_KVUTILS_INSTALLED_FALSE=''
ECA_AM_KVUTILS_INSTALLED_TRUE='#'
ECA_AM_PYECASOUND_CEXT_FALSE='#'
ECA_AM_PYECASOUND_CEXT_TRUE=''
ECA_AM_PYECASOUND_INSTALL_FALSE='#'
ECA_AM_PYECASOUND_INSTALL_TRUE=''
ECA_AM_RUBYECASOUND_INSTALL_FALSE='#'
ECA_AM_RUBYECASOUND_INSTALL_TRUE=''
ECA_AM_SYSTEM_READLINE_FALSE=''
ECA_AM_SYSTEM_READLINE_TRUE='#'
ECA_AM_USE_NCURSES_FALSE='#'
ECA_AM_USE_NCURSES_TRUE=''
ECA_AM_USE_TERMCAP_FALSE=''
ECA_AM_USE_TERMCAP_TRUE='#'
ECA_S_EXTRA_CFLAGS=' -I/Library/Frameworks/Jack.framework/Versions/A/Headers/include'
ECA_S_EXTRA_CPPFLAGS=' -I/Library/Frameworks/Jack.framework/Versions/A/Headers/include'
ECA_S_EXTRA_LIBS=' -laudiofile -lsndfile -L/Library/Frameworks/Jack.framework/Versions/A/Headers/lib -ljack -lrt'
ECA_S_JACK_INCLUDES='-I/Library/Frameworks/Jack.framework/Versions/A/Headers/include'
ECA_S_JACK_LIBS='-L/Library/Frameworks/Jack.framework/Versions/A/Headers/lib -ljack -lrt'
ECA_S_PREFIX='/sw'
ECA_S_PYTHON_DLMODULES='/sw/lib/python2.3/site-packages'
ECA_S_PYTHON_INCLUDES='/sw/include/python2.3'
ECA_S_PYTHON_MODULES='/sw/lib/python2.3/site-packages'
ECA_S_READLINE_INCLUDES=''
ECA_S_READLINE_LIBS=''
ECA_S_RUBY_SITEDIR='/usr/local/lib/ruby/site_ruby/1.6'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBECASOUNDC_VERSION='1'
LIBECASOUNDC_VERSION_AGE='0'
LIBECASOUND_VERSION='12'
LIBECASOUND_VERSION_AGE='3'
LIBKVUTILS_VERSION='6'
LIBKVUTILS_VERSION_AGE='2'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/julianp/Desktop/ecasound-2.3.3/missing --run makeinfo'
OBJEXT='o'
PACKAGE='ecasound'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PYTHONPATH='/sw/bin/python'
RANLIB='ranlib'
RUBYPATH='/usr/bin/ruby'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.3.3'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin7.4.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin7.4.0'
build_vendor='apple'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='powerpc-apple-darwin7.4.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin7.4.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Users/julianp/Desktop/ecasound-2.3.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/sw'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' readline-4.0'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define ECA_COMPILE_AUDIOFILE 1
#define ECA_COMPILE_JACK 1
#define ECA_COMPILE_SNDFILE 1
#define ECA_JACK_TRANSPORT_API 2
#define ECA_PREFIX "/sw"
#define ECA_USE_CXX_STD_NAMESPACE 1
#define ECA_USE_NCURSES_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MLOCKALL 1
#define HAVE_MMAP 1
#define HAVE_MUNLOCKALL 1
#define HAVE_NANOSLEEP 1
#define HAVE_PAUSE 1
#define HAVE_PTHREAD_GETSCHEDPARAM 1
#define HAVE_PTHREAD_SELF 1
#define HAVE_PTHREAD_SETSCHEDPARAM 1
#define HAVE_SCHED_GET_PRIORITY_MAX 1
#define HAVE_SCHED_H 1
#define HAVE_SETLOCALE 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGWAIT 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define LIBECASOUNDC_VERSION 1
#define LIBECASOUND_VERSION 12
#define LIBECASOUND_VERSION_AGE 3
#define LIBKVUTILS_VERSION 6
#define LIBKVUTILS_VERSION_AGE 2
#define PACKAGE "ecasound"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "2.3.3"
#define WORDS_BIGENDIAN 1
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Wed Jul 28 2004 - 20:22:15 EEST