What does `pkg-config --modversion speex ` says ? The configure script uses the standart pkg-config system to detect libraries and header files. Where is speex installed on this system ? Are the devel files installed (libspeex-dev or speex-devel ?)
Simon Le jeudi 5 octobre 2006 03:19, Kannaiyan Natesan a écrit : > Hi Simon, > > Config.log as requested. > I guess it should automatically detect an existing library in the linux > system. Dunno what is the problem. Asterisk is working fine with the speex > codec. > > Regards, > Kannaiyan > > ----- Original Message ----- > From: "root" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 05, 2006 8:08 AM > > > This file contains any messages produced by compilers while > > running configure, to aid debugging if configure makes a mistake. > > > > It was created by mediastreamer configure 2.0.0, which was > > generated by GNU Autoconf 2.59e. Invocation command line was > > > > $ ./configure > > > > ## --------- ## > > ## Platform. ## > > ## --------- ## > > > > hostname = localhost.localdomain > > uname -m = ppc > > uname -r = 2.6.17.1-mh1_kuro-box > > uname -s = Linux > > uname -v = #1 Sun Jun 25 19:13:07 CEST 2006 > > > > /usr/bin/uname -p = unknown > > /bin/uname -X = unknown > > > > /bin/arch = ppc > > /usr/bin/arch -k = unknown > > /usr/convex/getsysinfo = unknown > > /usr/bin/hostinfo = unknown > > /bin/machine = unknown > > /usr/bin/oslevel = unknown > > /bin/universe = unknown > > > > PATH: /usr/kerberos/sbin > > PATH: /usr/kerberos/bin > > PATH: /usr/local/sbin > > PATH: /usr/local/bin > > PATH: /sbin > > PATH: /bin > > PATH: /usr/sbin > > PATH: /usr/bin > > PATH: /root/bin > > PATH: /usr/lib > > PATH: /usr/local/include > > > > > > ## ----------- ## > > ## Core tests. ## > > ## ----------- ## > > > > configure:1998: mediastreamer-2.0.0 A mediastreaming library for > > telephony application. > > configure:2000: licensed under the terms of the General Public License > > (GPL) > > configure:2040: checking build system type > > configure:2058: result: powerpc-unknown-linux-gnu > > configure:2080: checking host system type > > configure:2095: result: powerpc-unknown-linux-gnu > > configure:2117: checking target system type > > configure:2132: result: powerpc-unknown-linux-gnu > > configure:2193: checking for a BSD-compatible install > > configure:2249: result: /usr/bin/install -c > > configure:2260: checking whether build environment is sane > > configure:2303: result: yes > > configure:2368: checking for gawk > > configure:2384: found /bin/gawk > > configure:2395: result: gawk > > configure:2406: checking whether make sets $(MAKE) > > configure:2427: result: yes > > configure:2606: checking how to create a ustar tar archive > > configure:2619: tar --version > > tar (GNU tar) 1.15.1 > > configure:2622: $? = 0 > > configure:2662: tardir=conftest.dir && eval tar --format=ustar -chf - > > "$tardir" >conftest.tar > > configure:2665: $? = 0 > > configure:2669: tar -xf - <conftest.tar > > configure:2672: $? = 0 > > configure:2685: result: gnutar > > configure:2717: checking warning make an error on compilation > > configure:2812: checking for gcc > > configure:2828: found /usr/bin/gcc > > configure:2839: result: gcc > > configure:3077: checking for C compiler version > > configure:3084: gcc --version >&5 > > gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) > > Copyright (C) 2006 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:3087: $? = 0 > > configure:3094: gcc -v >&5 > > Using built-in specs. > > Target: ppc64-redhat-linux > > Configured with: > > ../configure --prefix=/usr --mandir=/usr/share/man > > --infodir=/usr/share/info --enable-shared --enable-threads=posix > > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > > --disable-libunwind-exceptions --enable-libgcj-multifile > > --enable-languages=c,c++,objc,obj-c++,java,fortran --enable-java-awt=gtk > > --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre > > --enable-secureplt --with-long-double-128 --host=ppc64-redhat-linux > > --build=ppc64-redhat-linux --target=ppc64-redhat-linux > > --with-cpu=default32 > > Thread model: posix > > gcc version 4.1.1 20060525 (Red Hat 4.1.1-1) > > configure:3097: $? = 0 > > configure:3104: gcc -V >&5 > > gcc: '-V' option must have argument > > configure:3107: $? = 1 > > configure:3130: checking for C compiler default output file name > > configure:3157: gcc -I$(prefix)/include -DINET6 > > conftest.c -L$(prefix)/lib >&5 > > configure:3160: $? = 0 > > configure:3206: result: a.out > > configure:3211: checking whether the C compiler works > > configure:3221: ./a.out > > configure:3224: $? = 0 > > configure:3241: result: yes > > configure:3248: checking whether we are cross compiling > > configure:3250: result: no > > configure:3253: checking for suffix of executables > > configure:3260: gcc -o conftest -I$(prefix)/include -DINET6 > > conftest.c -L$(prefix)/lib >&5 > > configure:3263: $? = 0 > > configure:3287: result: > > configure:3293: checking for suffix of object files > > configure:3319: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:3322: $? = 0 > > configure:3345: result: o > > configure:3349: checking whether we are using the GNU C compiler > > configure:3378: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:3384: $? = 0 > > configure:3391: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:3394: $? = 0 > > configure:3401: test -s conftest.o > > configure:3404: $? = 0 > > configure:3418: result: yes > > configure:3423: checking whether gcc accepts -g > > configure:3453: gcc -c -g conftest.c >&5 > > configure:3459: $? = 0 > > configure:3466: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:3469: $? = 0 > > configure:3476: test -s conftest.o > > configure:3479: $? = 0 > > configure:3609: result: yes > > configure:3626: checking for gcc option to accept ISO C89 > > configure:3695: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:3701: $? = 0 > > configure:3708: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:3711: $? = 0 > > configure:3718: test -s conftest.o > > configure:3721: $? = 0 > > configure:3741: result: none needed > > configure:3770: checking for style of include used by make > > configure:3798: result: GNU > > configure:3826: checking dependency style of gcc > > configure:3916: result: gcc3 > > configure:4005: checking for a sed that does not truncate output > > configure:4059: result: /bin/sed > > configure:4062: checking for grep that handles long lines and -e > > configure:4136: result: /bin/grep > > configure:4141: checking for egrep > > configure:4219: result: /bin/grep -E > > configure:4235: checking for ld used by gcc > > configure:4302: result: /usr/bin/ld > > configure:4311: checking if the linker (/usr/bin/ld) is GNU ld > > configure:4326: result: yes > > configure:4331: checking for /usr/bin/ld option to reload object files > > configure:4338: result: -r > > configure:4356: checking for BSD-compatible nm > > configure:4405: result: /usr/bin/nm -B > > configure:4409: checking whether ln -s works > > configure:4413: result: yes > > configure:4420: checking how to recognise dependent libraries > > configure:4596: result: pass_all > > configure:4684: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:4687: $? = 0 > > configure:4846: checking how to run the C preprocessor > > configure:4886: gcc -E conftest.c > > configure:4892: $? = 0 > > configure:4930: gcc -E conftest.c > > conftest.c:14:28: error: ac_nonexistent.h: No such file or directory > > configure:4936: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > > > configure:4976: result: gcc -E > > configure:5005: gcc -E conftest.c > > configure:5011: $? = 0 > > configure:5049: gcc -E conftest.c > > conftest.c:14:28: error: ac_nonexistent.h: No such file or directory > > configure:5055: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > > > configure:5100: checking for ANSI C header files > > configure:5130: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5136: $? = 0 > > configure:5143: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5146: $? = 0 > > configure:5153: test -s conftest.o > > configure:5156: $? = 0 > > configure:5252: gcc -o conftest -I$(prefix)/include -DINET6 > > conftest.c -L$(prefix)/lib >&5 > > configure:5255: $? = 0 > > configure:5261: ./conftest > > configure:5264: $? = 0 > > configure:5281: result: yes > > configure:5305: checking for sys/types.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for sys/stat.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for stdlib.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for string.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for memory.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for strings.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for inttypes.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for stdint.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5305: checking for unistd.h > > configure:5326: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5332: $? = 0 > > configure:5339: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5342: $? = 0 > > configure:5349: test -s conftest.o > > configure:5352: $? = 0 > > configure:5365: result: yes > > configure:5392: checking dlfcn.h usability > > configure:5409: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:5415: $? = 0 > > configure:5422: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:5425: $? = 0 > > configure:5432: test -s conftest.o > > configure:5435: $? = 0 > > configure:5446: result: yes > > configure:5450: checking dlfcn.h presence > > configure:5465: gcc -E conftest.c > > configure:5471: $? = 0 > > configure:5492: result: yes > > configure:5520: checking for dlfcn.h > > configure:5528: result: yes > > configure:5599: checking for g++ > > configure:5615: found /usr/bin/g++ > > configure:5626: result: g++ > > configure:5657: checking for C++ compiler version > > configure:5664: g++ --version >&5 > > g++ (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) > > Copyright (C) 2006 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:5667: $? = 0 > > configure:5674: g++ -v >&5 > > Using built-in specs. > > Target: ppc64-redhat-linux > > Configured with: > > ../configure --prefix=/usr --mandir=/usr/share/man > > --infodir=/usr/share/info --enable-shared --enable-threads=posix > > --enable-checking=release --with-system-zlib --enable-__cxa_atexit > > --disable-libunwind-exceptions --enable-libgcj-multifile > > --enable-languages=c,c++,objc,obj-c++,java,fortran --enable-java-awt=gtk > > --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre > > --enable-secureplt --with-long-double-128 --host=ppc64-redhat-linux > > --build=ppc64-redhat-linux --target=ppc64-redhat-linux > > --with-cpu=default32 > > Thread model: posix > > gcc version 4.1.1 20060525 (Red Hat 4.1.1-1) > > configure:5677: $? = 0 > > configure:5684: g++ -V >&5 > > g++: '-V' option must have argument > > configure:5687: $? = 1 > > configure:5690: checking whether we are using the GNU C++ compiler > > configure:5719: g++ -c conftest.cpp >&5 > > configure:5725: $? = 0 > > configure:5732: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err > > configure:5735: $? = 0 > > configure:5742: test -s conftest.o > > configure:5745: $? = 0 > > configure:5759: result: yes > > configure:5764: checking whether g++ accepts -g > > configure:5794: g++ -c -g conftest.cpp >&5 > > configure:5800: $? = 0 > > configure:5807: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err > > configure:5810: $? = 0 > > configure:5817: test -s conftest.o > > configure:5820: $? = 0 > > configure:5950: result: yes > > configure:5975: checking dependency style of g++ > > configure:6065: result: gcc3 > > configure:6092: checking how to run the C++ preprocessor > > configure:6128: g++ -E conftest.cpp > > configure:6134: $? = 0 > > configure:6172: g++ -E conftest.cpp > > conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory > > configure:6178: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > > > configure:6218: result: g++ -E > > configure:6247: g++ -E conftest.cpp > > configure:6253: $? = 0 > > configure:6291: g++ -E conftest.cpp > > conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory > > configure:6297: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > > > configure:6397: checking for g77 > > configure:6427: result: no > > configure:6397: checking for f77 > > configure:6427: result: no > > configure:6397: checking for xlf > > configure:6427: result: no > > configure:6397: checking for frt > > configure:6427: result: no > > configure:6397: checking for pgf77 > > configure:6427: result: no > > configure:6397: checking for cf77 > > configure:6427: result: no > > configure:6397: checking for fort77 > > configure:6427: result: no > > configure:6397: checking for fl32 > > configure:6427: result: no > > configure:6397: checking for af77 > > configure:6427: result: no > > configure:6397: checking for f90 > > configure:6427: result: no > > configure:6397: checking for xlf90 > > configure:6427: result: no > > configure:6397: checking for pgf90 > > configure:6427: result: no > > configure:6397: checking for pghpf > > configure:6427: result: no > > configure:6397: checking for epcf90 > > configure:6427: result: no > > configure:6397: checking for gfortran > > configure:6427: result: no > > configure:6397: checking for g95 > > configure:6427: result: no > > configure:6397: checking for f95 > > configure:6427: result: no > > configure:6397: checking for fort > > configure:6427: result: no > > configure:6397: checking for xlf95 > > configure:6427: result: no > > configure:6397: checking for ifort > > configure:6427: result: no > > configure:6397: checking for ifc > > configure:6427: result: no > > configure:6397: checking for efc > > configure:6427: result: no > > configure:6397: checking for pgf95 > > configure:6427: result: no > > configure:6397: checking for lf95 > > configure:6427: result: no > > configure:6397: checking for ftn > > configure:6427: result: no > > configure:6454: checking for Fortran 77 compiler version > > configure:6461: --version >&5 > > ./configure: line 6462: --version: command not found > > configure:6464: $? = 127 > > configure:6471: -v >&5 > > ./configure: line 6472: -v: command not found > > configure:6474: $? = 127 > > configure:6481: -V >&5 > > ./configure: line 6482: -V: command not found > > configure:6484: $? = 127 > > configure:6492: checking whether we are using the GNU Fortran 77 compiler > > configure:6511: -c conftest.F >&5 > > ./configure: line 6512: -c: command not found > > configure:6517: $? = 127 > > > > configure: failed program was: > > | program main > > | #ifndef __GNUC__ > > | choke me > > | #endif > > | > > | end > > > > configure:6551: result: no > > configure:6557: checking whether accepts -g > > configure:6574: -c -g conftest.f >&5 > > ./configure: line 6575: -c: command not found > > configure:6580: $? = 127 > > > > configure: failed program was: > > | program main > > | > > | end > > > > configure:6613: result: no > > configure:6643: checking the maximum length of command line arguments > > configure:6752: result: 32768 > > configure:6763: checking command to parse /usr/bin/nm -B output from gcc > > object > > configure:6868: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:6871: $? = 0 > > configure:6875: /usr/bin/nm -B conftest.o \| sed -n -e > > 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ > > ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm > > configure:6878: $? = 0 > > configure:6930: gcc -o conftest -I$(prefix)/include -DINET6 conftest.c > > conftstm.o >&5 > > configure:6933: $? = 0 > > configure:6971: result: ok > > configure:6975: checking for objdir > > configure:6990: result: .libs > > configure:7082: checking for ar > > configure:7098: found /usr/bin/ar > > configure:7109: result: ar > > configure:7178: checking for ranlib > > configure:7194: found /usr/bin/ranlib > > configure:7205: result: ranlib > > configure:7274: checking for strip > > configure:7290: found /usr/bin/strip > > configure:7301: result: strip > > configure:7587: checking if gcc supports -fno-rtti -fno-exceptions > > configure:7605: > > gcc -c -I$(prefix)/include -DINET6 -fno-rtti -fno-exceptions conftest.c > > > > >&5 > > > > cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but > > not for C > > configure:7609: $? = 0 > > configure:7622: result: no > > configure:7637: checking for gcc option to produce PIC > > configure:7847: result: -fPIC > > configure:7855: checking if gcc PIC flag -fPIC works > > configure:7873: gcc -c -I$(prefix)/include -DINET6 -fPIC -DPIC > > conftest.c >&5 > > configure:7877: $? = 0 > > configure:7890: result: yes > > configure:7918: checking if gcc static flag -static works > > configure:7946: result: yes > > configure:7956: checking if gcc supports -c -o file.o > > configure:7977: gcc -c -I$(prefix)/include -DINET6 -o out/conftest2.o > > conftest.c >&5 > > configure:7981: $? = 0 > > configure:8003: result: yes > > configure:8029: checking whether the gcc linker (/usr/bin/ld) supports > > shared libraries > > configure:9016: result: yes > > configure:9037: checking whether -lc should be explicitly linked in > > configure:9042: gcc -c -I$(prefix)/include -DINET6 conftest.c >&5 > > configure:9045: $? = 0 > > configure:9060: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o > > conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > > configure:9063: $? = 0 > > configure:9075: result: no > > configure:9083: checking dynamic linker characteristics > > configure:9659: result: GNU/Linux ld.so > > configure:9668: checking how to hardcode library paths into programs > > configure:9693: result: immediate > > configure:9707: checking whether stripping libraries is possible > > configure:9712: result: yes > > configure:10625: checking if libtool supports shared libraries > > configure:10627: result: yes > > configure:10630: checking whether to build shared libraries > > configure:10651: result: yes > > configure:10654: checking whether to build static libraries > > configure:10658: result: yes > > configure:10750: creating libtool > > configure:11338: checking for ld used by g++ > > configure:11405: result: /usr/bin/ld > > configure:11414: checking if the linker (/usr/bin/ld) is GNU ld > > configure:11429: result: yes > > configure:11480: checking whether the g++ linker (/usr/bin/ld) supports > > shared libraries > > configure:12446: result: yes > > configure:12464: g++ -c -g -O2 conftest.cpp >&5 > > configure:12467: $? = 0 > > configure:12586: checking for g++ option to produce PIC > > configure:12860: result: -fPIC > > configure:12868: checking if g++ PIC flag -fPIC works > > configure:12886: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 > > configure:12890: $? = 0 > > configure:12903: result: yes > > configure:12931: checking if g++ static flag -static works > > configure:12959: result: yes > > configure:12969: checking if g++ supports -c -o file.o > > configure:12990: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 > > configure:12994: $? = 0 > > configure:13016: result: yes > > configure:13042: checking whether the g++ linker (/usr/bin/ld) supports > > shared libraries > > configure:13070: result: yes > > configure:13137: checking dynamic linker characteristics > > configure:13713: result: GNU/Linux ld.so > > configure:13722: checking how to hardcode library paths into programs > > configure:13747: result: immediate > > configure:19994: checking for ANSI C header files > > configure:20175: result: yes > > configure:20186: checking for an ANSI C-conforming const > > configure:20261: gcc -c -I$(prefix)/include -DINET6 -Wall conftest.c > > >&5 configure:20267: $? = 0 > > configure:20274: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20277: $? = 0 > > configure:20284: test -s conftest.o > > configure:20287: $? = 0 > > configure:20299: result: yes > > configure:20309: checking for inline > > configure:20335: gcc -c -I$(prefix)/include -DINET6 -Wall conftest.c > > >&5 configure:20341: $? = 0 > > configure:20348: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20351: $? = 0 > > configure:20358: test -s conftest.o > > configure:20361: $? = 0 > > configure:20376: result: inline > > configure:20395: checking whether time.h and sys/time.h may both be > > included > > configure:20425: gcc -c -I$(prefix)/include -DINET6 -Wall conftest.c > > >&5 configure:20431: $? = 0 > > configure:20438: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20441: $? = 0 > > configure:20448: test -s conftest.o > > configure:20451: $? = 0 > > configure:20463: result: yes > > configure:20473: checking whether byte ordering is bigendian > > configure:20505: gcc -c -I$(prefix)/include -DINET6 -Wall conftest.c > > >&5 configure:20511: $? = 0 > > configure:20518: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20521: $? = 0 > > configure:20528: test -s conftest.o > > configure:20531: $? = 0 > > configure:20560: gcc -c -I$(prefix)/include -DINET6 -Wall conftest.c > > >&5 configure:20566: $? = 0 > > configure:20573: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20576: $? = 0 > > configure:20583: test -s conftest.o > > configure:20586: $? = 0 > > configure:20740: result: yes > > configure:20791: checking soundcard.h usability > > configure:20808: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > conftest.c:61:23: error: soundcard.h: No such file or directory > > configure:20814: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 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> > > | #endif > > | #if HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #if HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <soundcard.h> > > > > configure:20845: result: no > > configure:20849: checking soundcard.h presence > > configure:20864: gcc -E conftest.c > > conftest.c:28:23: error: soundcard.h: No such file or directory > > configure:20870: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | /* end confdefs.h. */ > > | #include <soundcard.h> > > > > configure:20891: result: no > > configure:20919: checking for soundcard.h > > configure:20927: result: no > > configure:20791: checking sys/soundcard.h usability > > configure:20808: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > configure:20814: $? = 0 > > configure:20821: test -z "$ac_c_werror_flag" || test ! -s conftest.err > > configure:20824: $? = 0 > > configure:20831: test -s conftest.o > > configure:20834: $? = 0 > > configure:20845: result: yes > > configure:20849: checking sys/soundcard.h presence > > configure:20864: gcc -E conftest.c > > configure:20870: $? = 0 > > configure:20891: result: yes > > configure:20919: checking for sys/soundcard.h > > configure:20927: result: yes > > configure:20791: checking machine/soundcard.h usability > > configure:20808: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > conftest.c:62:31: error: machine/soundcard.h: No such file or directory > > configure:20814: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_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> > > | #endif > > | #if HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #if HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <machine/soundcard.h> > > > > configure:20845: result: no > > configure:20849: checking machine/soundcard.h presence > > configure:20864: gcc -E conftest.c > > conftest.c:29:31: error: machine/soundcard.h: No such file or directory > > configure:20870: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_H 1 > > | /* end confdefs.h. */ > > | #include <machine/soundcard.h> > > > > configure:20891: result: no > > configure:20919: checking for machine/soundcard.h > > configure:20927: result: no > > configure:20791: checking sys/audio.h usability > > configure:20808: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > conftest.c:62:23: error: sys/audio.h: No such file or directory > > configure:20814: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_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> > > | #endif > > | #if HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #if HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <sys/audio.h> > > > > configure:20845: result: no > > configure:20849: checking sys/audio.h presence > > configure:20864: gcc -E conftest.c > > conftest.c:29:23: error: sys/audio.h: No such file or directory > > configure:20870: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_H 1 > > | /* end confdefs.h. */ > > | #include <sys/audio.h> > > > > configure:20891: result: no > > configure:20919: checking for sys/audio.h > > configure:20927: result: no > > configure:20988: checking alsa/asoundlib.h usability > > configure:21005: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > conftest.c:62:28: error: alsa/asoundlib.h: No such file or directory > > configure:21011: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_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> > > | #endif > > | #if HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #if HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <alsa/asoundlib.h> > > > > configure:21042: result: no > > configure:21046: checking alsa/asoundlib.h presence > > configure:21061: gcc -E conftest.c > > conftest.c:29:28: error: alsa/asoundlib.h: No such file or directory > > configure:21067: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_H 1 > > | /* end confdefs.h. */ > > | #include <alsa/asoundlib.h> > > > > configure:21088: result: no > > configure:21116: checking for alsa/asoundlib.h > > configure:21124: result: no > > configure:21256: checking kde/artsc/artsc.h usability > > configure:21273: > > gcc -c -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT conftest.c >&5 > > conftest.c:62:29: error: kde/artsc/artsc.h: No such file or directory > > configure:21279: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_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> > > | #endif > > | #if HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #if HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <kde/artsc/artsc.h> > > > > configure:21310: result: no > > configure:21314: checking kde/artsc/artsc.h presence > > configure:21329: gcc -E conftest.c > > conftest.c:29:29: error: kde/artsc/artsc.h: No such file or directory > > configure:21335: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "mediastreamer" > > | #define PACKAGE_TARNAME "mediastreamer" > > | #define PACKAGE_VERSION "2.0.0" > > | #define PACKAGE_STRING "mediastreamer 2.0.0" > > | #define PACKAGE_BUGREPORT "" > > | #define PACKAGE "mediastreamer" > > | #define VERSION "2.0.0" > > | #define MEDIASTREAMER_MAJOR_VERSION 2 > > | #define MEDIASTREAMER_MINOR_VERSION 0 > > | #define MEDIASTREAMER_MICRO_VERSION 0 > > | #define MEDIASTREAMER_VERSION "2.0.0" > > | #define STDC_HEADERS 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DLFCN_H 1 > > | #define STDC_HEADERS 1 > > | #define TIME_WITH_SYS_TIME 1 > > | #define WORDS_BIGENDIAN 1 > > | #define HAVE_SYS_SOUNDCARD_H 1 > > | /* end confdefs.h. */ > > | #include <kde/artsc/artsc.h> > > > > configure:21356: result: no > > configure:21384: checking for kde/artsc/artsc.h > > configure:21392: result: no > > configure:21556: checking for pkg-config > > configure:21589: result: no > > configure:21629: checking for JACK > > configure:21795: checking for SPEEX > > configure:21885: error: The pkg-config script could not be found or is > > too old. Make sure it > > is in your PATH or set the PKG_CONFIG environment variable to the full > > path to pkg-config. > > > > Alternatively, you may set the environment variables SPEEX_CFLAGS > > and SPEEX_LIBS to avoid the need to call pkg-config. > > See the pkg-config man page for more details. > > > > To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>. > > See `config.log' for more details. > > > > ## ---------------- ## > > ## Cache variables. ## > > ## ---------------- ## > > > > ac_cv_build=powerpc-unknown-linux-gnu > > ac_cv_c_bigendian=yes > > ac_cv_c_compiler_gnu=yes > > ac_cv_c_const=yes > > ac_cv_c_inline=inline > > ac_cv_cxx_compiler_gnu=yes > > ac_cv_env_CCC_set= > > ac_cv_env_CCC_value= > > ac_cv_env_CC_set= > > ac_cv_env_CC_value= > > ac_cv_env_CFLAGS_set= > > ac_cv_env_CFLAGS_value= > > ac_cv_env_CPPFLAGS_set= > > ac_cv_env_CPPFLAGS_value= > > ac_cv_env_CPP_set= > > ac_cv_env_CPP_value= > > ac_cv_env_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_F77_set= > > ac_cv_env_F77_value= > > ac_cv_env_FFLAGS_set= > > ac_cv_env_FFLAGS_value= > > ac_cv_env_FFMPEG_CFLAGS_set= > > ac_cv_env_FFMPEG_CFLAGS_value= > > ac_cv_env_FFMPEG_LIBS_set= > > ac_cv_env_FFMPEG_LIBS_value= > > ac_cv_env_JACK_CFLAGS_set= > > ac_cv_env_JACK_CFLAGS_value= > > ac_cv_env_JACK_LIBS_set= > > ac_cv_env_JACK_LIBS_value= > > ac_cv_env_LDFLAGS_set= > > ac_cv_env_LDFLAGS_value= > > ac_cv_env_ORTP_CFLAGS_set= > > ac_cv_env_ORTP_CFLAGS_value= > > ac_cv_env_ORTP_LIBS_set= > > ac_cv_env_ORTP_LIBS_value= > > ac_cv_env_PKG_CONFIG_set= > > ac_cv_env_PKG_CONFIG_value= > > ac_cv_env_SAMPLERATE_CFLAGS_set= > > ac_cv_env_SAMPLERATE_CFLAGS_value= > > ac_cv_env_SAMPLERATE_LIBS_set= > > ac_cv_env_SAMPLERATE_LIBS_value= > > ac_cv_env_SPEEX_CFLAGS_set=set > > ac_cv_env_SPEEX_CFLAGS_value='-I /usr/local/include/' > > ac_cv_env_SPEEX_LIBS_set=set > > ac_cv_env_SPEEX_LIBS_value=/usr/lib/ > > 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_f77_compiler_gnu=no > > ac_cv_header_alsa_asoundlib_h=no > > ac_cv_header_dlfcn_h=yes > > ac_cv_header_inttypes_h=yes > > ac_cv_header_kde_artsc_artsc_h=no > > ac_cv_header_machine_soundcard_h=no > > ac_cv_header_memory_h=yes > > ac_cv_header_soundcard_h=no > > 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_audio_h=no > > ac_cv_header_sys_soundcard_h=yes > > ac_cv_header_sys_stat_h=yes > > ac_cv_header_sys_types_h=yes > > ac_cv_header_time=yes > > ac_cv_header_unistd_h=yes > > ac_cv_host=powerpc-unknown-linux-gnu > > ac_cv_objext=o > > ac_cv_path_EGREP='/bin/grep -E' > > ac_cv_path_GREP=/bin/grep > > ac_cv_path_install='/usr/bin/install -c' > > ac_cv_prog_AWK=gawk > > ac_cv_prog_CPP='gcc -E' > > ac_cv_prog_CXXCPP='g++ -E' > > ac_cv_prog_ac_ct_AR=ar > > 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_c89= > > ac_cv_prog_cc_g=yes > > ac_cv_prog_cxx_g=yes > > ac_cv_prog_f77_g=no > > ac_cv_prog_make_make_set=yes > > ac_cv_target=powerpc-unknown-linux-gnu > > am_cv_CC_dependencies_compiler_type=gcc3 > > am_cv_CXX_dependencies_compiler_type=gcc3 > > am_cv_prog_tar_ustar=gnutar > > lt_cv_deplibs_check_method=pass_all > > lt_cv_file_magic_cmd='$MAGIC_CMD' > > lt_cv_file_magic_test_file= > > lt_cv_ld_reload_flag=-r > > lt_cv_objdir=.libs > > lt_cv_path_LD=/usr/bin/ld > > lt_cv_path_LDCXX=/usr/bin/ld > > lt_cv_path_NM='/usr/bin/nm -B' > > lt_cv_path_SED=/bin/sed > > lt_cv_prog_compiler_c_o=yes > > lt_cv_prog_compiler_c_o_CXX=yes > > lt_cv_prog_compiler_rtti_exceptions=no > > lt_cv_prog_gnu_ld=yes > > lt_cv_prog_gnu_ldcxx=yes > > lt_cv_sys_global_symbol_pipe='sed -n -e > > '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ > > ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' > > lt_cv_sys_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_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern > > int \1;/p'\''' > > lt_cv_sys_max_cmd_len=32768 > > lt_lt_cv_prog_compiler_c_o='"yes"' > > lt_lt_cv_prog_compiler_c_o_CXX='"yes"' > > lt_lt_cv_sys_global_symbol_pipe='"sed -n -e > > '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ > > ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' > > lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: > > \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] > > \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' > > lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* > > \\(.*\\)\$/extern int \\1;/p'\''"' > > > > ## ----------------- ## > > ## Output variables. ## > > ## ----------------- ## > > > > ${NAME}_CFLAGS='21068{NAME}_CFLAGS' > > ${NAME}_LIBS='21068{NAME}_LIBS' > > ACLOCAL='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run > > aclocal-1.9' > > ALSA_LIBS='' > > AMDEPBACKSLASH='\' > > AMDEP_FALSE='#' > > AMDEP_TRUE='' > > AMTAR='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run tar' > > AR='ar' > > ARCH='' > > ARTS_LIBS='' > > AUTOCONF='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run > > autoconf' > > AUTOHEADER='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run > > autoheader' > > AUTOMAKE='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run > > automake-1.9' > > AWK='gawk' > > BUILD_ALSA_FALSE='' > > BUILD_ALSA_TRUE='#' > > BUILD_ARTS_FALSE='' > > BUILD_ARTS_TRUE='#' > > BUILD_GSM_FALSE='' > > BUILD_GSM_TRUE='' > > BUILD_OSS_FALSE='#' > > BUILD_OSS_TRUE='' > > BUILD_SPEEX_FALSE='' > > BUILD_SPEEX_TRUE='' > > BUILD_VIDEO_FALSE='' > > BUILD_VIDEO_TRUE='' > > CC='gcc' > > CCDEPMODE='depmode=gcc3' > > CFLAGS=' -I$(prefix)/include -DINET6 -Wall -D_BIGENDIAN -Werror -pthread > > -D_REENTRANT' > > CPP='gcc -E' > > CPPFLAGS='' > > CXX='g++' > > CXXCPP='g++ -E' > > CXXDEPMODE='depmode=gcc3' > > CXXFLAGS='-g -O2' > > CYGPATH_W='echo' > > DEFS='' > > DEPDIR='.deps' > > ECHO='echo' > > ECHO_C='' > > ECHO_N='-n' > > ECHO_T='' > > EGREP='/bin/grep -E' > > EPM='' > > EPMINSTALL='' > > EPM_PKG_EXT='' > > EXEEXT='' > > F77='' > > FFLAGS='' > > FFMPEG_CFLAGS='' > > FFMPEG_LIBS='' > > GREP='/bin/grep' > > GSM_CFLAGS='' > > GSM_LIBS='' > > INSTALL_DATA='${INSTALL} -m 644' > > INSTALL_PROGRAM='${INSTALL}' > > INSTALL_SCRIPT='${INSTALL}' > > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' > > JACK_CFLAGS='' > > JACK_LIBS='' > > LDFLAGS='' > > LIBMEDIASTREAMER_SO_VERSION='0:0:0' > > LIBOBJS='' > > LIBS=' -L$(prefix)/lib -pthread -lpthread' > > LIBTOOL='$(SHELL) $(top_builddir)/libtool' > > LICENSE='' > > LN_S='ln -s' > > LTLIBOBJS='' > > MAKEINFO='${SHELL} /root/dwnlds/mediastreamer-2.0.0/missing --run > > makeinfo' > > MEDIASTREAMER_VERSION='2.0.0' > > MKEPMLIST='' > > OBJEXT='o' > > ORTP_CFLAGS='' > > ORTP_LIBS='' > > PACKAGE='mediastreamer' > > PACKAGER='' > > PACKAGE_BUGREPORT='' > > PACKAGE_NAME='mediastreamer' > > PACKAGE_PLUGINS_DIR='' > > PACKAGE_STRING='mediastreamer 2.0.0' > > PACKAGE_TARNAME='mediastreamer' > > PACKAGE_VERSION='2.0.0' > > PATH_SEPARATOR=':' > > PKG_CONFIG='' > > RANLIB='ranlib' > > RELEASE='' > > SAMPLERATE_CFLAGS='' > > SAMPLERATE_LIBS='' > > SET_MAKE='' > > SHELL='/bin/sh' > > SPEEX_CFLAGS='-I /usr/local/include/' > > SPEEX_LIBS='/usr/lib/' > > STRIP='strip' > > SUMMARY='' > > SYS_GROUP='' > > SYS_USER='' > > VENDOR='' > > VERSION='2.0.0' > > VIDEO_CFLAGS='' > > VIDEO_LIBS='' > > WITH_EPM_FALSE='' > > WITH_EPM_TRUE='' > > ac_ct_CC='gcc' > > ac_ct_CXX='g++' > > ac_ct_F77='' > > am__fastdepCC_FALSE='#' > > am__fastdepCC_TRUE='' > > am__fastdepCXX_FALSE='#' > > am__fastdepCXX_TRUE='' > > am__include='include' > > am__leading_dot='.' > > am__quote='' > > am__tar='tar --format=ustar -chf - "$$tardir"' > > am__untar='tar -xf -' > > bindir='${exec_prefix}/bin' > > build='powerpc-unknown-linux-gnu' > > build_alias='' > > build_cpu='powerpc' > > build_os='linux-gnu' > > build_vendor='unknown' > > datadir='${datarootdir}' > > datarootdir='${prefix}/share' > > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > > dvidir='${docdir}' > > exec_prefix='NONE' > > host='powerpc-unknown-linux-gnu' > > host_alias='' > > host_cpu='powerpc' > > host_os='linux-gnu' > > host_vendor='unknown' > > htmldir='${docdir}' > > includedir='${prefix}/include' > > infodir='${datarootdir}/info' > > install_sh='/root/dwnlds/mediastreamer-2.0.0/install-sh' > > libdir='${exec_prefix}/lib' > > libexecdir='${exec_prefix}/libexec' > > localedir='${datarootdir}/locale' > > localstatedir='${prefix}/var' > > mandir='${datarootdir}/man' > > mkdir_p='mkdir -p --' > > oldincludedir='/usr/include' > > pdfdir='${docdir}' > > prefix='NONE' > > program_transform_name='s,x,x,' > > psdir='${docdir}' > > sbindir='${exec_prefix}/sbin' > > sharedstatedir='${prefix}/com' > > sysconfdir='${prefix}/etc' > > target='powerpc-unknown-linux-gnu' > > target_alias='' > > target_cpu='powerpc' > > target_os='linux-gnu' > > target_vendor='unknown' > > > > ## ----------- ## > > ## confdefs.h. ## > > ## ----------- ## > > > > #define PACKAGE_NAME "mediastreamer" > > #define PACKAGE_TARNAME "mediastreamer" > > #define PACKAGE_VERSION "2.0.0" > > #define PACKAGE_STRING "mediastreamer 2.0.0" > > #define PACKAGE_BUGREPORT "" > > #define PACKAGE "mediastreamer" > > #define VERSION "2.0.0" > > #define MEDIASTREAMER_MAJOR_VERSION 2 > > #define MEDIASTREAMER_MINOR_VERSION 0 > > #define MEDIASTREAMER_MICRO_VERSION 0 > > #define MEDIASTREAMER_VERSION "2.0.0" > > #define STDC_HEADERS 1 > > #define HAVE_SYS_TYPES_H 1 > > #define HAVE_SYS_STAT_H 1 > > #define HAVE_STDLIB_H 1 > > #define HAVE_STRING_H 1 > > #define HAVE_MEMORY_H 1 > > #define HAVE_STRINGS_H 1 > > #define HAVE_INTTYPES_H 1 > > #define HAVE_STDINT_H 1 > > #define HAVE_UNISTD_H 1 > > #define HAVE_DLFCN_H 1 > > #define STDC_HEADERS 1 > > #define TIME_WITH_SYS_TIME 1 > > #define WORDS_BIGENDIAN 1 > > #define HAVE_SYS_SOUNDCARD_H 1 > > > > configure: exit 1 _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
