[proaudio] psychosynth-9999 / 1.5

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Hi everyone!

I tried to build the psychosynth but i get an error when it tries to
link against the boost unittest framework. See attached log files. 

Any ideas?

Best regards,

Bjoern Thorwirth

-- 
Bjoern Thorwirth, Zentrum für Medizinische Biotechnologie,
Universität Duisburg-Essen, Universitätsstr. 2, 45117 Essen, Germany
phone +49 201 183-4026, bjoern.thorwirth@xxxxxxxxxx


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

It was created by psychosynth configure 0.1.5, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-alsa --enable-jack --enable-psynth3d --enable-sndfile --enable-vorbis --enable-libxml --enable-oss

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

hostname = misterWW
uname -m = x86_64
uname -r = 2.6.30-tuxonice-r6
uname -s = Linux
uname -v = #3 SMP PREEMPT Fri Oct 16 10:17:19 CEST 2009

/usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz
/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/lib/ccache/bin
PATH: /usr/lib64/portage/bin/ebuild-helpers
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4
PATH: /opt/stuffit/bin
PATH: /opt/e17/sbin
PATH: /opt/e17/bin
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin


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

configure:2091: loading site script /usr/share/config.site
| #!/bin/bash
| # Copyright 2009 Gentoo Foundation
| # Distributed under the terms of the GNU General Public License v2
| # $Header: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/config.site,v 1.3 2009/03/20 01:25:56 solar Exp $
| 
| TOPDIR=/usr/share/crossdev/include/site
| 
| config_site_arch() {
| 	local host=$(echo ${CHOST/-/ } | awk '{print $1}')
| 
| 	[[ ${host/arm.*eb/} != ${host} ]] && host=armeb
| 	[[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
| 
| 	[[ ${host/mips.*el/} != ${host} ]] && host=mipsel
| 
| 	#[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
| 
| 	echo ${host}
| }
| 
| config_site_names() {
| 	local site_arch=$(config_site_arch)
| 	local sites=""
| 	local x
| 
| 	[[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
| 	[[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
| 
| 	[[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
| 	[[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
| 
| 	[[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
| 	[[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
| 
| 	for x in ${sites} ${CHOST}; do
| 		[[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
| 	done
| }
| 
| if [[ ${CHOST} != "" ]]; then
| 	sites="$(config_site_names)"
| 	if [[ ${sites} != "" ]]; then
| 		for site in ${sites}; do
| 			echo "$(basename $0): loading site script ${site}"
| 			. ${site}
| 		done
| 	fi
| 	unset site
| 	unset sites
| fi
configure:2255: checking for a BSD-compatible install
configure:2323: result: /usr/bin/install -c
configure:2334: checking whether build environment is sane
configure:2377: result: yes
configure:2402: checking for a thread-safe mkdir -p
configure:2441: result: /bin/mkdir -p
configure:2454: checking for gawk
configure:2470: found /bin/gawk
configure:2481: result: gawk
configure:2492: checking whether make sets $(MAKE)
configure:2514: result: yes
configure:2721: checking for x86_64-pc-linux-gnu-g++
configure:2737: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-g++
configure:2748: result: x86_64-pc-linux-gnu-g++
configure:2819: checking for C++ compiler version
configure:2827: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4
Copyright (C) 2008 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:2831: $? = 0
configure:2838: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-java-awt=gtk --enable-languages=c,c++,java,objc,obj-c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.4 p1.0, pie-10.1.5'
Thread model: posix
gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) 
configure:2842: $? = 0
configure:2849: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: '-V' option must have argument
configure:2853: $? = 1
configure:2876: checking for C++ compiler default output file name
configure:2898: x86_64-pc-linux-gnu-g++ -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed conftest.cpp  >&5
configure:2902: $? = 0
configure:2940: result: a.out
configure:2959: checking whether the C++ compiler works
configure:2969: ./a.out
configure:2973: $? = 0
configure:2992: result: yes
configure:2999: checking whether we are cross compiling
configure:3001: result: no
configure:3004: checking for suffix of executables
configure:3011: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed conftest.cpp  >&5
configure:3015: $? = 0
configure:3041: result: 
configure:3047: checking for suffix of object files
configure:3073: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:3077: $? = 0
configure:3102: result: o
configure:3106: checking whether we are using the GNU C++ compiler
configure:3135: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:3142: $? = 0
configure:3159: result: yes
configure:3168: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:3198: x86_64-pc-linux-gnu-g++ -c -g  conftest.cpp >&5
configure:3205: $? = 0
configure:3306: result: yes
configure:3340: checking for style of include used by make
configure:3368: result: GNU
configure:3393: checking dependency style of x86_64-pc-linux-gnu-g++
configure:3484: result: gcc3
configure:3530: checking build system type
configure:3548: result: x86_64-pc-linux-gnu
configure:3570: checking host system type
configure:3585: result: x86_64-pc-linux-gnu
configure:3615: checking for x86_64-pc-linux-gnu-gcc
configure:3631: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc
configure:3642: result: x86_64-pc-linux-gnu-gcc
configure:3914: checking for C compiler version
configure:3922: x86_64-pc-linux-gnu-gcc --version >&5
x86_64-pc-linux-gnu-gcc (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4
Copyright (C) 2008 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:3926: $? = 0
configure:3933: x86_64-pc-linux-gnu-gcc -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-java-awt=gtk --enable-languages=c,c++,java,objc,obj-c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.4 p1.0, pie-10.1.5'
Thread model: posix
gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) 
configure:3937: $? = 0
configure:3944: x86_64-pc-linux-gnu-gcc -V >&5
x86_64-pc-linux-gnu-gcc: '-V' option must have argument
configure:3948: $? = 1
configure:3951: checking whether we are using the GNU C compiler
configure:3980: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:3987: $? = 0
configure:4004: result: yes
configure:4013: checking whether x86_64-pc-linux-gnu-gcc accepts -g
configure:4043: x86_64-pc-linux-gnu-gcc -c -g  conftest.c >&5
configure:4050: $? = 0
configure:4151: result: yes
configure:4168: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
configure:4242: x86_64-pc-linux-gnu-gcc  -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:4249: $? = 0
configure:4272: result: none needed
configure:4292: checking dependency style of x86_64-pc-linux-gnu-gcc
configure:4383: result: gcc3
configure:4398: checking for a sed that does not truncate output
configure:4464: result: /bin/sed
configure:4482: checking for grep that handles long lines and -e
configure:4542: result: /bin/grep
configure:4547: checking for egrep
configure:4611: result: /bin/grep -E
configure:4616: checking for fgrep
configure:4680: result: /bin/grep -F
configure:4715: checking for ld used by x86_64-pc-linux-gnu-gcc
configure:4782: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:4791: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:4806: result: yes
configure:4818: checking for BSD- or MS-compatible name lister (nm)
configure:4867: result: /usr/bin/nm -B
configure:4985: checking the name lister (/usr/bin/nm -B) interface
configure:4992: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:4995: /usr/bin/nm -B "conftest.o"
configure:4998: output
0000000000000000 B some_variable
configure:5005: result: BSD nm
configure:5008: checking whether ln -s works
configure:5012: result: yes
configure:5020: checking the maximum length of command line arguments
configure:5140: result: 1572864
configure:5157: checking whether the shell understands some XSI constructs
configure:5167: result: yes
configure:5171: checking whether the shell understands "+="
configure:5177: result: yes
configure:5212: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:5219: result: -r
configure:5248: checking for x86_64-pc-linux-gnu-objdump
configure:5264: found /usr/bin/x86_64-pc-linux-gnu-objdump
configure:5275: result: x86_64-pc-linux-gnu-objdump
configure:5347: checking how to recognize dependent libraries
configure:5543: result: pass_all
configure:5563: checking for x86_64-pc-linux-gnu-ar
configure:5579: found /usr/bin/x86_64-pc-linux-gnu-ar
configure:5590: result: x86_64-pc-linux-gnu-ar
configure:5668: checking for x86_64-pc-linux-gnu-strip
configure:5684: found /usr/bin/x86_64-pc-linux-gnu-strip
configure:5695: result: x86_64-pc-linux-gnu-strip
configure:5767: checking for x86_64-pc-linux-gnu-ranlib
configure:5783: found /usr/bin/x86_64-pc-linux-gnu-ranlib
configure:5794: result: x86_64-pc-linux-gnu-ranlib
configure:5924: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
configure:6042: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:6045: $? = 0
configure:6049: /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:6052: $? = 0
configure:6106: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed conftest.cpp conftstm.o >&5
configure:6109: $? = 0
configure:6147: result: ok
configure:6243: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:6246: $? = 0
configure:7014: checking how to run the C preprocessor
configure:7054: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7061: $? = 0
configure:7092: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:7099: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7132: result: x86_64-pc-linux-gnu-gcc -E
configure:7161: x86_64-pc-linux-gnu-gcc -E  conftest.c
configure:7168: $? = 0
configure:7199: x86_64-pc-linux-gnu-gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:7206: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7246: checking for ANSI C header files
configure:7276: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7283: $? = 0
configure:7382: x86_64-pc-linux-gnu-gcc -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed conftest.c  >&5
configure:7386: $? = 0
configure:7392: ./conftest
configure:7396: $? = 0
configure:7414: result: yes
configure:7438: checking for sys/types.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for sys/stat.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for stdlib.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for string.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for memory.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for strings.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for inttypes.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for stdint.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7438: checking for unistd.h
configure:7459: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7466: $? = 0
configure:7483: result: yes
configure:7501: checking for dlfcn.h
configure:7522: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:7529: $? = 0
configure:7546: result: yes
configure:7673: checking for C++ compiler version
configure:7681: x86_64-pc-linux-gnu-g++ --version >&5
x86_64-pc-linux-gnu-g++ (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4
Copyright (C) 2008 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:7685: $? = 0
configure:7692: x86_64-pc-linux-gnu-g++ -v >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.4/work/gcc-4.3.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-java-awt=gtk --enable-languages=c,c++,java,objc,obj-c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.4 p1.0, pie-10.1.5'
Thread model: posix
gcc version 4.3.4 (Gentoo 4.3.4 p1.0, pie-10.1.5) 
configure:7696: $? = 0
configure:7703: x86_64-pc-linux-gnu-g++ -V >&5
x86_64-pc-linux-gnu-g++: '-V' option must have argument
configure:7707: $? = 1
configure:7710: checking whether we are using the GNU C++ compiler
configure:7763: result: yes
configure:7772: checking whether x86_64-pc-linux-gnu-g++ accepts -g
configure:7910: result: yes
configure:7935: checking dependency style of x86_64-pc-linux-gnu-g++
configure:8026: result: gcc3
configure:8049: checking how to run the C++ preprocessor
configure:8085: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
configure:8092: $? = 0
configure:8123: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:8130: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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:8163: result: x86_64-pc-linux-gnu-g++ -E
configure:8192: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
configure:8199: $? = 0
configure:8230: x86_64-pc-linux-gnu-g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:8237: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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:8451: checking for objdir
configure:8466: result: .libs
configure:8762: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:8780: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8784: $? = 0
configure:8797: result: no
configure:8817: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
configure:9089: result: -fPIC -DPIC
configure:9101: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
configure:9119: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  -fPIC -DPIC -DPIC conftest.c >&5
configure:9123: $? = 0
configure:9136: result: yes
configure:9160: checking if x86_64-pc-linux-gnu-gcc static flag -static works
configure:9188: result: yes
configure:9203: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9224: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  -o out/conftest2.o conftest.c >&5
configure:9228: $? = 0
configure:9250: result: yes
configure:9258: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
configure:9305: result: yes
configure:9338: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10412: result: yes
configure:10449: checking whether -lc should be explicitly linked in
configure:10454: x86_64-pc-linux-gnu-gcc -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.c >&5
configure:10457: $? = 0
configure:10472: x86_64-pc-linux-gnu-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10475: $? = 0
configure:10487: result: no
configure:10651: checking dynamic linker characteristics
configure:11107: x86_64-pc-linux-gnu-gcc -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11114: $? = 0
configure:11347: result: GNU/Linux ld.so
configure:11449: checking how to hardcode library paths into programs
configure:11474: result: immediate
configure:12307: checking whether stripping libraries is possible
configure:12312: result: yes
configure:12347: checking if libtool supports shared libraries
configure:12349: result: yes
configure:12352: checking whether to build shared libraries
configure:12373: result: yes
configure:12376: checking whether to build static libraries
configure:12380: result: yes
configure:12530: checking for ld used by x86_64-pc-linux-gnu-g++
configure:12597: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
configure:12606: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
configure:12621: result: yes
configure:12676: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:13651: result: yes
configure:13679: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  conftest.cpp >&5
configure:13682: $? = 0
configure:13864: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
configure:14181: result: -fPIC -DPIC
configure:14190: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works
configure:14208: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14212: $? = 0
configure:14225: result: yes
configure:14246: checking if x86_64-pc-linux-gnu-g++ static flag -static works
configure:14274: result: yes
configure:14286: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:14307: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer  -o out/conftest2.o conftest.cpp >&5
configure:14311: $? = 0
configure:14333: result: yes
configure:14338: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
configure:14385: result: yes
configure:14415: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:14441: result: yes
configure:14578: checking dynamic linker characteristics
configure:14982: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer  -Wl,-O1,--as-needed -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:14989: $? = 0
configure:15222: result: GNU/Linux ld.so
configure:15273: checking how to hardcode library paths into programs
configure:15298: result: immediate
configure:15406: checking for boostlib >= 1.35
configure:15466: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -I/usr/include conftest.cpp >&5
configure:15473: $? = 0
configure:15479: result: yes
configure:15682: checking whether the Boost::Thread library is available
configure:15724: x86_64-pc-linux-gnu-g++ -c -pthread -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -I/usr/include conftest.cpp >&5
configure:15731: $? = 0
configure:15754: result: yes
configure:15786: checking for main in -lboost_thread
configure:15815: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -I/usr/include -Wl,-O1,--as-needed -L/usr/lib conftest.cpp -lboost_thread   >&5
configure:15822: $? = 0
configure:15845: result: yes
configure:15981: checking whether the Boost::Filesystem library is available
configure:16015: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include conftest.cpp >&5
configure:16022: $? = 0
configure:16044: result: yes
configure:16058: checking for main in -lboost_filesystem
configure:16087: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib conftest.cpp -lboost_filesystem   >&5
configure:16094: $? = 0
configure:16117: result: yes
configure:16245: checking whether the Boost::Unit_Test_Framework library is available
configure:16278: x86_64-pc-linux-gnu-g++ -c -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include conftest.cpp >&5
configure:16285: $? = 0
configure:16307: result: yes
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework conftest.cpp  >&5
/var/tmp/portage/media-sound/psychosynth-9999/temp/ccEhyt5w.o: In function `init_unit_test_suite(int, char**)':
conftest.cpp:(.text+0x4b): undefined reference to `boost::unit_test::test_suite::test_suite(boost::unit_test::basic_cstring<char const>)'
/var/tmp/portage/media-sound/psychosynth-9999/temp/ccEhyt5w.o: In function `global constructors keyed to _Z20init_unit_test_suiteiPPc':
conftest.cpp:(.text+0x9e): undefined reference to `vtable for boost::unit_test::unit_test_log_t'
/var/tmp/portage/media-sound/psychosynth-9999/temp/ccEhyt5w.o: In function `boost::unit_test::singleton<boost::unit_test::unit_test_log_t>::instance()':
conftest.cpp:(.text._ZN5boost9unit_test9singletonINS0_15unit_test_log_tEE8instanceEv[boost::unit_test::singleton<boost::unit_test::unit_test_log_t>::instance()]+0x2c): undefined reference to `vtable for boost::unit_test::unit_test_log_t'
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -llibboost_unit_test_framework conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibboost_unit_test_framework
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-mt-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llibboost_unit_test_framework-x86_64-pc-linux-gnu-gcc-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-mgw conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-mgw
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-mgw conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-mgw
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-mgw-mt conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-mgw-mt
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-mgw-mt-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-mgw-mt-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16322: checking Boost::UnitTestFramework library linkage
configure:16360: x86_64-pc-linux-gnu-g++ -o conftest -march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG  -pthread -I/usr/include -Wl,-O1,--as-needed -L/usr/lib -lboost_unit_test_framework-mgw-s conftest.cpp  >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lboost_unit_test_framework-mgw-s
collect2: ld returned 1 exit status
configure:16367: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "psychosynth"
| #define PACKAGE_TARNAME "psychosynth"
| #define PACKAGE_VERSION "0.1.5"
| #define PACKAGE_STRING "psychosynth 0.1.5"
| #define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
| #define PACKAGE "psychosynth"
| #define VERSION "0.1.5"
| #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 LT_OBJDIR ".libs/"
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| #define HAVE_BOOST_FILESYSTEM /**/
| #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/
| /* end confdefs.h.  */
| #include <boost/test/unit_test.hpp>
|                                                      using boost::unit_test::test_suite;
|                                                      test_suite* init_unit_test_suite( int argc, char * argv[] ) {
|                                                      test_suite* test= BOOST_TEST_SUITE( "Unit test example 1" );
|                                                      return test;
|                                                      }
| 
| int
| main ()
| {
|  return 0;
|   ;
|   return 0;
| }
configure:16394: result: 
configure:16491: error: Could not link against boost_unit_test_framework-mgw-s !

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ALSA_CFLAGS_set=
ac_cv_env_ALSA_CFLAGS_value=
ac_cv_env_ALSA_LIBS_set=
ac_cv_env_ALSA_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CEGUIOGRE_CFLAGS_set=
ac_cv_env_CEGUIOGRE_CFLAGS_value=
ac_cv_env_CEGUIOGRE_LIBS_set=
ac_cv_env_CEGUIOGRE_LIBS_value=
ac_cv_env_CEGUI_CFLAGS_set=
ac_cv_env_CEGUI_CFLAGS_value=
ac_cv_env_CEGUI_LIBS_set=
ac_cv_env_CEGUI_LIBS_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=nocona -O2 -pipe -fomit-frame-pointer'
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=set
ac_cv_env_CXXFLAGS_value='-march=nocona -O2 -pipe -fomit-frame-pointer'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_JACK_CFLAGS_set=
ac_cv_env_JACK_CFLAGS_value=
ac_cv_env_JACK_LIBS_set=
ac_cv_env_JACK_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-Wl,-O1,--as-needed
ac_cv_env_LIBLO_CFLAGS_set=
ac_cv_env_LIBLO_CFLAGS_value=
ac_cv_env_LIBLO_LIBS_set=
ac_cv_env_LIBLO_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_OGRE_CFLAGS_set=
ac_cv_env_OGRE_CFLAGS_value=
ac_cv_env_OGRE_LIBS_set=
ac_cv_env_OGRE_LIBS_value=
ac_cv_env_OIS_CFLAGS_set=
ac_cv_env_OIS_CFLAGS_value=
ac_cv_env_OIS_LIBS_set=
ac_cv_env_OIS_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SIGC_CFLAGS_set=
ac_cv_env_SIGC_CFLAGS_value=
ac_cv_env_SIGC_LIBS_set=
ac_cv_env_SIGC_LIBS_value=
ac_cv_env_SNDFILE_CFLAGS_set=
ac_cv_env_SNDFILE_CFLAGS_value=
ac_cv_env_SNDFILE_LIBS_set=
ac_cv_env_SNDFILE_LIBS_value=
ac_cv_env_SOUNDTOUCH_CFLAGS_set=
ac_cv_env_SOUNDTOUCH_CFLAGS_value=
ac_cv_env_SOUNDTOUCH_LIBS_set=
ac_cv_env_SOUNDTOUCH_LIBS_value=
ac_cv_env_VORBIS_CFLAGS_set=
ac_cv_env_VORBIS_CFLAGS_value=
ac_cv_env_VORBIS_LIBS_set=
ac_cv_env_VORBIS_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_file___dev_urandom_=yes
ac_cv_file__bin_bash=yes
ac_cv_file__dev_arandom=no
ac_cv_file__dev_random=yes
ac_cv_file__dev_srandom=yes
ac_cv_file__dev_urandom=yes
ac_cv_file__dev_zero=yes
ac_cv_file__usr_share_sgml_X11_defs_ent=1
ac_cv_func_calloc_0_nonnull=yes
ac_cv_func_setgrent_void=yes
ac_cv_func_strnlen_working=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_boost_filesystem___main=yes
ac_cv_lib_boost_thread___main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_cv_boost_filesystem=yes
ax_cv_boost_thread=yes
ax_cv_boost_unit_test_framework=yes
fu_cv_sys_stat_statvfs=yes
gl_cv_func_malloc_0_nonnull=yes
gl_cv_func_re_compile_pattern_working=yes
gl_cv_func_rename_trailing_dest_slash_bug=no
gl_cv_func_rename_trailing_slash_bug=no
glib_cv___va_copy=yes
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=40
glib_cv_stack_grows=no
glib_cv_uscore=no
glib_cv_va_copy=yes
glib_cv_va_val_copy=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
yeti_cv_func_scanf_modif_size_t=z

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

ACLOCAL='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run aclocal-1.10'
ALSA_CFLAGS=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run tar'
AR='x86_64-pc-linux-gnu-ar'
AUTOCONF='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run autoconf'
AUTOHEADER='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run autoheader'
AUTOMAKE='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run automake-1.10'
AWK='gawk'
BOOST_CPPFLAGS='-pthread -I/usr/include'
BOOST_FILESYSTEM_LIB='-lboost_filesystem'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_THREAD_LIB='-lboost_thread'
BOOST_UNIT_TEST_FRAMEWORK_LIB=''
BUILD_PSYNTH3D_FALSE=''
BUILD_PSYNTH3D_TRUE=''
BUILD_PSYNTH_FALSE=''
BUILD_PSYNTH_TRUE=''
CC='x86_64-pc-linux-gnu-gcc'
CCDEPMODE='depmode=gcc3'
CEGUIOGRE_CFLAGS=''
CEGUIOGRE_LIBS=''
CEGUI_CFLAGS=''
CEGUI_LIBS=''
CFLAGS='-march=nocona -O2 -pipe -fomit-frame-pointer'
CPP='x86_64-pc-linux-gnu-gcc -E'
CPPFLAGS=' -pthread -I/usr/include'
CXX='x86_64-pc-linux-gnu-g++'
CXXCPP='x86_64-pc-linux-gnu-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-march=nocona -O2 -pipe -fomit-frame-pointer -DNDEBUG'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
GTK_CFLAGS=''
GTK_LIBS=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_P=''
HAVE_ALSA_TRUE=''
HAVE_BOOST_TEST_FALSE=''
HAVE_BOOST_TEST_P=''
HAVE_BOOST_TEST_TRUE=''
HAVE_JACK_FALSE=''
HAVE_JACK_P=''
HAVE_JACK_TRUE=''
HAVE_LIBLO_FALSE=''
HAVE_LIBLO_P=''
HAVE_LIBLO_TRUE=''
HAVE_LIBXML_FALSE=''
HAVE_LIBXML_P=''
HAVE_LIBXML_TRUE=''
HAVE_OSS_FALSE=''
HAVE_OSS_P=''
HAVE_OSS_TRUE=''
HAVE_SAMPLERATE_FALSE=''
HAVE_SAMPLERATE_P=''
HAVE_SAMPLERATE_TRUE=''
HAVE_SNDFILE_FALSE=''
HAVE_SNDFILE_P=''
HAVE_SNDFILE_TRUE=''
HAVE_SOUNDTOUCH_FALSE=''
HAVE_SOUNDTOUCH_P=''
HAVE_SOUNDTOUCH_TRUE=''
HAVE_VORBIS_FALSE=''
HAVE_VORBIS_P=''
HAVE_VORBIS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JACK_CFLAGS=''
JACK_LIBS=''
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS='-Wl,-O1,--as-needed -L/usr/lib'
LIBLO_CFLAGS=''
LIBLO_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='x86_64-pc-linux-gnu-objdump'
OBJEXT='o'
OGRE_CFLAGS=''
OGRE_LIBS=''
OIS_CFLAGS=''
OIS_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='psychosynth'
PACKAGE_BIN_DIR=''
PACKAGE_BUGREPORT='raskolnikov@xxxxxxxxxx'
PACKAGE_DATA_DIR=''
PACKAGE_INCLUDE_DIR=''
PACKAGE_LIB_DIR=''
PACKAGE_NAME='psychosynth'
PACKAGE_STRING='psychosynth 0.1.5'
PACKAGE_TARNAME='psychosynth'
PACKAGE_VERSION='0.1.5'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB='x86_64-pc-linux-gnu-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIGC_CFLAGS=''
SIGC_LIBS=''
SNDFILE_CFLAGS=''
SNDFILE_LIBS=''
SOUNDTOUCH_CFLAGS=''
SOUNDTOUCH_LIBS=''
STRIP='x86_64-pc-linux-gnu-strip'
VERSION='0.1.5'
VORBIS_CFLAGS=''
VORBIS_LIBS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
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='x86_64-pc-linux-gnu'
build_alias='x86_64-pc-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias='x86_64-pc-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='$(SHELL) /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/install-sh'
libdir='/usr/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var/lib'
lt_ECHO='echo'
mandir='/usr/share/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

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

#define PACKAGE_NAME "psychosynth"
#define PACKAGE_TARNAME "psychosynth"
#define PACKAGE_VERSION "0.1.5"
#define PACKAGE_STRING "psychosynth 0.1.5"
#define PACKAGE_BUGREPORT "raskolnikov@xxxxxxxxxx"
#define PACKAGE "psychosynth"
#define VERSION "0.1.5"
#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 LT_OBJDIR ".libs/"
#define HAVE_BOOST /**/
#define HAVE_BOOST_THREAD /**/
#define HAVE_BOOST_FILESYSTEM /**/
#define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/

configure: exit 1
Portage 2.2_rc33 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-tuxonice-r6 x86_64)
=================================================================
System uname: Linux-2.6.30-tuxonice-r6-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9450_@_2.66GHz-with-gentoo-2.0.1
Timestamp of tree: Wed, 02 Dec 2009 08:45:02 +0000
distcc 3.1 x86_64-pc-linux-gnu [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     4.0_p28
dev-java/java-config: 2.1.9-r1
dev-lang/python:     2.5.4-r3, 2.6.2-r1, 3.1.1
dev-python/pycrypto: 2.0.1-r8
dev-util/ccache:     2.4-r7
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.4.3-r3
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.63-r1
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks fixpackages parallel-fetch preserve-libs protect-owned sandbox sfperms strict test unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.muntinternet.net/pub/gentoo/";
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LDFLAGS="-Wl,-O1,--as-needed"
LINGUAS="de en"
MAKEOPTS="-j5 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/enlightenment /usr/portage/local/layman/wolf31o2 /usr/portage/local/layman/science /usr/portage/local/layman/pythonhead /usr/portage/local/layman/python /usr/portage/local/layman/java-overlay /usr/portage/local/layman/gnome /usr/portage/local/layman/mozilla /usr/portage/local/layman/desktop-effects /usr/portage/local/layman/jyujin /usr/portage/local/layman/pro-audio /usr/portage/local/local-overlay /usr/portage/local/initng-portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="64bit X a52 aac aalib accessibility acl acpi ada alsa amarok amd64 apache2 audiofile authdaemond avahi bash-completion berkdb bidi bindist blas bluetooth branding bzip2 cairo caps cdda cdr chm clearcase cli config_wizard consolekit cpudetection cracklib crypt css cups dbus dga djvu dri dts dv dvb dvd dvdr dvdread dvi eds emacs emboss encode esd etk evo ewl extraicons extramodules fam fame fat fbcon fbcondecor fbsplash ffmpeg fftw flac flash fluidsynth foomaticdb fortran fuse gcj gd gdbm gif glitz gnome gnome-keyring gnutls gphoto2 gpm gs gsm gstreamer gtk hal hdaps iconv icq id3 ieee1394 imagemagick imap inkjar inotify ipv6 irc irda jabber jack java jfs jingle joystick jpeg kde kipi kqemu ladspa lame laptop lash latex lcd ldap libcaca libnotify libwww live lm_sensors lzo mad mail maildir matroska midi mikmod mmx mng modules mono mp3 mp4 mpeg mpi mudflap multilib musepack musicbrainz mysql nautilus ncurses network new-login nls nptl nptlonly nsplugin ntfs nv nvidia obex ogg ole openal openexr opengl openmp oss pam pascal pcmcia pcre pdf perl php pmu png povray ppds pppd pulseaudio python qt3 qt3support qt4 quicktime quotas radio rar rdesktop readline reflection reiser4 reiserfs rss ruby samba sasl scanner sdl session shout skins slp smp sms sndfile speex spell spl sql sse sse2 ssl ssse3 startup-notification stream subversion svg sysfs tcpd test theora threads thunar tiff tk truetype tta unicode usb vcd visualization voice vorbis wavpack weather wifi winbind wma wmf wxwindows x264 xcb xfs xine xinerama xiph xml xorg xosd xpm xprint xscreensaver xsl xulrunner xv xvid xvmc zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical ctrlaltdel daemon_clean debug_commands envparser find fmon fstat history idleprobe initctl interactive iparser last limit lockfile logfile netdev netprobe ngc4 ngcs nge pause provide reload renice rlparser simple_launcher stcmd stdout suid syncron syslog sysreq unneeded usplash" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

--- Invalid atom in /etc/portage/package.mask: media-video/em8300-modules-0.16.0-r1
>>> Unpacking source...
 * bzr update start -->
 *    repository: http://bzr.savannah.gnu.org/r/psychosynth/trunk
Tree is up to date at revision 138.
 * exporting ...
 * Revision 138 is now in /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999
 * Running eautoreconf in '/var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999' ...
 * Running aclocal -I m4 ...
  [ ok ]
 * Running libtoolize --copy --force --install --automake ...
  [ ok ]
 * Running aclocal -I m4 ...
  [ ok ]
 * Running autoconf ...
  [ ok ]
 * Running autoheader ...
  [ ok ]
 * Running automake --add-missing --copy --foreign ...
  [ ok ]
 * Running elibtoolize in: psychosynth-9999
 *   Applying portage-2.2.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
>>> Source unpacked in /var/tmp/portage/media-sound/psychosynth-9999/work
>>> Compiling source in /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999 ...
 * econf: updating psychosynth-9999/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating psychosynth-9999/config.sub with /usr/share/gnuconfig/config.sub
../configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-alsa --enable-jack --enable-psynth3d --enable-sndfile --enable-vorbis --enable-libxml --enable-oss
configure: loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for boostlib >= 1.35... yes
checking whether the Boost::Thread library is available... yes
checking for main in -lboost_thread... yes
checking whether the Boost::Filesystem library is available... yes
checking for main in -lboost_filesystem... yes
checking whether the Boost::Unit_Test_Framework library is available... yes
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
checking Boost::UnitTestFramework library linkage... 
configure: error: Could not link against boost_unit_test_framework-mgw-s !

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-sound/psychosynth-9999/work/psychosynth-9999/config.log
 * 
 * ERROR: media-sound/psychosynth-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2964:  Called econf '--enable-alsa' '--enable-jack' '--enable-psynth3d' '--enable-sndfile' '--enable-vorbis' '--enable-libxml' '--enable-oss'
 *               ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/media-sound:psychosynth-9999:20091203-094345.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/psychosynth-9999/temp/environment'.
 * This ebuild is from a repository named 'proaudio'
 * 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/