discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] problem configuring gr-video-sdl on Cygwin


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] problem configuring gr-video-sdl on Cygwin
Date: Sun, 04 Feb 2007 13:10:34 -0500
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hey,

I have installed almost every component of gnuradio succesfully on
cygwin except gr-video-sdl.
I have already installed the sdl libraries but ./config
on gnuradio fails on gr-video-sdl.

I am attaching config.log

Any thoughts as to what is wrong?

Thanks,
Achilleas
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.61.  Invocation command line was

  $ ./configure --with-boost-include-dir=/usr/include/boost-1_33_1

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

hostname = raul
uname -m = i686
uname -r = 1.5.24(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2007-01-23 18:50

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

/bin/arch              = unknown
/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/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/programs/texmf/miktex/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Programs/MATLAB704/bin/win32
PATH: /cygdrive/c/programs/matlab6p1/bin/win32
PATH: /cygdrive/c/Program Files/QuickTime/QTSystem/
PATH: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools/WinNT
PATH: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/MSDev98/Bin
PATH: /cygdrive/c/Program Files/Microsoft Visual Studio/Common/Tools
PATH: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin
PATH: /cygdrive/c/Programs/SSH Communications Security/SSH Secure Shell
PATH: /usr/src/SDCC/bin


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

configure:2106: checking build system type
configure:2124: result: i686-pc-cygwin
configure:2146: checking host system type
configure:2161: result: i686-pc-cygwin
configure:2183: checking target system type
configure:2198: result: i686-pc-cygwin
configure:2241: checking for a BSD-compatible install
configure:2297: result: /usr/bin/install -c
configure:2308: checking whether build environment is sane
configure:2351: result: yes
configure:2379: checking for a thread-safe mkdir -p
configure:2418: result: /usr/bin/mkdir -p
configure:2431: checking for gawk
configure:2447: found /usr/bin/gawk
configure:2458: result: gawk
configure:2469: checking whether make sets $(MAKE)
configure:2490: result: yes
configure:2707: checking for style of include used by make
configure:2735: result: GNU
configure:2805: checking for gcc
configure:2821: found /usr/bin/gcc
configure:2832: result: gcc
configure:3070: checking for C compiler version
configure:3077: gcc --version >&5
gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:3080: $? = 0
configure:3087: gcc -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure 
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:3090: $? = 0
configure:3097: gcc -V >&5
gcc: `-V' option must have argument
configure:3100: $? = 1
configure:3123: checking for C compiler default output file name
configure:3150: gcc    conftest.c  >&5
configure:3153: $? = 0
configure:3191: result: a.exe
configure:3208: checking whether the C compiler works
configure:3218: ./a.exe
configure:3221: $? = 0
configure:3238: result: yes
configure:3245: checking whether we are cross compiling
configure:3247: result: no
configure:3250: checking for suffix of executables
configure:3257: gcc -o conftest.exe    conftest.c  >&5
configure:3260: $? = 0
configure:3284: result: .exe
configure:3290: checking for suffix of object files
configure:3316: gcc -c   conftest.c >&5
configure:3319: $? = 0
configure:3342: result: o
configure:3346: checking whether we are using the GNU C compiler
configure:3375: gcc -c   conftest.c >&5
configure:3381: $? = 0
configure:3398: result: yes
configure:3403: checking whether gcc accepts -g
configure:3433: gcc -c -g  conftest.c >&5
configure:3439: $? = 0
configure:3538: result: yes
configure:3555: checking for gcc option to accept ISO C89
configure:3629: gcc  -c -g -O2  conftest.c >&5
configure:3635: $? = 0
configure:3658: result: none needed
configure:3678: checking dependency style of gcc
configure:3769: result: gcc3
configure:3789: checking how to run the C preprocessor
configure:3829: gcc -E  conftest.c
configure:3835: $? = 0
configure:3866: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3905: result: gcc -E
configure:3934: gcc -E  conftest.c
configure:3940: $? = 0
configure:3971: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3977: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4016: checking for grep that handles long lines and -e
configure:4090: result: /usr/bin/grep
configure:4095: checking for egrep
configure:4173: result: /usr/bin/grep -E
configure:4179: checking for AIX
configure:4201: result: no
configure:4207: checking for library containing strerror
configure:4248: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:4254: $? = 0
configure:4282: result: none required
configure:4290: checking for ANSI C header files
configure:4320: gcc -c -g -O2  conftest.c >&5
configure:4326: $? = 0
configure:4425: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:4428: $? = 0
configure:4434: ./conftest.exe
configure:4437: $? = 0
configure:4454: result: yes
configure:4478: checking for sys/types.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for sys/stat.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for stdlib.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for string.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for memory.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for strings.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for inttypes.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for stdint.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4478: checking for unistd.h
configure:4499: gcc -c -g -O2  conftest.c >&5
configure:4505: $? = 0
configure:4521: result: yes
configure:4543: checking minix/config.h usability
configure:4560: gcc -c -g -O2  conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:4566: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4580: result: no
configure:4584: checking minix/config.h presence
configure:4599: gcc -E  conftest.c
conftest.c:20:26: minix/config.h: No such file or directory
configure:4605: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 <minix/config.h>
configure:4619: result: no
configure:4647: checking for minix/config.h
configure:4654: result: no
configure:4743: checking for g++
configure:4759: found /usr/bin/g++
configure:4770: result: g++
configure:4801: checking for C++ compiler version
configure:4808: g++ --version >&5
g++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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:4811: $? = 0
configure:4818: g++ -v >&5
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure 
--verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib 
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls 
--without-included-gettext --enable-version-specific-runtime-libs --without-x 
--enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter 
--disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm 
--disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization 
--enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
configure:4821: $? = 0
configure:4828: g++ -V >&5
g++: `-V' option must have argument
configure:4831: $? = 1
configure:4834: checking whether we are using the GNU C++ compiler
configure:4863: g++ -c   conftest.cpp >&5
configure:4869: $? = 0
configure:4886: result: yes
configure:4891: checking whether g++ accepts -g
configure:4921: g++ -c -g  conftest.cpp >&5
configure:4927: $? = 0
configure:5026: result: yes
configure:5051: checking dependency style of g++
configure:5142: result: gcc3
configure:5162: checking how to run the C++ preprocessor
configure:5198: g++ -E  conftest.cpp
configure:5204: $? = 0
configure:5235: g++ -E  conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:5241: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 <ac_nonexistent.h>
configure:5274: result: g++ -E
configure:5303: g++ -E  conftest.cpp
configure:5309: $? = 0
configure:5340: g++ -E  conftest.cpp
conftest.cpp:20:28: ac_nonexistent.h: No such file or directory
configure:5346: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 <ac_nonexistent.h>
configure:5396: checking whether C++ has bool
configure:5417: g++ -o conftest.exe -g -O2   conftest.cpp  >&5
configure:5420: $? = 0
configure:5426: ./conftest.exe
configure:5429: $? = 0
configure:5431: result: yes
configure:5452: checking whether C++ has buggy scoping in for-loops
configure:5478: g++ -c -g -O2  conftest.cpp >&5
In file included from 
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/iostream.h:31,
                 from conftest.cpp:20:
/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/backward_warning.h:32:2: 
warning: #warning This file includes at least one deprecated or antiquated 
header. Please consider using one of the 32 headers found in section 17.4.1.2 
of the C++ standard. Examples include substituting the <X> header for the <X.h> 
header for C++ includes, or <iostream> instead of the deprecated header 
<iostream.h>. To disable this warning use -Wno-deprecated.
configure:5484: $? = 0
configure:5489: result: no
configure:5506: checking whether user wants assertions
configure:5518: result: yes
configure:5523: checking whether C++ has std::isnan
configure:5548: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function `int main()':
conftest.cpp:25: error: expected unqualified-id before '(' token
configure:5554: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 <math.h>
| int
| main ()
| {
| 
|    std::isnan(0);
| 
|   ;
|   return 0;
| }
configure:5570: result: no
configure:5585: checking whether user wants warnings
configure:5596: result: yes
configure:5609: checking whether gcc accepts -Wall
configure:5614: result: yes
configure:5630: checking whether g++ accepts -Wall
configure:5635: result: yes
configure:5630: checking whether g++ accepts -Woverloaded-virtual
configure:5635: result: yes
configure:5648: checking whether user wants gprof
configure:5658: result: no
configure:5711: checking whether user wants prof
configure:5721: result: no
configure:5782: checking dependency style of gcc
configure:5873: result: gcc3
configure:5888: checking whether ln -s works
configure:5892: result: yes
configure:5899: checking whether make sets $(MAKE)
configure:5920: result: yes
configure:5942: checking for a BSD-compatible install
configure:5998: result: /usr/bin/install -c
configure:6011: checking for rm
configure:6029: found /usr/bin/rm
configure:6041: result: /usr/bin/rm
configure:6123: checking for a sed that does not truncate output
configure:6179: result: /usr/bin/sed
configure:6193: checking for ld used by gcc
configure:6260: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:6269: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU 
ld
configure:6284: result: yes
configure:6289: checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload 
object files
configure:6296: result: -r
configure:6314: checking for BSD-compatible nm
configure:6363: result: /usr/bin/nm -B
configure:6367: checking how to recognize dependent libraries
configure:6553: result: file_magic ^x86 archive import|^x86 DLL
configure:6826: checking for dlltool
configure:6842: found /usr/bin/dlltool
configure:6853: result: dlltool
configure:6922: checking for as
configure:6938: found /usr/bin/as
configure:6949: result: as
configure:7018: checking for objdump
configure:7034: found /usr/bin/objdump
configure:7045: result: objdump
configure:7093: checking dlfcn.h usability
configure:7110: gcc -c -g -O2 -Wall  conftest.c >&5
configure:7116: $? = 0
configure:7130: result: yes
configure:7134: checking dlfcn.h presence
configure:7149: gcc -E  conftest.c
configure:7155: $? = 0
configure:7169: result: yes
configure:7197: checking for dlfcn.h
configure:7205: result: yes
configure:7228: checking how to run the C++ preprocessor
configure:7340: result: g++ -E
configure:7369: g++ -E  conftest.cpp
configure:7375: $? = 0
configure:7406: g++ -E  conftest.cpp
conftest.cpp:21:28: ac_nonexistent.h: No such file or directory
configure:7412: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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:7504: checking for g77
configure:7534: result: no
configure:7504: checking for xlf
configure:7534: result: no
configure:7504: checking for f77
configure:7534: result: no
configure:7504: checking for frt
configure:7534: result: no
configure:7504: checking for pgf77
configure:7534: result: no
configure:7504: checking for cf77
configure:7534: result: no
configure:7504: checking for fort77
configure:7534: result: no
configure:7504: checking for fl32
configure:7534: result: no
configure:7504: checking for af77
configure:7534: result: no
configure:7504: checking for xlf90
configure:7534: result: no
configure:7504: checking for f90
configure:7534: result: no
configure:7504: checking for pgf90
configure:7534: result: no
configure:7504: checking for pghpf
configure:7534: result: no
configure:7504: checking for epcf90
configure:7534: result: no
configure:7504: checking for gfortran
configure:7534: result: no
configure:7504: checking for g95
configure:7534: result: no
configure:7504: checking for xlf95
configure:7534: result: no
configure:7504: checking for f95
configure:7534: result: no
configure:7504: checking for fort
configure:7534: result: no
configure:7504: checking for ifort
configure:7534: result: no
configure:7504: checking for ifc
configure:7534: result: no
configure:7504: checking for efc
configure:7534: result: no
configure:7504: checking for pgf95
configure:7534: result: no
configure:7504: checking for lf95
configure:7534: result: no
configure:7504: checking for ftn
configure:7534: result: no
configure:7561: checking for Fortran 77 compiler version
configure:7568:  --version >&5
./configure: line 7569: --version: command not found
configure:7571: $? = 127
configure:7578:  -v >&5
./configure: line 7579: -v: command not found
configure:7581: $? = 127
configure:7588:  -V >&5
./configure: line 7589: -V: command not found
configure:7591: $? = 127
configure:7599: checking whether we are using the GNU Fortran 77 compiler
configure:7618:  -c  conftest.F >&5
./configure: line 7619: -c: command not found
configure:7624: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:7641: result: no
configure:7647: checking whether  accepts -g
configure:7664:  -c -g conftest.f >&5
./configure: line 7665: -c: command not found
configure:7670: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:7686: result: no
configure:7716: checking the maximum length of command line arguments
configure:7825: result: 8192
configure:7836: checking command to parse /usr/bin/nm -B output from gcc object
configure:7941: gcc -c -g -O2 -Wall  conftest.c >&5
configure:7944: $? = 0
configure:7948: /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:7951: $? = 0
cannot find nm_test_var in conftest.nm
configure:7941: gcc -c -g -O2 -Wall  conftest.c >&5
configure:7944: $? = 0
configure:7948: /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:7951: $? = 0
configure:8003: gcc -o conftest.exe -g -O2 -Wall   conftest.c conftstm.o >&5
configure:8006: $? = 0
configure:8044: result: ok
configure:8048: checking for objdir
configure:8063: result: .libs
configure:8155: checking for ar
configure:8171: found /usr/bin/ar
configure:8182: result: ar
configure:8251: checking for ranlib
configure:8267: found /usr/bin/ranlib
configure:8278: result: ranlib
configure:8347: checking for strip
configure:8363: found /usr/bin/strip
configure:8374: result: strip
configure:8660: checking if gcc supports -fno-rtti -fno-exceptions
configure:8678: gcc -c -g -O2 -Wall  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:8682: $? = 0
configure:8695: result: no
configure:8710: checking for gcc option to produce PIC
configure:8942: result: -DDLL_EXPORT
configure:8950: checking if gcc PIC flag -DDLL_EXPORT works
configure:8968: gcc -c -g -O2 -Wall  -DDLL_EXPORT -DPIC conftest.c >&5
configure:8972: $? = 0
configure:8985: result: yes
configure:9013: checking if gcc static flag -static works
configure:9041: result: yes
configure:9051: checking if gcc supports -c -o file.o
configure:9072: gcc -c -g -O2 -Wall  -o out/conftest2.o conftest.c >&5
configure:9076: $? = 0
configure:9098: result: yes
configure:9124: checking whether the gcc linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:10100: result: yes
configure:10121: checking whether -lc should be explicitly linked in
configure:10126: gcc -c -g -O2 -Wall  conftest.c >&5
configure:10129: $? = 0
configure:10144: gcc -shared conftest.o  -v -o ./conftest 
-Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
configure:10147: $? = 1
configure:10159: result: yes
configure:10167: checking dynamic linker characteristics
configure:10735: result: Win32 ld.exe
configure:10744: checking how to hardcode library paths into programs
configure:10769: result: immediate
configure:10783: checking whether stripping libraries is possible
configure:10788: result: yes
configure:11589: checking if libtool supports shared libraries
configure:11591: result: yes
configure:11594: checking whether to build shared libraries
configure:11615: result: yes
configure:11618: checking whether to build static libraries
configure:11622: result: no
configure:11714: creating libtool
configure:12302: checking for ld used by g++
configure:12369: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:12378: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU 
ld
configure:12393: result: yes
configure:12444: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:13414: result: yes
configure:13432: g++ -c -g -O2 -Wall -Woverloaded-virtual  conftest.cpp >&5
configure:13435: $? = 0
configure:13587: checking for g++ option to produce PIC
configure:13871: result: -DDLL_EXPORT
configure:13879: checking if g++ PIC flag -DDLL_EXPORT works
configure:13897: g++ -c -g -O2 -Wall -Woverloaded-virtual  -DDLL_EXPORT -DPIC 
conftest.cpp >&5
configure:13901: $? = 0
configure:13914: result: yes
configure:13942: checking if g++ static flag -static works
configure:13970: result: yes
configure:13980: checking if g++ supports -c -o file.o
configure:14001: g++ -c -g -O2 -Wall -Woverloaded-virtual  -o out/conftest2.o 
conftest.cpp >&5
configure:14005: $? = 0
configure:14027: result: yes
configure:14053: checking whether the g++ linker 
(/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries
configure:14078: result: yes
configure:14145: checking dynamic linker characteristics
configure:14713: result: Win32 ld.exe
configure:14722: checking how to hardcode library paths into programs
configure:14747: result: immediate
configure:21570: checking for python
configure:21588: found /usr/bin/python
configure:21600: result: /usr/bin/python
configure:21623: checking for python version
configure:21630: result: 2.4
configure:21642: checking for python platform
configure:21649: result: cygwin
configure:21656: checking for python script directory
configure:21664: result: ${prefix}/lib/python2.4/site-packages
configure:21673: checking for python extension module directory
configure:21681: result: ${exec_prefix}/lib/python2.4/site-packages
configure:21699: checking for Python include path
configure:21717: result: /usr/include/python2.4
configure:21746: checking Python.h usability
configure:21763: gcc -c -g -O2 -Wall  -I/usr/include/python2.4 conftest.c >&5
configure:21769: $? = 0
configure:21783: result: yes
configure:21787: checking Python.h presence
configure:21802: gcc -E  -I/usr/include/python2.4 conftest.c
configure:21808: $? = 0
configure:21822: result: yes
configure:21850: checking for Python.h
configure:21858: result: yes
configure:21883: checking for Python LDFLAGS
configure:21911: result: -L/usr/lib/python2.4/config -lpython2.4
configure:21914: checking for pythondir
configure:21917: result: ${prefix}/lib/python2.4/site-packages
configure:21920: checking for pkgpythondir
configure:21923: result: ${pythondir}/gnuradio
configure:21926: checking for pyexecdir
configure:21929: result: ${exec_prefix}/lib/python2.4/site-packages
configure:21932: checking for pkgpyexecdir
configure:21935: result: ${pyexecdir}/gnuradio
configure:21952: checking for swig
configure:21968: found /usr/local/bin/swig
configure:21979: result: /usr/local/bin/swig
configure:21993: checking for SWIG version
configure:21997: result: 1.3.31
configure:22039: checking for xmlto
configure:22069: result: no
configure:22084: checking for socket in -lsocket
configure:22119: gcc -o conftest.exe -g -O2 -Wall   conftest.c -lsocket   >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lsocket
collect2: ld returned 1 exit status
configure:22125: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:22143: result: no
configure:22302: checking for the pthreads library -lpthreads
configure:22345: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lpthreads  >&5
conftest.c: In function `main':
conftest.c:26: warning: 'th' might be used uninitialized in this function
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lpthreads
collect2: ld returned 1 exit status
configure:22351: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:22371: result: no
configure:22291: checking whether pthreads work without any flags
configure:22345: gcc -o conftest.exe -g -O2 -Wall    conftest.c   >&5
conftest.c: In function `main':
conftest.c:26: warning: 'th' might be used uninitialized in this function
configure:22351: $? = 0
configure:22371: result: yes
configure:22391: checking for joinable pthread attribute
configure:22414: gcc -o conftest.exe -g -O2 -Wall    conftest.c   >&5
conftest.c: In function `main':
conftest.c:26: warning: unused variable `attr'
configure:22420: $? = 0
configure:22488: result: PTHREAD_CREATE_JOINABLE
configure:22495: checking if more special flags are required for pthreads
configure:22502: result: no
configure:22514: checking for cc_r
configure:22542: result: gcc
configure:22651: checking for library containing clock_gettime
configure:22692: gcc -o conftest.exe -g -O2 -Wall   conftest.c  >&5
configure:22698: $? = 0
configure:22726: result: none required
configure:22740: checking for clock_gettime
configure:22796: gcc -o conftest.exe -g -O2 -Wall   conftest.c  >&5
configure:22802: $? = 0
configure:22820: result: yes
configure:22740: checking for gettimeofday
configure:22796: gcc -o conftest.exe -g -O2 -Wall   conftest.c  >&5
configure:22802: $? = 0
configure:22820: result: yes
configure:22740: checking for nanosleep
configure:22796: gcc -o conftest.exe -g -O2 -Wall   conftest.c  >&5
configure:22802: $? = 0
configure:22820: result: yes
configure:22867: checking sys/ipc.h usability
configure:22884: gcc -c -g -O2 -Wall   conftest.c >&5
configure:22890: $? = 0
configure:22904: result: yes
configure:22908: checking sys/ipc.h presence
configure:22923: gcc -E  conftest.c
configure:22929: $? = 0
configure:22943: result: yes
configure:22971: checking for sys/ipc.h
configure:22979: result: yes
configure:22867: checking sys/shm.h usability
configure:22884: gcc -c -g -O2 -Wall   conftest.c >&5
configure:22890: $? = 0
configure:22904: result: yes
configure:22908: checking sys/shm.h presence
configure:22923: gcc -E  conftest.c
configure:22929: $? = 0
configure:22943: result: yes
configure:22971: checking for sys/shm.h
configure:22979: result: yes
configure:22994: checking for library containing shmat
configure:23035: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:23041: $? = 0
configure:23069: result: none required
configure:23092: checking for ANSI C header files
configure:23256: result: yes
configure:23266: checking for sys/wait.h that is POSIX.1 compatible
configure:23302: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23308: $? = 0
configure:23323: result: yes
configure:23354: checking fcntl.h usability
configure:23371: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23377: $? = 0
configure:23391: result: yes
configure:23395: checking fcntl.h presence
configure:23410: gcc -E  conftest.c
configure:23416: $? = 0
configure:23430: result: yes
configure:23458: checking for fcntl.h
configure:23466: result: yes
configure:23354: checking limits.h usability
configure:23371: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23377: $? = 0
configure:23391: result: yes
configure:23395: checking limits.h presence
configure:23410: gcc -E  conftest.c
configure:23416: $? = 0
configure:23430: result: yes
configure:23458: checking for limits.h
configure:23466: result: yes
configure:23344: checking for strings.h
configure:23350: result: yes
configure:23354: checking time.h usability
configure:23371: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23377: $? = 0
configure:23391: result: yes
configure:23395: checking time.h presence
configure:23410: gcc -E  conftest.c
configure:23416: $? = 0
configure:23430: result: yes
configure:23458: checking for time.h
configure:23466: result: yes
configure:23354: checking sys/ioctl.h usability
configure:23371: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23377: $? = 0
configure:23391: result: yes
configure:23395: checking sys/ioctl.h presence
configure:23410: gcc -E  conftest.c
configure:23416: $? = 0
configure:23430: result: yes
configure:23458: checking for sys/ioctl.h
configure:23466: result: yes
configure:23354: checking sys/time.h usability
configure:23371: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23377: $? = 0
configure:23391: result: yes
configure:23395: checking sys/time.h presence
configure:23410: gcc -E  conftest.c
configure:23416: $? = 0
configure:23430: result: yes
configure:23458: checking for sys/time.h
configure:23466: result: yes
configure:23344: checking for unistd.h
configure:23350: result: yes
configure:23497: checking linux/ppdev.h usability
configure:23514: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c:70:25: linux/ppdev.h: No such file or directory
configure:23520: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/ppdev.h>
configure:23534: result: no
configure:23538: checking linux/ppdev.h presence
configure:23553: gcc -E  conftest.c
conftest.c:37:25: linux/ppdev.h: No such file or directory
configure:23559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <linux/ppdev.h>
configure:23573: result: no
configure:23601: checking for linux/ppdev.h
configure:23609: result: no
configure:23497: checking sys/mman.h usability
configure:23514: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23520: $? = 0
configure:23534: result: yes
configure:23538: checking sys/mman.h presence
configure:23553: gcc -E  conftest.c
configure:23559: $? = 0
configure:23573: result: yes
configure:23601: checking for sys/mman.h
configure:23609: result: yes
configure:23497: checking sys/select.h usability
configure:23514: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23520: $? = 0
configure:23534: result: yes
configure:23538: checking sys/select.h presence
configure:23553: gcc -E  conftest.c
configure:23559: $? = 0
configure:23573: result: yes
configure:23601: checking for sys/select.h
configure:23609: result: yes
configure:23487: checking for sys/types.h
configure:23493: result: yes
configure:23639: checking sys/resource.h usability
configure:23656: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23662: $? = 0
configure:23676: result: yes
configure:23680: checking sys/resource.h presence
configure:23695: gcc -E  conftest.c
configure:23701: $? = 0
configure:23715: result: yes
configure:23743: checking for sys/resource.h
configure:23751: result: yes
configure:23629: checking for stdint.h
configure:23635: result: yes
configure:23639: checking sched.h usability
configure:23656: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23662: $? = 0
configure:23676: result: yes
configure:23680: checking sched.h presence
configure:23695: gcc -E  conftest.c
configure:23701: $? = 0
configure:23715: result: yes
configure:23743: checking for sched.h
configure:23751: result: yes
configure:23765: checking for an ANSI C-conforming const
configure:23840: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c: In function `main':
conftest.c:88: warning: 'b' might be used uninitialized in this function
conftest.c:69: warning: 't' might be used uninitialized in this function
configure:23846: $? = 0
configure:23861: result: yes
configure:23871: checking for inline
configure:23897: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23903: $? = 0
configure:23921: result: inline
configure:23940: checking for size_t
configure:23970: gcc -c -g -O2 -Wall   conftest.c >&5
configure:23976: $? = 0
configure:23991: result: yes
configure:24003: checking whether time.h and sys/time.h may both be included
configure:24033: gcc -c -g -O2 -Wall   conftest.c >&5
configure:24039: $? = 0
configure:24054: result: yes
configure:24064: checking whether byte ordering is bigendian
configure:24097: gcc -c -g -O2 -Wall   conftest.c >&5
configure:24103: $? = 0
configure:24135: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c: In function `main':
conftest.c:51: error: `not' undeclared (first use in this function)
conftest.c:51: error: (Each undeclared identifier is reported only once
conftest.c:51: error: for each function it appears in.)
conftest.c:51: error: parse error before "big"
configure:24141: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:24281: result: no
configure:24300: checking whether struct tm is in sys/time.h or time.h
configure:24330: gcc -c -g -O2 -Wall   conftest.c >&5
configure:24336: $? = 0
configure:24351: result: time.h
configure:24364: checking for working alloca.h
configure:24391: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:24397: $? = 0
configure:24414: result: yes
configure:24424: checking for alloca
configure:24471: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:24477: $? = 0
configure:24494: result: yes
configure:24721: checking for function prototypes
configure:24724: result: yes
configure:24741: checking whether setvbuf arguments are reversed
configure:24771: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:50: error: conflicting types for 'setvbuf'
/usr/include/stdio.h:176: error: previous declaration of 'setvbuf' was here
conftest.c:50: error: conflicting types for 'setvbuf'
/usr/include/stdio.h:176: error: previous declaration of 'setvbuf' was here
configure:24777: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #   ifdef PROTOTYPES
|      int (setvbuf) (FILE *, int, char *, size_t);
| #   endif
| int
| main ()
| {
| char buf; return setvbuf (stdout, _IOLBF, &buf, 1);
|   ;
|   return 0;
| }
configure:24898: result: no
configure:24912: checking for vprintf
configure:24968: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:71: warning: conflicting types for built-in function 'vprintf'
configure:24974: $? = 0
configure:24992: result: yes
configure:24999: checking for _doprnt
configure:25055: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
/cygdrive/c/DOCUME~1/anastas/LOCALS~1/Temp/ccLs2sNf.o: In function `main':
/home/anastas/gnuradio_3.0/conftest.c:83: undefined reference to `__doprnt'
collect2: ld returned 1 exit status
configure:25061: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares 
_doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); 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
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:25078: result: no
configure:25103: checking for mmap
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for select
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for socket
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for strcspn
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:75: warning: conflicting types for built-in function 'strcspn'
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for strerror
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for strspn
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:77: warning: conflicting types for built-in function 'strspn'
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for getpagesize
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25103: checking for sysconf
configure:25159: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25165: $? = 0
configure:25183: result: yes
configure:25200: checking for snprintf
configure:25256: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:80: warning: conflicting types for built-in function 'snprintf'
configure:25262: $? = 0
configure:25280: result: yes
configure:25200: checking for gettimeofday
configure:25280: result: yes
configure:25200: checking for nanosleep
configure:25280: result: yes
configure:25200: checking for sched_setscheduler
configure:25256: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:25262: $? = 0
configure:25280: result: yes
configure:25295: checking for modf
configure:25351: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:84: warning: conflicting types for built-in function 'modf'
configure:25357: $? = 0
configure:25375: result: yes
configure:25295: checking for sqrt
configure:25351: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c:85: warning: conflicting types for built-in function 'sqrt'
configure:25357: $? = 0
configure:25375: result: yes
configure:25386: checking for sincos in -lm
configure:25421: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:70: warning: conflicting types for built-in function 'sincos'
configure:25427: $? = 0
configure:25445: result: yes
configure:25455: checking for sincosf in -lm
configure:25490: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:71: warning: conflicting types for built-in function 'sincosf'
configure:25496: $? = 0
configure:25514: result: yes
configure:25524: checking for sinf in -lm
configure:25559: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:72: warning: conflicting types for built-in function 'sinf'
configure:25565: $? = 0
configure:25583: result: yes
configure:25593: checking for cosf in -lm
configure:25628: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:73: warning: conflicting types for built-in function 'cosf'
configure:25634: $? = 0
configure:25652: result: yes
configure:25662: checking for trunc in -lm
configure:25697: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:74: warning: conflicting types for built-in function 'trunc'
configure:25703: $? = 0
configure:25721: result: yes
configure:25731: checking for exp10 in -lm
configure:25766: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lm   >&5
conftest.c:75: warning: conflicting types for built-in function 'exp10'
/cygdrive/c/DOCUME~1/anastas/LOCALS~1/Temp/ccqnjEWq.o: In function `main':
/home/anastas/gnuradio_3.0/conftest.c:79: undefined reference to `_exp10'
collect2: ld returned 1 exit status
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char exp10 ();
| int
| main ()
| {
| return exp10 ();
|   ;
|   return 0;
| }
configure:25790: result: no
configure:25808: checking for library containing shm_open
configure:25849: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
/cygdrive/c/DOCUME~1/anastas/LOCALS~1/Temp/cckNsK9w.o: In function `main':
/home/anastas/gnuradio_3.0/conftest.c:79: undefined reference to `_shm_open'
collect2: ld returned 1 exit status
configure:25855: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:25849: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lrt   >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot 
find -lrt
collect2: ld returned 1 exit status
configure:25855: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:25883: result: no
configure:25895: checking for shm_open
configure:25951: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
/cygdrive/c/DOCUME~1/anastas/LOCALS~1/Temp/ccyodt1o.o: In function `main':
/home/anastas/gnuradio_3.0/conftest.c:102: undefined reference to `_shm_open'
collect2: ld returned 1 exit status
configure:25957: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| /* end confdefs.h.  */
| /* Define shm_open to an innocuous variant, in case <limits.h> declares 
shm_open.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shm_open innocuous_shm_open
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shm_open (); 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
| 
| #undef shm_open
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shm_open ();
| /* 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_shm_open || defined __stub___shm_open
| choke me
| #endif
| 
| int
| main ()
| {
| return shm_open ();
|   ;
|   return 0;
| }
configure:25975: result: no
configure:25993: checking whether /usr/i686-pc-cygwin/bin/ld.exe accepts 
--enable-runtime-pseudo-reloc
configure:25999: result: yes
configure:26010: checking for CreateFileMapping function
configure:26037: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c: In function `main':
conftest.c:6: warning: 'size' might be used uninitialized in this function
configure:26043: $? = 0
configure:26063: result: yes
configure:26084: checking for sys/types.h
configure:26090: result: yes
configure:26084: checking for fcntl.h
configure:26090: result: yes
configure:26094: checking io.h usability
configure:26111: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26117: $? = 0
configure:26131: result: yes
configure:26135: checking io.h presence
configure:26150: gcc -E  conftest.c
configure:26156: $? = 0
configure:26170: result: yes
configure:26198: checking for io.h
configure:26206: result: yes
configure:26234: checking windows.h usability
configure:26251: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26257: $? = 0
configure:26271: result: yes
configure:26275: checking windows.h presence
configure:26290: gcc -E  conftest.c
configure:26296: $? = 0
configure:26310: result: yes
configure:26338: checking for windows.h
configure:26346: result: yes
configure:26364: checking for winioctl.h
configure:26389: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26395: $? = 0
configure:26411: result: yes
configure:26364: checking for winbase.h
configure:26389: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26395: $? = 0
configure:26411: result: yes
configure:26436: checking for getopt
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for usleep
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for gettimeofday
configure:26516: result: yes
configure:26436: checking for nanosleep
configure:26516: result: yes
configure:26436: checking for rand
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for srand
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for random
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for srandom
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for sleep
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26436: checking for sigaction
configure:26492: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26498: $? = 0
configure:26516: result: yes
configure:26526: checking for struct timezone
configure:26571: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26577: $? = 0
configure:26592: result: yes
configure:26602: checking for struct timespec
configure:26647: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26653: $? = 0
configure:26668: result: yes
configure:26678: checking for ssize_t
configure:26723: gcc -c -g -O2 -Wall   conftest.c >&5
configure:26729: $? = 0
configure:26744: result: yes
configure:26762: checking for getopt
configure:26842: result: yes
configure:26762: checking for usleep
configure:26842: result: yes
configure:26762: checking for gettimeofday
configure:26842: result: yes
configure:26862: checking for Sleep
configure:26887: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:26893: $? = 0
configure:26904: result: yes
configure:26918: checking whether mkdir accepts only one arg
configure:26945: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c: In function `main':
conftest.c:99: error: too few arguments to function `mkdir'
configure:26951: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|        #include <sys/stat.h>
|        #include <fcntl.h>
| int
| main ()
| {
| 
|        mkdir("")
| 
|   ;
|   return 0;
| }
configure:26967: result: no
configure:26982: checking for dot
configure:26998: found /cygdrive/c/Programs/MATLAB704/bin/win32/dot
configure:27010: result: YES
configure:27025: checking for pkg-config
configure:27043: found /usr/bin/pkg-config
configure:27056: result: /usr/bin/pkg-config
configure:27078: checking for fftw3f >= 3.0
configure:27082: result: yes
configure:27086: checking FFTW3F_CFLAGS
configure:27089: result: -I/usr/local/include  
configure:27092: checking FFTW3F_LIBS
configure:27095: result: -L/usr/local/lib -lfftw3f -lm  
configure:27098: checking FFTW3F_INCLUDEDIR
configure:27101: result: /usr/local/include
configure:27289: checking for machine dependent speedups
configure:27297: result: x86
configure:27362: checking for cppunit-config
configure:27380: found /usr/local/bin/cppunit-config
configure:27393: result: /usr/local/bin/cppunit-config
configure:27403: checking for Cppunit - version >= 1.9.14
configure:27436: result: 1.12.0
configure:27502: checking boost/shared_ptr.hpp usability
configure:27519: g++ -c -g -O2 -Wall -Woverloaded-virtual   
-I/usr/include/boost-1_33_1 conftest.cpp >&5
configure:27525: $? = 0
configure:27539: result: yes
configure:27543: checking boost/shared_ptr.hpp presence
configure:27558: g++ -E  -I/usr/include/boost-1_33_1 conftest.cpp
configure:27564: $? = 0
configure:27578: result: yes
configure:27606: checking for boost/shared_ptr.hpp
configure:27613: result: yes
configure:27989: result: Component gnuradio-core passed configuration checks, 
building.
configure:28029: result: Component gnuradio-examples passed configuration 
checks, building.
configure:28039: checking whether stat file-mode macros are broken
configure:28076: gcc -c -g -O2 -Wall   conftest.c >&5
configure:28082: $? = 0
configure:28097: result: no
configure:28113: checking for fcntl.h
configure:28119: result: yes
configure:28255: checking for sys/time.h
configure:28261: result: yes
configure:28397: checking for unistd.h
configure:28403: result: yes
configure:28534: checking whether getenv is declared
configure:28563: gcc -c -g -O2 -Wall   conftest.c >&5
configure:28569: $? = 0
configure:28584: result: yes
configure:28623: checking for mkstemp
configure:28679: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:28685: $? = 0
configure:28703: result: yes
configure:28724: checking for mkstemp limitations
configure:28763: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
conftest.c: In function `main':
conftest.c:108: warning: implicit declaration of function `close'
configure:28766: $? = 0
configure:28772: ./conftest.exe
configure:28775: $? = 0
configure:28793: result: no
configure:29139: checking whether byte ordering is bigendian
configure:29356: result: no
configure:29391: checking byteswap.h usability
configure:29408: gcc -c -g -O2 -Wall   conftest.c >&5
configure:29414: $? = 0
configure:29428: result: yes
configure:29432: checking byteswap.h presence
configure:29447: gcc -E  conftest.c
configure:29453: $? = 0
configure:29467: result: yes
configure:29495: checking for byteswap.h
configure:29503: result: yes
configure:29391: checking linux/compiler.h usability
configure:29408: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c:131:28: linux/compiler.h: No such file or directory
configure:29414: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/compiler.h>
configure:29428: result: no
configure:29432: checking linux/compiler.h presence
configure:29447: gcc -E  conftest.c
conftest.c:98:28: linux/compiler.h: No such file or directory
configure:29453: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| /* end confdefs.h.  */
| #include <linux/compiler.h>
configure:29467: result: no
configure:29495: checking for linux/compiler.h
configure:29503: result: no
configure:29521: checking for getrusage
configure:29577: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
configure:29583: $? = 0
configure:29601: result: yes
configure:29521: checking for sched_setscheduler
configure:29601: result: yes
configure:29616: checking for sigaction
configure:29696: result: yes
configure:29616: checking for snprintf
configure:29696: result: yes
configure:29732: checking usb.h usability
configure:29749: gcc -c -g -O2 -Wall   conftest.c >&5
configure:29755: $? = 0
configure:29769: result: yes
configure:29773: checking usb.h presence
configure:29788: gcc -E  conftest.c
configure:29794: $? = 0
configure:29808: result: yes
configure:29836: checking for usb.h
configure:29844: result: yes
configure:29868: checking for library containing usb_bulk_write
configure:29909: gcc -o conftest.exe -g -O2 -Wall    conftest.c  >&5
/cygdrive/c/DOCUME~1/anastas/LOCALS~1/Temp/ccKh8r6K.o: In function `main':
/home/anastas/gnuradio_3.0/conftest.c:114: undefined reference to 
`_usb_bulk_write'
collect2: ld returned 1 exit status
configure:29915: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char usb_bulk_write ();
| int
| main ()
| {
| return usb_bulk_write ();
|   ;
|   return 0;
| }
configure:29909: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lusb   >&5
configure:29915: $? = 0
configure:29943: result: -lusb
configure:29994: checking linux/usbdevice_fs.h usability
configure:30011: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c:136:32: linux/usbdevice_fs.h: No such file or directory
configure:30017: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/usbdevice_fs.h>
configure:30031: result: no
configure:30035: checking linux/usbdevice_fs.h presence
configure:30050: gcc -E  conftest.c
conftest.c:103:32: linux/usbdevice_fs.h: No such file or directory
configure:30056: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <linux/usbdevice_fs.h>
configure:30070: result: no
configure:30098: checking for linux/usbdevice_fs.h
configure:30105: result: no
configure:30117: checking for fast usb technique to use
configure:30177: result: win32
configure:30226: checking for sdcc
configure:30242: found /usr/src/SDCC/bin/sdcc
configure:30254: result: sdcc -mmcs51 --no-xinit-opt
configure:30264: checking for asx8051
configure:30280: found /usr/src/SDCC/bin/asx8051
configure:30292: result: asx8051 -plosgff
configure:30311: checking sdcc_version "2.6.0"
configure:30337: result: 2.6.0
configure:30372: result: Component usrp passed configuration checks, building.
configure:30426: result: Component gr-usrp passed configuration checks, 
building.
configure:30509: checking for alsa >= 0.9
configure:30555: result: gr-audio-alsa requires package alsa, not found.
configure:30568: result: Not building component gr-audio-alsa.
configure:30663: checking for jack >= 0.8
configure:30709: result: gr-audio-jack requires package jack, not found.
configure:30722: result: Not building component gr-audio-jack.
configure:30846: checking sys/soundcard.h usability
configure:30863: gcc -c -g -O2 -Wall   conftest.c >&5
configure:30869: $? = 0
configure:30883: result: yes
configure:30887: checking sys/soundcard.h presence
configure:30902: gcc -E  conftest.c
configure:30908: $? = 0
configure:30922: result: yes
configure:30950: checking for sys/soundcard.h
configure:30957: result: yes
configure:30990: result: Component gr-audio-oss passed configuration checks, 
building.
configure:31021: result: gr-audio-osx requires darwin or MacOS X.
configure:31040: checking AudioUnit/AudioUnit.h usability
configure:31057: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c:136:33: AudioUnit/AudioUnit.h: No such file or directory
configure:31063: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <AudioUnit/AudioUnit.h>
configure:31077: result: no
configure:31081: checking AudioUnit/AudioUnit.h presence
configure:31096: gcc -E  conftest.c
conftest.c:103:33: AudioUnit/AudioUnit.h: No such file or directory
configure:31102: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <AudioUnit/AudioUnit.h>
configure:31116: result: no
configure:31144: checking for AudioUnit/AudioUnit.h
configure:31152: result: no
configure:31162: result: gr-audio-osx requires AudioUnit/AudioUnit.h, which is 
available on MacOS X.
configure:31184: checking AudioToolbox/AudioToolbox.h usability
configure:31201: gcc -c -g -O2 -Wall   conftest.c >&5
conftest.c:136:39: AudioToolbox/AudioToolbox.h: No such file or directory
configure:31207: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <AudioToolbox/AudioToolbox.h>
configure:31221: result: no
configure:31225: checking AudioToolbox/AudioToolbox.h presence
configure:31240: gcc -E  conftest.c
conftest.c:103:39: AudioToolbox/AudioToolbox.h: No such file or directory
configure:31246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| /* end confdefs.h.  */
| #include <AudioToolbox/AudioToolbox.h>
configure:31260: result: no
configure:31288: checking for AudioToolbox/AudioToolbox.h
configure:31296: result: no
configure:31306: result: gr-audio-osx requires AudioToolbox/AudioToolbox.h, 
which is available on MacOS X.
configure:31316: result: gr-audio-osx requires AudioUnit, not found.
configure:31329: result: Not building component gr-audio-osx.
configure:31423: checking for portaudio-2.0 >= 19
configure:31427: result: yes
configure:31431: checking PORTAUDIO_CFLAGS
configure:31434: result: -mthreads -I/usr/local/include  
configure:31437: checking PORTAUDIO_LIBS
configure:31440: result: -L/usr/local/lib -lportaudio -lwinmm -lm  
configure:31443: checking PORTAUDIO_INCLUDEDIR
configure:31446: result: /usr/local/include
configure:31493: result: Component gr-audio-portaudio passed configuration 
checks, building.
configure:31519: checking for main in -lwinmm
configure:31548: gcc -o conftest.exe -g -O2 -Wall    conftest.c -lwinmm   >&5
configure:31554: $? = 0
configure:31572: result: yes
configure:31608: result: Component gr-audio-windows passed configuration 
checks, building.
configure:31651: result: Component gr-gsm-fr-vocoder passed configuration 
checks, building.
configure:31694: result: Component gr-radio-astronomy passed configuration 
checks, building.
configure:31737: result: Component gr-trellis passed configuration checks, 
building.
configure:31804: checking for sdl-config
configure:31822: found /usr/local/bin/sdl-config
configure:31835: result: /usr/local/bin/sdl-config
configure:31844: checking for SDL - version >= 1.2.0
configure:31939: gcc -o conftest.exe -g -O2 -Wall  -I/usr/local/include/SDL 
-I/usr/include/mingw -mno-cygwin -Dmain=SDL_main   conftest.c -lwinmm  
-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mno-cygwin -mwindows >&5
In file included from /usr/local/include/SDL/SDL_main.h:26,
                 from /usr/local/include/SDL/SDL.h:28,
                 from conftest.c:108:
/usr/local/include/SDL/SDL_stdinc.h:165:22: alloca.h: No such file or directory
configure:31942: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| #define HAVE_LIBWINMM 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #include "SDL.h"
| 
| char*
| my_strdup (char *str)
| {
|   char *new_str;
| 
|   if (str)
|     {
|       new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
|       strcpy (new_str, str);
|     }
|   else
|     new_str = NULL;
| 
|   return new_str;
| }
| 
| int main (int argc, char *argv[])
| {
|   int major, minor, micro;
|   char *tmp_version;
| 
|   /* This hangs on some systems (?)
|   system ("touch conf.sdltest");
|   */
|   { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
| 
|   /* HP/UX 9 (address@hidden) writes to sscanf strings */
|   tmp_version = my_strdup("1.2.0");
|   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
|      printf("%s, bad version string\n", "1.2.0");
|      exit(1);
|    }
| 
|    if ((1 > major) ||
|       ((1 == major) && (2 > minor)) ||
|       ((1 == major) && (2 == minor) && (11 >= micro)))
|     {
|       return 0;
|     }
|   else
|     {
|       printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum 
version\n", 1, 2, 11);
|       printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then 
it is\n", major, minor, micro);
|       printf("*** best to upgrade to the required version.\n");
|       printf("*** If sdl-config was wrong, set the environment variable 
SDL_CONFIG\n");
|       printf("*** to point to the correct copy of sdl-config, and remove the 
file\n");
|       printf("*** config.cache before re-running configure\n");
|       return 1;
|     }
| }
| 
| 
configure:31975: result: no
configure:32018: gcc -o conftest.exe -g -O2 -Wall  -I/usr/local/include/SDL 
-I/usr/include/mingw -mno-cygwin -Dmain=SDL_main   conftest.c -lwinmm  
-L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mno-cygwin -mwindows >&5
In file included from /usr/local/include/SDL/SDL_main.h:26,
                 from /usr/local/include/SDL/SDL.h:28,
                 from conftest.c:106:
/usr/local/include/SDL/SDL_stdinc.h:165:22: alloca.h: No such file or directory
configure:32024: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gnuradio"
| #define VERSION "3.0.2svn"
| #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 HAVE_PYTHON_H 1
| #define OMNITHREAD_POSIX 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_VPRINTF 1
| #define HAVE_MMAP 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSPN 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SYSCONF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_MODF 1
| #define HAVE_SQRT 1
| #define HAVE_SINCOS 1
| #define HAVE_SINCOSF 1
| #define HAVE_SINF 1
| #define HAVE_COSF 1
| #define HAVE_TRUNC 1
| #define HAVE_CREATEFILEMAPPING 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_IO_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINIOCTL_H 1
| #define HAVE_WINBASE_H 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_RAND 1
| #define HAVE_SRAND 1
| #define HAVE_RANDOM 1
| #define HAVE_SRANDOM 1
| #define HAVE_SLEEP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STRUCT_TIMEZONE 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_SSIZE_T 1
| #define HAVE_GETOPT 1
| #define HAVE_USLEEP 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SSLEEP 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_MKSTEMP 1
| #define HAVE_BYTESWAP_H 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_SCHED_SETSCHEDULER 1
| #define HAVE_SIGACTION 1
| #define HAVE_SNPRINTF 1
| #define HAVE_USB_H 1
| #define HAVE_LIBWINMM 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include "SDL.h"
| 
| int main(int argc, char *argv[])
| { return 0; }
| #undef  main
| #define main K_and_R_C_main
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:32057: result: gr-video-sdl requires library sdl, not found or failed 
test.
configure:32073: result: Not building component gr-video-sdl.
configure:32130: result: Component gr-wxgui passed configuration checks, 
building.
configure:32379: creating ./config.status

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

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

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

on raul

config.status:895: creating gnuradio-core/Makefile
config.status:895: creating gnuradio-core/gnuradio-core.pc
config.status:895: creating gnuradio-core/doc/Doxyfile
config.status:895: creating gnuradio-core/doc/Makefile
config.status:895: creating gnuradio-core/doc/other/Makefile
config.status:895: creating gnuradio-core/doc/xml/Makefile
config.status:895: creating gnuradio-core/src/Makefile
config.status:895: creating gnuradio-core/src/gen_interpolator_taps/Makefile
config.status:895: creating gnuradio-core/src/lib/Makefile
config.status:895: creating gnuradio-core/src/lib/filter/Makefile
config.status:895: creating gnuradio-core/src/lib/g72x/Makefile
config.status:895: creating gnuradio-core/src/lib/general/Makefile
config.status:895: creating gnuradio-core/src/lib/general/gr_prefix.cc
config.status:895: creating gnuradio-core/src/lib/io/Makefile
config.status:895: creating gnuradio-core/src/lib/missing/Makefile
config.status:895: creating gnuradio-core/src/lib/omnithread/Makefile
config.status:895: creating gnuradio-core/src/lib/reed-solomon/Makefile
config.status:895: creating gnuradio-core/src/lib/runtime/Makefile
config.status:895: creating gnuradio-core/src/lib/swig/Makefile
config.status:895: creating gnuradio-core/src/python/Makefile
config.status:895: creating gnuradio-core/src/python/bin/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/blks/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/blksimpl/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/gr/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/gr/run_tests
config.status:895: creating gnuradio-core/src/python/gnuradio/gru/Makefile
config.status:895: creating gnuradio-core/src/python/gnuradio/gruimpl/Makefile
config.status:895: creating gnuradio-core/src/tests/Makefile
config.status:895: creating gnuradio-core/src/utils/Makefile
config.status:895: creating gnuradio-examples/Makefile
config.status:895: creating gnuradio-examples/python/Makefile
config.status:895: creating gnuradio-examples/python/apps/hf_explorer/Makefile
config.status:895: creating gnuradio-examples/python/apps/hf_radio/Makefile
config.status:895: creating gnuradio-examples/python/apps/Makefile
config.status:895: creating gnuradio-examples/python/audio/Makefile
config.status:895: creating gnuradio-examples/python/channel-coding/Makefile
config.status:895: creating 
gnuradio-examples/python/channel-coding/fsm_files/Makefile
config.status:895: creating gnuradio-examples/python/digital/Makefile
config.status:895: creating gnuradio-examples/python/digital_voice/Makefile
config.status:895: creating gnuradio-examples/python/multi-antenna/Makefile
config.status:895: creating gnuradio-examples/python/multi_usrp/Makefile
config.status:895: creating gnuradio-examples/python/networking/Makefile
config.status:895: creating gnuradio-examples/python/usrp/Makefile
config.status:895: creating usrp/Makefile
config.status:895: creating usrp/usrp.pc
config.status:895: creating usrp/usrp.iss
config.status:895: creating usrp/doc/Doxyfile
config.status:895: creating usrp/doc/Makefile
config.status:895: creating usrp/doc/other/Makefile
config.status:895: creating usrp/host/Makefile
config.status:895: creating usrp/host/misc/Makefile
config.status:895: creating usrp/host/lib/Makefile
config.status:895: creating usrp/host/lib/std_paths.h
config.status:895: creating usrp/host/swig/Makefile
config.status:895: creating usrp/host/apps/Makefile
config.status:895: creating usrp/firmware/Makefile
config.status:895: creating usrp/firmware/include/Makefile
config.status:895: creating usrp/firmware/lib/Makefile
config.status:895: creating usrp/firmware/src/Makefile
config.status:895: creating usrp/firmware/src/common/Makefile
config.status:895: creating usrp/firmware/src/usrp2/Makefile
config.status:895: creating usrp/fpga/Makefile
config.status:895: creating usrp/fpga/rbf/Makefile
config.status:895: creating gr-usrp/Makefile
config.status:895: creating gr-usrp/src/Makefile
config.status:895: creating gr-usrp/src/run_tests
config.status:895: creating gr-audio-alsa/Makefile
config.status:895: creating gr-audio-alsa/src/Makefile
config.status:895: creating gr-audio-alsa/src/run_tests
config.status:895: creating gr-audio-jack/Makefile
config.status:895: creating gr-audio-jack/src/Makefile
config.status:895: creating gr-audio-jack/src/run_tests
config.status:895: creating gr-audio-oss/Makefile
config.status:895: creating gr-audio-oss/src/Makefile
config.status:895: creating gr-audio-oss/src/run_tests
config.status:895: creating gr-audio-osx/Makefile
config.status:895: creating gr-audio-osx/src/Makefile
config.status:895: creating gr-audio-osx/src/run_tests
config.status:895: creating gr-audio-portaudio/Makefile
config.status:895: creating gr-audio-portaudio/src/Makefile
config.status:895: creating gr-audio-portaudio/src/run_tests
config.status:895: creating gr-audio-windows/Makefile
config.status:895: creating gr-audio-windows/src/Makefile
config.status:895: creating gr-audio-windows/src/run_tests
config.status:895: creating gr-gsm-fr-vocoder/Makefile
config.status:895: creating gr-gsm-fr-vocoder/src/Makefile
config.status:895: creating gr-gsm-fr-vocoder/src/lib/Makefile
config.status:895: creating gr-gsm-fr-vocoder/src/lib/gsm/Makefile
config.status:895: creating gr-gsm-fr-vocoder/src/python/Makefile
config.status:895: creating gr-gsm-fr-vocoder/src/python/run_tests
config.status:895: creating gr-radio-astronomy/Makefile
config.status:895: creating gr-radio-astronomy/src/Makefile
config.status:895: creating gr-radio-astronomy/src/lib/Makefile
config.status:895: creating gr-radio-astronomy/src/python/Makefile
config.status:895: creating gr-radio-astronomy/src/python/run_tests
config.status:895: creating gr-trellis/Makefile
config.status:895: creating gr-trellis/doc/Makefile
config.status:895: creating gr-trellis/src/Makefile
config.status:895: creating gr-trellis/src/lib/Makefile
config.status:895: creating gr-trellis/src/python/Makefile
config.status:895: creating gr-trellis/src/python/run_tests
config.status:895: creating gr-video-sdl/Makefile
config.status:895: creating gr-video-sdl/src/Makefile
config.status:895: creating gr-video-sdl/src/run_tests
config.status:895: creating gr-wxgui/Makefile
config.status:895: creating gr-wxgui/src/Makefile
config.status:895: creating gr-wxgui/src/python/Makefile
config.status:895: creating Makefile
config.status:895: creating run_tests.sh
config.status:895: creating config/Makefile
config.status:895: creating config.h
config.status:1221: config.h is unchanged
config.status:1267: executing depfiles commands
config.status:1267: executing run_tests_core commands
config.status:1267: executing swig_deps commands
config.status:1267: executing run_tests_usrp commands
config.status:1267: executing run_tests_oss commands
config.status:1267: executing run_tests_portaudio commands
config.status:1267: executing run_tests_audio_windows commands
config.status:1267: executing run_tests_gsm commands
config.status:1267: executing run_tests_astronomy commands
config.status:1267: executing run_tests_gr_trellis commands
config.status:1267: executing run_tests_build commands

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

ac_cv_build=i686-pc-cygwin
ac_cv_c_bigendian=no
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_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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=.exe
ac_cv_f77_compiler_gnu=no
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_getopt=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_modf=yes
ac_cv_func_nanosleep=yes
ac_cv_func_rand=yes
ac_cv_func_random=yes
ac_cv_func_sched_setscheduler=yes
ac_cv_func_select=yes
ac_cv_func_setvbuf_reversed=no
ac_cv_func_shm_open=no
ac_cv_func_sigaction=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_srand=yes
ac_cv_func_srandom=yes
ac_cv_func_strcspn=yes
ac_cv_func_strerror=yes
ac_cv_func_strspn=yes
ac_cv_func_sysconf=yes
ac_cv_func_usleep=yes
ac_cv_func_vprintf=yes
ac_cv_have_decl_getenv=yes
ac_cv_header_AudioToolbox_AudioToolbox_h=no
ac_cv_header_AudioUnit_AudioUnit_h=no
ac_cv_header_Python_h=yes
ac_cv_header_boost_shared_ptr_hpp=yes
ac_cv_header_byteswap_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_compiler_h=no
ac_cv_header_linux_ppdev_h=no
ac_cv_header_linux_usbdevice_fs_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_sched_h=yes
ac_cv_header_stat_broken=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_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_soundcard_h=yes
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_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_usb_h=yes
ac_cv_header_winbase_h=yes
ac_cv_header_windows_h=yes
ac_cv_header_winioctl_h=yes
ac_cv_host=i686-pc-cygwin
ac_cv_lib_m_cosf=yes
ac_cv_lib_m_exp10=no
ac_cv_lib_m_sincos=yes
ac_cv_lib_m_sincosf=yes
ac_cv_lib_m_sinf=yes
ac_cv_lib_m_trunc=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_winmm=ac_cv_lib_winmm_main
ac_cv_lib_winmm_main=yes
ac_cv_objext=o
ac_cv_path_CPPUNIT_CONFIG=/usr/local/bin/cppunit-config
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RM_PROG=/usr/bin/rm
ac_cv_path_SDL_CONFIG=/usr/local/bin/sdl-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOT=YES
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_SWIG=/usr/local/bin/swig
ac_cv_prog_XAS='asx8051 -plosgff'
ac_cv_prog_XCC='sdcc -mmcs51 --no-xinit-opt'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_AS=as
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_DLLTOOL=dlltool
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_search_clock_gettime='none required'
ac_cv_search_shm_open=no
ac_cv_search_shmat='none required'
ac_cv_search_strerror='none required'
ac_cv_search_usb_bulk_write=-lusb
ac_cv_struct_tm=time.h
ac_cv_target=i686-pc-cygwin
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_timespec=yes
ac_cv_type_struct_timezone=yes
ac_cv_working_alloca_h=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_python_platform=cygwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages'
am_cv_python_version=2.4
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
lt_cv_file_magic_cmd=func_win32_libid
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_LDCXX=/usr/i686-pc-cygwin/bin/ld.exe
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/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=8192
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'\''"'
utils_cv_func_mkstemp_limitations=no

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

ACLOCAL='${SHELL} /home/anastas/gnuradio_3.0/missing --run aclocal-1.10'
ALLOCA=''
ALSA_CFLAGS=''
ALSA_INCLUDEDIR=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/anastas/gnuradio_3.0/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/anastas/gnuradio_3.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/anastas/gnuradio_3.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/anastas/gnuradio_3.0/missing --run automake-1.10'
AWK='gawk'
BOOST_CFLAGS='-I/usr/include/boost-1_33_1'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2 -Wall'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall '
CPP='gcc -E'
CPPFLAGS=''
CPPUNIT_CFLAGS='-I/usr/local/include'
CPPUNIT_CONFIG='/usr/local/bin/cppunit-config'
CPPUNIT_INCLUDES='-I/usr/local/include'
CPPUNIT_LIBS='-L/usr/local/lib -lcppunit -ldl'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -Wall -Woverloaded-virtual '
CXX_FOR_BUILD='g++'
CYGPATH_W='cygpath -w'
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOC_FALSE=''
DOC_TRUE='#'
DOT=''
DOXYGEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_FORTRAN_FALSE=''
ENABLE_FORTRAN_TRUE='#'
EXEEXT='.exe'
F77=''
FFLAGS=''
FFTW3F_CFLAGS='-I/usr/local/include  '
FFTW3F_INCLUDEDIR='/usr/local/include'
FFTW3F_LIBS='-L/usr/local/lib -lfftw3f -lm  '
FLIBS=''
FUSB_TECH='win32'
FUSB_TECH_darwin_FALSE=''
FUSB_TECH_darwin_TRUE='#'
FUSB_TECH_generic_FALSE=''
FUSB_TECH_generic_TRUE='#'
FUSB_TECH_linux_FALSE=''
FUSB_TECH_linux_TRUE='#'
FUSB_TECH_ra_wb_FALSE=''
FUSB_TECH_ra_wb_TRUE='#'
FUSB_TECH_win32_FALSE='#'
FUSB_TECH_win32_TRUE=''
GREP='/usr/bin/grep'
HAS_XMLTO_FALSE=''
HAS_XMLTO_TRUE='#'
HAVE_CREATEFILEMAPPING_FALSE='#'
HAVE_CREATEFILEMAPPING_TRUE=''
HAVE_DOT='YES'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
IPC_LIBS=''
JACK_CFLAGS=''
JACK_INCLUDEDIR=''
JACK_LIBS=''
LDFLAGS=''
LIBGNURADIO_CORE_EXTRA_LDFLAGS='"-Wl,--enable-runtime-pseudo-reloc"'
LIBOBJS=''
LIBS='-lwinmm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/anastas/gnuradio_3.0/missing --run makeinfo'
MD_CPU='x86'
MD_CPU_generic_FALSE=''
MD_CPU_generic_TRUE='#'
MD_CPU_x86_FALSE='#'
MD_CPU_x86_TRUE=''
MD_SUBCPU='x86'
MD_SUBCPU_x86_64_FALSE=''
MD_SUBCPU_x86_64_TRUE='#'
NO_UNDEFINED='-no-undefined'
OBJDUMP='objdump'
OBJEXT='o'
OMNITHREAD_NT_FALSE=''
OMNITHREAD_NT_TRUE='#'
OMNITHREAD_POSIX_FALSE='#'
OMNITHREAD_POSIX_TRUE=''
OSS_LIBS=''
PACKAGE='gnuradio'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PORTAUDIO_CFLAGS='-mthreads -I/usr/local/include  '
PORTAUDIO_INCLUDEDIR='/usr/local/include'
PORTAUDIO_LIBS='-L/usr/local/lib -lportaudio -lwinmm -lm  '
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=' '
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.4'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_LDFLAGS='-L/usr/lib/python2.4/config -lpython2.4'
PYTHON_PLATFORM='cygwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.4'
RANLIB='ranlib'
RM_PROG='/usr/bin/rm'
SDL_CFLAGS=''
SDL_CONFIG='/usr/local/bin/sdl-config'
SDL_LIBS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHM_OPEN_LIBS=''
STRIP='strip'
SWIG='/usr/local/bin/swig -c++'
SWIG_PYTHON_CPPFLAGS='-I/usr/include/python2.4'
SWIG_PYTHON_LIB='-lswigpy'
SWIG_PYTHON_OPT='-python'
USB_LIBS='-lusb '
VERSION='3.0.2svn'
WINAUDIO_LIBS='-lwinmm'
XAS='asx8051 -plosgff'
XCC='sdcc -mmcs51 --no-xinit-opt'
XMLTO=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-cygwin'
build_alias=''
build_cpu='i686'
build_dirs='config gnuradio-core gnuradio-examples usrp gr-usrp gr-audio-oss 
gr-audio-portaudio gr-audio-windows gr-gsm-fr-vocoder gr-radio-astronomy 
gr-trellis gr-wxgui'
build_os='cygwin'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
enable_dot='no'
enable_html_docs='yes'
enable_latex_docs='no'
exec_prefix='${prefix}'
generate_docs=''
host='i686-pc-cygwin'
host_alias=''
host_cpu='i686'
host_os='cygwin'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/anastas/gnuradio_3.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gnuradio'
pkgpythondir='${pythondir}/gnuradio'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.4/site-packages'
pythondir='${prefix}/lib/python2.4/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
skipped_dirs=' gr-audio-alsa gr-audio-jack gr-audio-osx gr-video-sdl'
sysconfdir='${prefix}/etc'
target='i686-pc-cygwin'
target_alias=''
target_cpu='i686'
target_os='cygwin'
target_vendor='pc'

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "gnuradio"
#define VERSION "3.0.2svn"
#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 HAVE_PYTHON_H 1
#define OMNITHREAD_POSIX 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_STDINT_H 1
#define HAVE_SCHED_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define HAVE_VPRINTF 1
#define HAVE_MMAP 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRCSPN 1
#define HAVE_STRERROR 1
#define HAVE_STRSPN 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SYSCONF 1
#define HAVE_SNPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define HAVE_SCHED_SETSCHEDULER 1
#define HAVE_MODF 1
#define HAVE_SQRT 1
#define HAVE_SINCOS 1
#define HAVE_SINCOSF 1
#define HAVE_SINF 1
#define HAVE_COSF 1
#define HAVE_TRUNC 1
#define HAVE_CREATEFILEMAPPING 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_FCNTL_H 1
#define HAVE_IO_H 1
#define HAVE_WINDOWS_H 1
#define HAVE_WINIOCTL_H 1
#define HAVE_WINBASE_H 1
#define HAVE_GETOPT 1
#define HAVE_USLEEP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_NANOSLEEP 1
#define HAVE_RAND 1
#define HAVE_SRAND 1
#define HAVE_RANDOM 1
#define HAVE_SRANDOM 1
#define HAVE_SLEEP 1
#define HAVE_SIGACTION 1
#define HAVE_STRUCT_TIMEZONE 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_SSIZE_T 1
#define HAVE_GETOPT 1
#define HAVE_USLEEP 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SSLEEP 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DECL_GETENV 1
#define HAVE_MKSTEMP 1
#define HAVE_BYTESWAP_H 1
#define HAVE_GETRUSAGE 1
#define HAVE_SCHED_SETSCHEDULER 1
#define HAVE_SIGACTION 1
#define HAVE_SNPRINTF 1
#define HAVE_USB_H 1
#define HAVE_LIBWINMM 1

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]