Ergebnis 1 bis 8 von 8

Thema: freeswitch - erster Versuch, ohne Lust, weiter zu machen ;-)

  1. #1
    IPPF-Fünftausend-VIP
    Registriert seit
    01.02.2005
    Beiträge
    6.049

    freeswitch - erster Versuch, ohne Lust, weiter zu machen ;-)

    Ich habe es mal versucht, freeswitch zu übersetzen.

    Obwohl es dafür ein OpenWRT-Paket zum "abschreiben" gab, hatte ich bislang kein Programm, mit dem ich so viele "Probleme" beim Bauen hatten (nicht funktionierende configure-Switches, libtool wollte nicht immer, "zig" nötige ac_cv... Einträge ...) denen ich oft mit sehr "experimentellen" Patches begegnet bin, einfach um das Übersetzen hinzukriegen.

    Hier mal ein Stand, der das ganze übersetzt und Binary und ggf. Library ins Image packt. Keine Module, keine Config ...

    Es wird (so ähnlich wie bei Apache) in "packages/<ARCH>/freeswitch-1.0.6/install" alles installiert, von dort könnte man dann Module und was auch immer man für das Programm braucht, noch auf die Box bringen.
    Ich kenne das Programm nicht, ob meine Ideeen zur "kleinen" Config sinnvoll sind, ist also nicht unbedingt sicher

    Irgendwie ist es (wieder so eine Merkwürdigkeit) trotz --disable-cpp noch zusätzlich zu den "gewollten" Abhängigkeiten noch libuClibc++.so.0 mit dabei, aber ich weiß/will (jetzt) nicht mehr...

    Vielleicht findet sich ja einer (oder mehrere), die das auf eine bessere Basis stellen (Patches usw) und ggf. sinnvolle Dinge ins Package aufnehmen...

    Wie gesagt, ich kenne das Programm überhaupt nicht, aber es scheint (ohne sinnvolle Funktion) zu laufen:
    Code:
    root@fritz:/var/tmp# freeswitch 
    Error: stacksize -1 is too large: run ulimit -s 240 or run fs/bin/freeswitch -waste.
    auto-adjusting stack size for optimal performance...
    2000-01-01 01:18:40.617395 [INFO] switch_event.c:582 Activate Eventing Engine.
    2000-01-01 01:18:40.631278 [DEBUG] switch_event.c:570 Create event dispatch thread 0
    [...snipp...]
    2000-01-01 01:18:59.728147 [CONSOLE] switch_core.c:1575 
       _____              ______        _____ _____ ____ _   _  
      |  ___| __ ___  ___/ ___\ \      / /_ _|_   _/ ___| | | | 
      | |_ | '__/ _ \/ _ \___ \\ \ /\ / / | |  | || |   | |_| | 
      |  _|| | |  __/  __/___) |\ V  V /  | |  | || |___|  _  | 
      |_|  |_|  \___|\___|____/  \_/\_/  |___| |_| \____|_| |_| 
    
    ************************************************************
    * Anthony Minessale II, Michael Jerris, Brian West, Others *
    * FreeSWITCH (http://www.freeswitch.org)                   *
    * Paypal Donations Appreciated: paypal@freeswitch.org      *
    * Brought to you by ClueCon http://www.cluecon.com/        *
    ************************************************************
    
    2000-01-01 01:18:59.728389 [CONSOLE] switch_core.c:1578 
    FreeSWITCH Version 1.0.6 (svn-exportiert) Started.
    Max Sessions[1000]
    Session Rate[30]
    SQL [Enabled]
    
    freeswitch@fritz.fonwlan.box>
    Jörg
    Angehängte Dateien Angehängte Dateien
    (FR) Eumex 300IP FW 06.04.49 (englisch) und "relativ aktuellem" freetz-devel mit openvpn und dropbear hinter AGFEO TK-HomeServer
    Fritz!BoxFon WLAN FW 08.04.27 mit ds-0.2.9-p7 und openvpn-2.1_rc2

  2. #2
    IPPF-Fan
    Registriert seit
    20.02.2006
    Beiträge
    167
    Mallo MaxMuster,

    Ich weis was das fuer eine Arbeit ist, ich habe das selber auch versucht, und in der tag das OpenWRT Paket war keine grosse hilfe. Nun habe ich mir Dein Paket angesehen, da meines noch nicht so weit complilierte wie dieses. Bei mir builded es aber keines wegs durch, das script bricht (ohne error tarck ("done" am Ende) beim builden der mods ab (ld). Deswegen sind auch keine mods im paket drin.

    Bei Freeswitch kenne ich mich aus, dafuer bei freetz Paketen nicht so gut. Vielleicht kriegen wir das ja zusamen hin !


    BTW: apr und sqlite sollten nicht ersetzt werden, so weit ich das vom FS development weis sind diese geforked und abgeaendert. Curl ist glaub ich ok.

    Wegen den der C++ Lib, das liegt an den paketen, da einige davon C++ sind , die noch angewaehlt sind. Mein eigenes paket hatte ich uebrigens auf dem snappshop basiert, der wohl besser corss compilen soll. Mein groesstes problem wa das ich PCRE mit --disable-cpp builden musste, das script aber nachdem patchen des makefiles von pcre alles weitere auch mit C gebaut worden ist. Was spaeter im build zu Problemen gefuehrt hat.

    /Gompf

    P.S.: Ich mach mal ein build log mit dem Error.
    Geändert von Gompf (16.02.2011 um 00:28 Uhr)
    FB 7390(2), FB 7270(4), FB 7170 (5), FB 5124(5) FB 7050 (1) Genug ?

  3. #3
    IPPF-Fan
    Registriert seit
    20.02.2006
    Beiträge
    167
    Vollstaendiges log:

    (da wo es stoppt habe ich mal in rot makiert, die mods werden garnicht kompiliert wie es scheint, die Frage ist warum)

    Code:
    freetz@freetz-linux:~/trunk$ make freeswitch-precompiled
    mkdir -p packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root
    if test -d make/freeswitch/files; then tar -c -C make/freeswitch/files --exclude=.svn . | tar -x -C packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6 ; fi
    ---> package/freeswitch: preparing... tar -C source/target-mips_uClibc-0.9.29  -xzf dl/freeswitch-1.0.6.tar.gz
    set -e; shopt -s nullglob; for i in make/freeswitch/patches/*.patch; do tools/freetz_patch source/target-mips_uClibc-0.9.29/freeswitch-1.0.6 $i; done
    applying patch file make/freeswitch/patches/002-modules.patch
    patching file modules.conf
    Hunk #1 succeeded at 32 with fuzz 2 (offset -5 lines).
    Hunk #2 succeeded at 42 (offset -5 lines).
    Hunk #3 succeeded at 61 (offset -7 lines).
    Hunk #4 succeeded at 75 (offset -7 lines).
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/005-switch_cpp.patch
    patching file src/switch_cpp.cpp
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/011_fix_libg77.patch
    patching file libs/libg722_1/src/Makefile.in
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/012-disalbe_Werror.patch
    patching file configure
    patching file configure.in
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/022_respect_odbcswitch.patch
    patching file build/config/odbc.m4
    patching file configure
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/030_fix_libtool_echo.patch
    patching file aclocal.m4
    patching file configure
    ----------------------------------------------------------------------
    applying patch file make/freeswitch/patches/200-Adjust-Modules-Conf.patch
    patching file modules.conf
    ----------------------------------------------------------------------
    configuring... (conf_cmd() { ./configure  "$@"  || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed.";  exit 1; } }; cd source/target-mips_uClibc-0.9.29/freeswitch-1.0.6;   rm -f config.{cache,status} ; if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" ]; then printf "%s\n" " Replacing ./libtool with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool"; fi; if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" ]; then printf "%s\n" " Replacing ./ltmain.sh with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh"; fi; if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" ]; then printf "%s\n" " Replacing ./libtool.m4 with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4"; fi;   PATH=""/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin:/home/freetz/trunk/toolchain/build/mips_gcc-3.4.6/mips-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"" CC="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc" CXX="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc" CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" PKG_CONFIG_PATH="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/pkgconfig"  FREETZ_TARGET_LFS="y" CONFIG_SITE=/home/freetz/trunk/include/site/mips-linux-uclibc conf_cmd   --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --target=mips-linux --host=mips-linux --build=i386-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --with-gnu-ld --disable-nls  config_BUILD_CC=gcc  config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  config_TARGET_CFLAGS="-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"  config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  BUILD_CC=gcc  CC_FOR_BUILD=gcc LINK_FOR_BUILD=gcc LINK_FOR_BUILD=gcc CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc --prefix="/mod/usr/local/freeswitch" --bindir="/usr/bin" --exec-prefix="/usr/bin" --sysconfdir="/mod/etc/freeswitch" --with-rundir="/var/run" --enable-static --enable-shared --without-erlang --without-java --without-mysql --without-pgsql --without-python --disable-zrtp --disable-debug --disable-cpp --with-odbc=no --enable-core-odbc-support="no" --disable-dependency-tracking --disable-ssl --with-openssl="no" --with-ssl="no" --without-gnutls --without-ssl --without-zlib  --without-sqlite2  --without-sqlite3       --with-libcurl="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr" --with-curl="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr" --with-apr="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/" --with-libapr="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr" --with-apr-util="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/" --with-libapr-util="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr" ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_tcp_nodelay_with_cork=yes ac_cv_file_dbd_apr_dbd_mysql_c=no ac_cv_va_copy=C99 ac_cv_sizeof_ssize_t=4 ac_cv_func_malloc_0_nonnull=yes apr_cv_mutex_recursive=yes ac_cv_func_pthread_rwlock_init=yes apr_cv_type_rwlock_t=yes ac_cv_file__dev_urandom=yes ac_cv_file___dev_urandom_=yes ac_cv_dev_urandom=yes ac_cv_file__dev_random=no ac_cv_lib_pthread_pthread_create=yes ac_cv_func_mmap_fixed_mapped="yes"  ac_cv_struct_rlimit="yes" ap_cv_void_ptr_lt_long=no ac_cv_sizeof_struct_iovec=1 apr_cv_process_shared_works="yes" apr_cv_mutex_robust_shared="no" config_TARGET_READLINE_INC="" config_TARGET_READLINE_LIBS=" -lreadline -lncurses" config_TARGET_LIBS=" -lpthread" CC_FOR_BUILD="gcc"   && { if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" ]; then printf "%s\n" " Replacing ./libtool with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool"; fi; if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" ]; then printf "%s\n" " Replacing ./ltmain.sh with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/libtool/ltmain.sh" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/ltmain.sh"; fi; if [ -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4" -a -e "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" ]; then printf "%s\n" " Replacing ./libtool.m4 with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" ; rm -f "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4"; ln -s "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/share/aclocal/libtool.m4" "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libtool.m4"; fi; }  )
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking whether the C++ compiler works... (cached) yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc and cc understand -c and -o together... (cached) yes
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) 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
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for C compiler vendor... (cached) gnu
    checking libtool major version... 1
    using libtool library extension... so
      adding "-fPIC" to SWITCH_AM_CFLAGS
      adding "-fPIC" to SWITCH_AM_CXXFLAGS
      adding "-Werror" to SWITCH_AM_CFLAGS
    checking whether the compiler supports -fvisibility=hidden... yes
      adding "-fvisibility=hidden" to SWITCH_AM_CFLAGS
      adding "-DSWITCH_API_VISIBILITY=1" to SWITCH_AM_CFLAGS
      adding "-DHAVE_VISIBILITY=1" to SWITCH_AM_CFLAGS
      adding "-fvisibility=hidden" to SWITCH_AM_CXXFLAGS
      adding "-DSWITCH_API_VISIBILITY=1" to SWITCH_AM_CXXFLAGS
      adding "-DHAVE_VISIBILITY=1" to SWITCH_AM_CXXFLAGS
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for jack... checking for snd_pcm_open in -lasound... (cached) no
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking what directory libraries are found in... (cached) lib
    checking whether to include odbc... no
    checking for dirent.h that defines DIR... (cached) yes
    checking for library containing opendir... (cached) none required
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/resource.h... (cached) yes
    checking for sched.h... (cached) yes
    checking for wchar.h... (cached) yes
    checking for sys/filio.h... (cached) no
    checking for sys/ioctl.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for execinfo.h... (cached) no
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for size_t... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking whether struct tm is in sys/time.h or time.h... (cached) time.h
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for strftime... (cached) yes
    checking for gethostname... (cached) yes
    checking for vasprintf... (cached) yes
    checking for mmap... (cached) yes
    checking for mlock... (cached) yes
    checking for mlockall... (cached) yes
    checking for usleep... (cached) yes
    checking for getifaddrs... (cached) no
    checking for sched_setscheduler... (cached) yes
    checking for setpriority... (cached) yes
    checking for setrlimit... (cached) yes
    checking for setgroups... (cached) yes
    checking for initgroups... (cached) yes
    checking for wcsncmp... (cached) yes
    checking for setgroups... (cached) yes
    checking for asprintf... (cached) yes
    checking for setenv... (cached) yes
    checking for pselect... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for localtime_r... (cached) yes
    checking for gmtime_r... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for stricmp... (cached) no
    checking for _stricmp... (cached) no
    checking for sched_setaffinity... (cached) yes
    checking for sched_getaffinity... (cached) yes
    checking whether the CPU_SET and CPU_ZERO macros are defined... (cached) yes
    checking for clock_gettime in -lrt... (cached) yes
    checking for clock_getres in -lrt... (cached) yes
    checking for clock_nanosleep in -lrt... (cached) no
    checking for socket... (cached) yes
    checking for struct tm.tm_gmtoff... (cached) yes
    checking for struct tm.tm_zone... (cached) yes
    checking whether RLIMIT_MEMLOCK is declared... (cached) yes
    checking whether SCHED_RR is declared... (cached) yes
    checking whether to use mlockall... yes
    checking whether va_list is an array... no
    checking whether compiler has __attribute__... yes
    checking whether compiler supports -Wdeclaration-after-statement... (cached) yes
    yes
      setting SWITCH_ANSI_CFLAGS to "-Wdeclaration-after-statement"
    checking whether byte ordering is bigendian... (cached) yes
    checking for char... (cached) yes
    checking size of char... (cached) 1
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking for short... (cached) yes
    checking size of short... (cached) 2
    checking for long long... (cached) yes
    checking size of long long... (cached) 8
    checking for size_t... (cached) yes
    checking for ssize_t... (cached) yes
    checking for void*... (cached) yes
    checking size of void*... (cached) 4
    checking size of ssize_t... (cached) 4
    checking size of size_t... (cached) 4
    checking for gunzip... (cached) /bin/gunzip
    checking for gtar... (cached) /bin/tar
    checking for wget... (cached) /usr/bin/wget
    checking for curl... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/curl
    checking for gawk... (cached) gawk
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/curl-config... no
    checking whether libcurl is usable... (cached) yes
    checking for curl_free... (cached) yes
    checking for tgetent in -lncurses... (cached) yes
    configure: WARNING: python support disabled, building mod_python will fail!
    configure: WARNING: erlang support disabled, building mod_erlang_event will fail!
    configure: creating ./config.status
    config.status: creating src/include/switch_version.h.in
    config.status: creating .version
    config.status: creating Makefile
    config.status: creating build/Makefile
    config.status: creating src/Makefile
    config.status: creating src/mod/Makefile
    config.status: creating src/mod/applications/mod_enum/Makefile
    config.status: creating src/mod/applications/mod_expr/Makefile
    config.status: creating src/mod/applications/mod_stress/Makefile
    config.status: creating src/mod/applications/mod_t38gateway/Makefile
    config.status: creating src/mod/endpoints/mod_portaudio/Makefile
    config.status: creating src/mod/endpoints/mod_skinny/Makefile
    config.status: creating src/mod/endpoints/mod_skypopen/Makefile
    config.status: creating src/mod/endpoints/mod_sofia/Makefile
    config.status: creating src/mod/formats/mod_portaudio_stream/Makefile
    config.status: creating src/mod/asr_tts/mod_unimrcp/Makefile
    config.status: creating src/mod/languages/mod_java/Makefile
    config.status: creating src/mod/languages/mod_lua/Makefile
    config.status: creating src/mod/languages/mod_python/Makefile
    config.status: creating src/mod/languages/mod_spidermonkey/Makefile
    config.status: creating src/mod/event_handlers/mod_erlang_event/Makefile
    config.status: creating src/include/switch_am_config.h
    config.status: creating build/getsounds.sh
    config.status: creating build/getlib.sh
    config.status: creating build/freeswitch.pc
    config.status: creating build/modmake.rules
    config.status: creating libs/xmlrpc-c/include/xmlrpc-c/config.h
    config.status: creating libs/xmlrpc-c/xmlrpc_config.h
    config.status: creating scripts/gentls_cert
    config.status: creating src/include/switch_private.h
    config.status: creating libs/xmlrpc-c/xmlrpc_amconfig.h
    config.status: executing depfiles commands
    configure: configuring in libs/srtp
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for C compiler vendor... (cached) gnu
    checking whether to build for Linux kernel context... no
    checking which random device to use... standard rand() function...
    checking for ANSI C header files... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for sys/uio.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for machine/types.h... (cached) no
    checking for sys/int_types.h... (cached) no
    checking for sys/socket.h... (cached) yes
    checking for netinet/in.h... (cached) yes
    checking for arpa/inet.h... (cached) yes
    checking for windows.h... (cached) no
    checking for syslog.h... (cached) yes
    checking for int8_t... (cached) yes
    checking for uint8_t... (cached) yes
    checking for int16_t... (cached) yes
    checking for uint16_t... (cached) yes
    checking for int32_t... (cached) yes
    checking for uint32_t... (cached) yes
    checking for uint64_t... (cached) yes
    checking for unsigned long... (cached) yes
    checking size of unsigned long... (cached) 4
    checking for unsigned long long... (cached) yes
    checking size of unsigned long long... (cached) 8
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for size_t... (cached) yes
    checking for socket... (cached) yes
    checking for inet_aton... (cached) yes
    checking for usleep... (cached) yes
    checking whether byte ordering is bigendian... (cached) yes
    checking whether to compile in debugging... no
    checking whether to use ISMAcryp code... no
    checking whether to use syslog for error reporting... no
    checking whether to use stdout for error reporting... yes
    checking whether to use /dev/console for error reporting... no
    checking whether to use GDOI key management... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating crypto/Makefile
    config.status: creating doc/Makefile
    config.status: creating test/Makefile
    config.status: creating srtp-1.42.pc
    config.status: creating crypto/include/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/sqlite
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking for gawk... (cached) gawk
    Version set to 3.3
    Release set to 3.3.13
    Version number set to 3003013
    checking for C compiler vendor... (cached) gnu
    checking host compiler... gcc
    checking switches for the host compiler... -g
    checking target compiler... /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking switches on the target compiler... -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
    checking target linker... /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking switches on the target compiler... checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    -g
    checking if host and target compilers are the same... no
    checking whether to support threadsafe operation... yes
    checking for pthread_create in -lpthread... (cached) yes
    checking whether to allow connections to be shared across threads... no
    checking whether threads can override each others locks... no
    checking whether to support shared library linked as release mode or not... no
    checking whether to use an in-ram database for temporary tables... no
    checking if executables have the .exe suffix... unknown
    checking for library containing fdatasync... (cached) none required
    checking readline header files... not specified: still searching...
    checking for readline.h... (cached) no
    checking for usleep... (cached) yes
    checking for fdatasync... (cached) yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating sqlite3.pc
    configure: configuring in libs/libedit
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking whether ln -s works... yes
    checking for gawk... (cached) gawk
    checking for nroff... (cached) /usr/bin/nroff
    checking for tgetent in -lcurses... (cached) yes
    checking for working alloca.h... (cached) yes
    checking for alloca... (cached) yes
    checking for dirent.h that defines DIR... (cached) yes
    checking for library containing opendir... (cached) none required
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for limits.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/param.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for curses.h... (cached) yes
    checking for ncurses.h... (cached) yes
    checking for sys/cdefs.h... (cached) yes
    checking for termios.h... (cached) yes
    checking for term.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for pid_t... (cached) yes
    checking for size_t... (cached) yes
    checking for u_int32_t... (cached) yes
    checking whether closedir returns void... (cached) yes
    checking for unistd.h... (cached) yes
    checking for vfork.h... (cached) no
    checking for fork... (cached) yes
    checking for vfork... (cached) yes
    checking for working fork... (cached) yes
    checking for working vfork... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking return type of signal handlers... (cached) void
    checking whether lstat dereferences a symlink specified with a trailing slash... (cached) no
    checking whether stat accepts an empty string... (cached) yes
    checking for endpwent... (cached) yes
    checking for isascii... (cached) yes
    checking for memchr... (cached) yes
    checking for memset... (cached) yes
    checking for re_comp... (cached) yes
    checking for regcomp... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strchr... (cached) yes
    checking for strcspn... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strrchr... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for issetugid... (cached) no
    checking whether getpwnam_r and getpwuid_r are posix like... yes
    checking whether getpwnam_r and getpwuid_r are posix _draft_ like... no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libedit.pc
    config.status: creating src/Makefile
    config.status: creating doc/Makefile
    config.status: creating examples/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    configure: configuring in libs/pcre
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking whether ln -s works... yes
    checking for C compiler vendor... (cached) gnu
    checking for ANSI C header files... (cached) yes
    checking for limits.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for dirent.h... (cached) yes
    checking for windows.h... (cached) no
    checking for an ANSI C-conforming const... (cached) yes
    checking for size_t... (cached) yes
    checking for strtoq... (cached) yes
    checking for long long... (cached) yes
    checking for unsigned long long... (cached) yes
    checking for bcopy... (cached) yes
    checking for memmove... (cached) yes
    checking for strerror... (cached) yes
    checking for zlib.h... (cached) yes
    checking for gzopen in -lz... (cached) yes
    checking for bzlib.h... (cached) no
    checking for BZ2_bzopen in -lbz2... (cached) no
    checking for readline/readline.h... (cached) yes
    checking for readline/history.h... (cached) yes
    checking for readline in -lreadline... (cached) no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libpcre.pc
    config.status: creating libpcrecpp.pc
    config.status: creating pcre-config
    config.status: creating pcre.h
    config.status: creating pcre_stringpiece.h
    config.status: creating pcrecpparg.h
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing script-chmod commands
    config.status: executing delete-old-chartables commands
    
    pcre-7.9 configuration summary:
    
        Install prefix .................. : /mod/usr/local/freeswitch
        C preprocessor .................. : /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
        C compiler ...................... : /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
        C++ preprocessor ................ : /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
        C++ compiler .................... : /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
        Linker .......................... : /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
        C preprocessor flags ............ :
        C compiler flags ................ : -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
        C++ compiler flags .............. : -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
        Linker flags .................... :
        Extra libraries ................. :
    
        Build C++ library ............... : no
        Enable UTF-8 support ............ : no
        Unicode properties .............. : no
        Newline char/sequence ........... : lf
        \R matches only ANYCRLF ......... : no
        EBCDIC coding ................... : no
        Rebuild char tables ............. : no
        Use stack recursion ............. : yes
        POSIX mem threshold ............. : 10
        Internal link size .............. : 2
        Match limit ..................... : 10000000
        Match limit recursion ........... : MATCH_LIMIT
        Build shared libs ............... : no
        Build static libs ............... : yes
        Link pcregrep with libz ......... : no
        Link pcregrep with libbz2 ....... : no
        Link pcretest with libreadline .. : no
    
    configure: configuring in libs/apr
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    Configuring APR library
    Platform: mips-unknown-linux-gnu
    checking for working mkdir -p... (cached) yes
    APR Version: 1.2.8
    checking for chosen layout... apr
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    ./configure: line 3616: AX_COMPILER_VENDOR: command not found
    Applying APR hints file rules for mips-unknown-linux-gnu
      setting CPPFLAGS to "-DLINUX=2"
      adding "-D_REENTRANT" to CPPFLAGS
      adding "-D_GNU_SOURCE" to CPPFLAGS
    (Default will be unix)
    checking whether make sets $(MAKE)... (cached) yes
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for gawk... (cached) gawk
    checking whether ln -s works... yes
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking for rm... (cached) rm
    checking for as... (cached) as
    checking for cpp... (cached) cpp
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for egrep... (cached) grep -E
    checking for AIX... no
    checking for library containing strerror... (cached) none required
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for minix/config.h... (cached) no
    checking whether system uses EBCDIC... (cached) no
    performing libtool configuration...
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking how to recognise dependent libraries... (cached) pass_all
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    
    Check for compiler flags...
      adding "-g" to CFLAGS
      adding "-Wall" to CFLAGS
    checking whether to enable -D_LARGEFILE64_SOURCE... (cached) no
    
    Checking for libraries...
    checking for library containing gethostbyname... (cached) none required
    checking for library containing gethostname... (cached) none required
    checking for library containing socket... (cached) none required
    checking for library containing crypt... (cached) -lcrypt
    checking for main in -ltruerand... (cached) no
    checking for library containing modf... (cached) -lm
    checking for dlopen in -ldl... (cached) yes
    
    Checking for Threads...
    checking for pthread.h... (cached) yes
    checking for CFLAGS needed for pthreads...
    checking for LIBS needed for pthreads... (cached) -lpthread
      adding "-lpthread" to LIBS
    checking for pthread.h... (cached) yes
    checking whether pthread_getspecific takes two arguments... (cached) no
    checking whether pthread_attr_getdetachstate takes one argument... (cached) no
    checking for recursive mutex support... (cached) yes
    checking for pthread_key_delete... (cached) yes
    checking for pthread_rwlock_init... (cached) yes
    checking for pthread_attr_setguardsize... (cached) yes
    checking for pthread_rwlock_t... (cached) yes
    APR will use threads
    checking for readdir in -lc_r... (cached) no
    checking for gethostbyname in -lc_r... (cached) no
    checking for gethostbyaddr in -lc_r... (cached) no
    checking for gethostbyname_r... (cached) yes
    checking for gethostbyaddr_r... (cached) yes
    checking for sigsuspend... (cached) yes
    checking for sigwait... (cached) yes
    checking for poll... (cached) yes
    checking for kqueue... (cached) no
    checking for port_create... (cached) no
    checking for epoll support... (cached) no
    checking for getpwnam_r... (cached) yes
    checking for getpwuid_r... (cached) yes
    checking for getgrnam_r... (cached) yes
    checking for getgrgid_r... (cached) yes
    
    Checking for Shared Memory Support...
    checking for library containing shm_open... (cached) no
    checking for sys/types.h... (cached) yes
    checking for sys/mman.h... (cached) yes
    checking for sys/ipc.h... (cached) yes
    checking for sys/mutex.h... (cached) no
    checking for sys/shm.h... (cached) yes
    checking for sys/file.h... (cached) yes
    checking for kernel/OS.h... (cached) no
    checking for os2.h... (cached) no
    checking for mmap... (cached) yes
    checking for munmap... (cached) yes
    checking for shm_open... (cached) no
    checking for shm_unlink... (cached) no
    checking for shmget... (cached) yes
    checking for shmat... (cached) yes
    checking for shmdt... (cached) yes
    checking for shmctl... (cached) yes
    checking for create_area... (cached) no
    checking for MAP_ANON in sys/mman.h... (cached) yes
    checking for /dev/zero... (cached) yes
    checking for mmap that can map /dev/zero... no
    decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON
    decision on namebased memory allocation method... SysV IPC shmget()
    checking for alloca... (cached) no
    checking for calloc... (cached) yes
    checking for setsid... (cached) yes
    checking for isinf... (cached) yes
    checking for isnan... (cached) yes
    checking for getenv... (cached) yes
    checking for putenv... (cached) yes
    checking for setenv... (cached) yes
    checking for unsetenv... (cached) yes
    checking for writev... (cached) yes
    checking for getifaddrs... (cached) no
    checking for utime... (cached) yes
    checking for utimes... (cached) yes
    checking for setrlimit... (cached) yes
    checking for getrlimit... (cached) yes
    checking for sendfilev in -lsendfile... (cached) no
    checking for sendfile... (cached) yes
    checking for send_file... (cached) no
    checking for sendfilev... (cached) no
    checking for sigaction... (cached) yes
    checking whether sys_siglist is declared... (cached) no
    checking for fork... (cached) yes
    checking for inet_addr... (cached) yes
    checking for inet_network... (cached) yes
    checking for _getch... (cached) no
    checking for strerror_r... (cached) no
    checking for mmap... (cached) yes
    checking for memmove... (cached) yes
    checking for getpass... (cached) yes
    checking for getpassphrase... (cached) no
    checking for gmtime_r... (cached) yes
    checking for localtime_r... (cached) yes
    checking for mkstemp... (cached) yes
    checking whether sigwait takes one argument... (cached) no
    checking for inode member of struct dirent... (cached) d_fileno
    checking for file type member of struct dirent... (cached) d_type
    checking for ANSI C header files... (cached) yes
    checking for alloca.h... (cached) yes
    checking for ByteOrder.h... (cached) no
    checking for conio.h... (cached) no
    checking for crypt.h... (cached) yes
    checking for ctype.h... (cached) yes
    checking for dir.h... (cached) no
    checking for dirent.h... (cached) yes
    checking for dl.h... (cached) no
    checking for dlfcn.h... (cached) yes
    checking for errno.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for grp.h... (cached) yes
    checking for io.h... (cached) no
    checking for limits.h... (cached) yes
    checking for mach-o/dyld.h... (cached) no
    checking for malloc.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for osreldate.h... (cached) no
    checking for poll.h... (cached) yes
    checking for process.h... (cached) no
    checking for pwd.h... (cached) yes
    checking for semaphore.h... (cached) yes
    checking for signal.h... (cached) yes
    checking for stdarg.h... (cached) yes
    checking for stddef.h... (cached) yes
    checking for stdio.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for sysapi.h... (cached) no
    checking for sysgtime.h... (cached) no
    checking for termios.h... (cached) yes
    checking for time.h... (cached) yes
    checking for tpfeq.h... (cached) no
    checking for tpfio.h... (cached) no
    checking for unistd.h... (cached) yes
    checking for unix.h... (cached) no
    checking for arpa/inet.h... (cached) yes
    checking for kernel/OS.h... (cached) no
    checking for net/errno.h... (cached) no
    checking for netinet/in.h... (cached) yes
    checking for netinet/sctp.h... (cached) no
    checking for netinet/sctp_uio.h... (cached) no
    checking for sys/file.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/mman.h... (cached) yes
    checking for sys/poll.h... (cached) yes
    checking for sys/resource.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/sem.h... (cached) yes
    checking for sys/sendfile.h... (cached) yes
    checking for sys/signal.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for sys/sockio.h... (cached) no
    checking for sys/stat.h... (cached) yes
    checking for sys/sysctl.h... (cached) yes
    checking for sys/syslimits.h... (cached) no
    checking for sys/time.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/uio.h... (cached) yes
    checking for sys/un.h... (cached) yes
    checking for sys/wait.h... (cached) yes
    checking for netinet/tcp.h... (cached) yes
    checking for h_errno in netdb.h... (cached) yes
    checking for off_t... (cached) yes
    checking for pid_t... (cached) yes
    checking for size_t... (cached) yes
    checking for uid_t in sys/types.h... (cached) yes
    checking for ssize_t... (cached) yes
    checking for inline... (cached) inline
    checking for an ANSI C-conforming const... (cached) yes
    checking whether setpgrp takes no argument... (cached) yes
    checking for socklen_t... (cached) yes
    checking for void*... (cached) yes
    checking size of void*... (cached) 4
    checking for char... (cached) yes
    checking size of char... (cached) 1
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking for short... (cached) yes
    checking size of short... (cached) 2
    checking for long long... (cached) yes
    checking size of long long... (cached) 8
    checking for INT64_C... (cached) yes
    checking size of ssize_t... (cached) 4
    checking size of size_t... (cached) 4
    checking size of off_t... (cached) 8
    checking which type to use for apr_off_t... off_t
    checking size of pid_t... (cached) 4
    checking whether byte ordering is bigendian... (cached) yes
    checking for strnicmp... (cached) no
    checking for strncasecmp... (cached) yes
    checking for stricmp... (cached) no
    checking for strcasecmp... (cached) yes
    checking for strdup... (cached) yes
    checking for strstr... (cached) yes
    checking for memchr... (cached) yes
    checking for strtoll... (cached) yes
    
    Checking for DSO...
    checking for NSLinkModule... (cached) no
    checking for shl_load in -ldld... (cached) no
    checking for dlopen... (cached) yes
    checking for dlsym... (cached) yes
    
    Checking for Processes...
    checking for waitpid... (cached) yes
    checking for Variable Length Arrays... yes
    checking struct rlimit... (cached) yes
    
    Checking for Locking...
    checking for semget... (cached) yes
    checking for semctl... (cached) yes
    checking for flock... (cached) yes
    checking for semaphore.h... (cached) yes
    checking for OS.h... (cached) no
    checking for sem_close... (cached) yes
    checking for sem_unlink... (cached) yes
    checking for sem_post... (cached) yes
    checking for sem_wait... (cached) yes
    checking for create_sem... (cached) no
    checking for working sem_open... (cached) no
    checking for union semun in sys/sem.h... no
    checking for LOCK_EX in sys/file.h... (cached) yes
    checking for F_SETLK in fcntl.h... (cached) yes
    checking for SEM_UNDO in sys/sem.h... (cached) yes
    checking for POLLIN in poll.h sys/poll.h... (cached) yes
    checking for PTHREAD_PROCESS_SHARED in pthread.h... (cached) yes
    checking for pthread_mutexattr_setpshared... (cached) no
    decision on apr_lock implementation method... SysV IPC semget()
    checking if all interprocess locks affect threads... no
    checking if POSIX sems affect threads in the same process... no
    checking if SysV sems affect threads in the same process... no
    checking if fcntl locks affect threads in the same process... no
    checking if flock locks affect threads in the same process... no
    checking for entropy source... /dev/random
    
    Checking for OS UUID Support...
    checking for uuid.h... (cached) no
    checking for uuid/uuid.h... (cached) yes
    checking for library containing uuid_create... (cached) no
    checking for library containing uuid_generate... (cached) -luuid
    checking for uuid_create... (cached) no
    checking for uuid_generate... (cached) yes
    checking for os uuid usability... (cached) yes
    
    Checking for Time Support...
    checking for struct tm.tm_gmtoff... (cached) yes
    checking for struct tm.__tm_gmtoff... (cached) no
    
    Checking for Networking support...
    checking for in_addr in netinet/in.h... yes
    checking if fd == socket on this platform... yes
    checking style of gethostbyname_r routine... (cached) glibc2
    checking 3rd argument to the gethostbyname_r routines... (cached) char
    checking if TCP_NODELAY setting is inherited from listening sockets... (cached) yes
    checking if O_NONBLOCK setting is inherited from listening sockets... (cached) yes
    checking whether TCP_NODELAY and TCP_CORK can both be enabled... (cached) yes
    checking for TCP_CORK in netinet/tcp.h... (cached) yes
    checking for TCP_NOPUSH in netinet/tcp.h... (cached) no
    checking for SO_ACCEPTFILTER in sys/socket.h... (cached) no
    checking whether SCTP is supported... (cached) no
    checking for struct ip_mreq... (cached) yes
    checking for set_h_errno... (cached) no
    
    Checking for IPv6 Networking support...
    checking for library containing getaddrinfo... (cached) none required
    checking for library containing gai_strerror... (cached) none required
    checking for library containing getnameinfo... (cached) none required
    checking for gai_strerror... (cached) yes
    checking for working getaddrinfo... (cached) yes
    checking for negative error codes for getaddrinfo... (cached) no
    checking for working getnameinfo... (cached) yes
    checking for sockaddr_in6... (cached) yes
    checking for sockaddr_storage... (cached) yes
    checking for working AI_ADDRCONFIG... (cached) no
    checking if APR supports IPv6... yes
    checking for langinfo.h... (cached) yes
    checking for nl_langinfo... (cached) yes
    
    Restore user-defined environment settings...
      restoring CPPFLAGS to ""
      setting EXTRA_CPPFLAGS to "-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
      restoring CFLAGS to "-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 "
      setting EXTRA_CFLAGS to "-g -Wall"
      restoring LDFLAGS to " "
      setting EXTRA_LDFLAGS to ""
      restoring LIBS to ""
      setting EXTRA_LIBS to "-luuid -ldl -lm -lcrypt  -lpthread"
      restoring INCLUDES to ""
      setting EXTRA_INCLUDES to ""
    updating cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/apr.h
    config.status: creating build/apr_rules.mk
    config.status: creating build/pkg/pkginfo
    config.status: creating apr-1-config
    config.status: creating apr.pc
    config.status: creating test/Makefile
    config.status: creating test/internal/Makefile
    config.status: creating include/arch/unix/apr_private.h
    config.status: executing default commands
    configure: configuring in libs/apr-util
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking for working mkdir -p... (cached) yes
    APR-util Version: 1.2.8
    checking for chosen layout... apr-util
    Applying apr-util hints file rules for mips-unknown-linux-gnu
    checking for APR... yes
      setting CPP to "/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E"
      adding "-g" to CFLAGS
      adding "-Wall" to CFLAGS
      setting CPPFLAGS to " -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE"
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking how to run the C preprocessor... /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for ldap support...
    checking for default DBM... sdbm (default)
    checking for dbd/apr_dbd_mysql.c... (cached) no
    checking for Expat in xml/expat... yes
    updating cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    configuring package in xml/expat now
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking for ANSI C header files... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for off_t... (cached) yes
    checking for size_t... (cached) yes
    checking for working memcmp... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... (cached) yes
    checking for working mmap... (cached) yes
    checking for memmove... (cached) yes
    checking for bcopy... (cached) yes
    updating cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating lib/Makefile
    config.status: creating lib/expat.h
    config.status: creating config.h
    xml/expat configured properly
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
      setting APRUTIL_EXPORT_LIBS to "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/libexpat.la"
      setting APRUTIL_INCLUDES to "-I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib"
      setting APRUTIL_LDFLAGS to "-L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib"
      setting APRUTIL_LIBS to "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/libexpat.la"
    checking for iconv.h... (cached) yes
    checking for type of inbuf parameter to iconv... char **
    checking for iconv.h... (cached) yes
    checking for langinfo.h... (cached) yes
    checking for nl_langinfo... (cached) yes
    checking for CODESET in langinfo.h... (cached) yes
    checking for library containing crypt... (cached) -lcrypt
    checking if system crypt() function is threadsafe... no
    checking for crypt_r... (cached) no
      adding "/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libapr-1.la" to APRUTIL_LIBS
      adding "-luuid" to APRUTIL_LIBS
      adding "-ldl" to APRUTIL_LIBS
      adding "-lm" to APRUTIL_LIBS
      adding "-lcrypt" to APRUTIL_LIBS
      adding "-lpthread" to APRUTIL_LIBS
    updating cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating export_vars.sh
    config.status: creating build/pkg/pkginfo
    config.status: creating apr-util.pc
    config.status: creating apu-1-config
    config.status: creating include/private/apu_select_dbm.h
    config.status: creating include/apr_ldap.h
    config.status: creating include/apu.h
    config.status: creating include/apu_want.h
    config.status: creating test/Makefile
    config.status: creating include/private/apu_config.h
    config.status: executing default commands
    configure: configuring in libs/ilbc
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for C compiler vendor... (cached) gnu
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for working volatile... (cached) yes
    checking for long long... (cached) yes
    checking for long double... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for error_at_line... (cached) yes
    checking for vprintf... (cached) yes
    checking for _doprnt... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking for working memcmp... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible realloc... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... (cached) int,fd_set *,struct timeval *
    checking for memmove... (cached) yes
    checking for memset... (cached) yes
    checking for select... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strchr... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for socket.h... (cached) no
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for tgmath.h... (cached) yes
    checking for math.h... (cached) yes
    checking for float.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/fcntl.h... (cached) yes
    checking for audiofile.h... (cached) no
    checking for cos in -lm... (cached) yes
    checking for pow in -lm... (cached) yes
    checking for sqrt in -lm... (cached) yes
    updating cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating localtests/Makefile
    config.status: creating src/Makefile
    config.status: creating src/ilbc.h
    config.status: creating tests/Makefile
    config.status: creating ilbc.spec
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/curl
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for sed... (cached) /bin/sed
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking curl version... 7.16.0
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking for AIX... no
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for special C compiler options needed for large files... (cached) no
    checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
    checking for _LARGE_FILES value needed for large files... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if we need -no-undefined... no
    checking if we need -mimpure-text... no
    checking if we need BUILDING_LIBCURL... no
    checking whether make sets $(MAKE)... (cached) yes
    checking for windows.h... (cached) no
    checking for winsock.h... (cached) no
    checking for winsock2.h... (cached) no
    checking for ws2tcpip.h... (cached) no
    checking whether to support http... yes
    checking whether to support ftp... yes
    checking whether to support file... yes
    checking whether to support ldap... yes
    checking whether to support dict... yes
    checking whether to support telnet... yes
    checking whether to support tftp... yes
    checking whether to provide built-in manual... yes
    checking for icc in use... no
    checking for gethostbyname... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for connect... (cached) yes
    checking for socket in -lsocket... (cached) no
    checking for dlclose... (cached) yes
    checking whether to use libgcc... no
    checking name of dynamic library ldap... libldap.so (guess while cross-compiling)
    checking name of dynamic library lber... liblber.so (guess while cross-compiling)
    checking for timeGetTime in winmm... no
    checking whether to enable ipv6... no
    checking non-blocking sockets style... O_NONBLOCK
    checking if argv can be written to... (cached) no
    configure: WARNING: the previous check could not be made default was used
    checking if Kerberos4 support is requested... no
    checking if SPNEGO support is requested... no
    checking if GSSAPI support is requested... no
    configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
    configure: WARNING: Use --with-ssl or --with-gnutls to address this.
    configure: WARNING: zlib disabled
    checking whether to build with libidn... no
    checking AIX 4.3 or later... no
    checking for gethostbyname_r... (cached) yes
    checking if gethostbyname_r takes 3 arguments... no
    checking if gethostbyname_r with -D_REENTRANT takes 3 arguments... no
    checking if gethostbyname_r takes 5 arguments... no
    checking if gethostbyname_r takes 6 arguments... yes
    checking for inet_ntoa_r... (cached) no
    checking for localtime_r... (cached) yes
    checking whether localtime_r is declared... yes
    checking for strerror_r... (cached) no
    checking for gmtime_r... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for malloc.h... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for assert.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for limits.h... (cached) yes
    checking for arpa/inet.h... (cached) yes
    checking for net/if.h... (cached) yes
    checking for netinet/in.h... (cached) yes
    checking for netinet/tcp.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for sys/sockio.h... (cached) no
    checking for sys/stat.h... (cached) yes
    checking for sys/param.h... (cached) yes
    checking for termios.h... (cached) yes
    checking for termio.h... (cached) yes
    checking for sgtty.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for alloca.h... (cached) yes
    checking for time.h... (cached) yes
    checking for io.h... (cached) no
    checking for pwd.h... (cached) yes
    checking for utime.h... (cached) yes
    checking for sys/utime.h... (cached) no
    checking for sys/poll.h... (cached) yes
    checking for sys/resource.h... (cached) yes
    checking for libgen.h... (cached) yes
    checking for locale.h... (cached) yes
    checking for errno.h... (cached) yes
    checking for arpa/tftp.h... (cached) yes
    checking for sys/filio.h... (cached) no
    checking for setjmp.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for size_t... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for time.h... (cached) yes
    checking for struct timeval... (cached) yes
    checking for curl_off_t... (cached) yes
    checking size of curl_off_t... (cached) 8
    checking for size_t... (cached) yes
    checking size of size_t... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking for time_t... (cached) yes
    checking size of time_t... (cached) 4
    checking for long long... (cached) yes
    checking if numberLL works... yes
    checking for ssize_t... (cached) yes
    checking for socklen_t... (cached) yes
    checking for in_addr_t... (cached) yes
    checking for struct sockaddr_storage... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... (cached) int,fd_set *,struct timeval *
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for recv... yes
    checking types of arguments and return type for recv... (cached) int,void *,size_t,int,int
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for send... yes
    checking types of arguments and return type for send... (cached) int,const void *,size_t,int,int
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for MSG_NOSIGNAL... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for strtoll... (cached) yes
    checking for socket... (cached) yes
    checking for select... (cached) yes
    checking for strdup... (cached) yes
    checking for strstr... (cached) yes
    checking for strtok_r... (cached) yes
    checking for uname... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for stricmp... (cached) no
    checking deeper for stricmp... but still no
    checking for strcmpi... (cached) no
    checking deeper for strcmpi... but still no
    checking for gethostbyaddr... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for inet_addr... (cached) yes
    checking for inet_ntoa... (cached) yes
    checking for inet_pton... (cached) yes
    checking for perror... (cached) yes
    checking for closesocket... (cached) no
    checking deeper for closesocket... but still no
    checking for siginterrupt... (cached) yes
    checking for sigaction... (cached) yes
    checking for signal... (cached) yes
    checking for getpass_r... (cached) no
    checking deeper for getpass_r... but still no
    checking for strlcat... (cached) yes
    checking for getpwuid... (cached) yes
    checking for geteuid... (cached) yes
    checking for dlopen... (cached) yes
    checking for utime... (cached) yes
    checking for sigsetjmp... (cached) yes
    checking for basename... (cached) yes
    checking for setlocale... (cached) yes
    checking for ftruncate... (cached) yes
    checking for pipe... (cached) yes
    checking for poll... (cached) yes
    checking for getprotobyname... (cached) yes
    checking for getrlimit... (cached) yes
    checking for setrlimit... (cached) yes
    checking for fork... (cached) yes
    checking whether basename is declared... (cached) yes
    checking whether inet_pton is declared... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for getnameinfo... yes
    checking types of arguments for getnameinfo... (cached) const struct sockaddr *,socklen_t,size_t,unsigned int
    checking if we are Mac OS X (to disable poll)... no
    checking if poll works with NULL inputs... cross-compiling assumes yes
    checking for perl... (cached) /usr/bin/perl
    checking for gnroff... (cached) /usr/bin/nroff
    checking how to use *nroff to get plain text from man pages... -man
    checking whether to enable ares... no
    checking whether to enable verbose strings... yes
    checking whether to enable SSPI support (win32 builds only)... no
    checking whether to enable debug options... no
    checking whether to enable cryptographic authentication methods... yes
    checking whether to enable support for cookies... yes
    checking whether to enable hidden symbols in the library... no
    checking for C compiler vendor... (cached) gnu
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating include/Makefile
    config.status: creating include/curl/Makefile
    config.status: creating src/Makefile
    config.status: creating lib/Makefile
    config.status: creating packages/Makefile
    config.status: creating packages/Win32/Makefile
    config.status: creating packages/Win32/cygwin/Makefile
    config.status: creating packages/Linux/Makefile
    config.status: creating packages/Linux/RPM/Makefile
    config.status: creating packages/Linux/RPM/curl.spec
    config.status: creating packages/Linux/RPM/curl-ssl.spec
    config.status: creating packages/Solaris/Makefile
    config.status: creating packages/DOS/Makefile
    config.status: creating packages/EPM/curl.list
    config.status: creating packages/EPM/Makefile
    config.status: creating packages/vms/Makefile
    config.status: creating packages/AIX/Makefile
    config.status: creating packages/AIX/RPM/Makefile
    config.status: creating packages/AIX/RPM/curl.spec
    config.status: creating curl-config
    config.status: creating libcurl.pc
    config.status: creating lib/config.h
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: Configured to build curl/libcurl:
    
      curl version:    7.16.0
      Host setup:      mips-unknown-linux-gnu
      Install prefix:  /mod/usr/local/freeswitch
      Compiler:        /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
      SSL support:     no      (--with-ssl / --with-gnutls)
      zlib support:    no      (--with-zlib)
      krb4 support:    no      (--with-krb4*)
      GSSAPI support:  no      (--with-gssapi)
      SPNEGO support:  no      (--with-spnego)
      c-ares support:  no      (--enable-ares)
      ipv6 support:    no      (--enable-ipv6)
      IDN support:     no      (--with-libidn)
      Build libcurl:   Shared=no, Static=yes
      Built-in manual: enabled
      Verbose errors:  enabled (--disable-verbose)
      SSPI support:    no      (--enable-sspi)
      ca cert path:    no
    
    configure: configuring in libs/iksemel
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for mips-linux-objdump... (cached) objdump
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for ANSI C header files... (cached) yes
    checking for unistd.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for errno.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for size_t... (cached) yes
    checking for struct stat.st_blksize... (cached) yes
    checking for library containing recv... (cached) none required
    checking for getopt_long... (cached) yes
    checking for getaddrinfo... (cached) yes
    checking for libgnutls-config... (cached) no
    checking for pkg-config... (cached) /usr/bin/pkg-config
    Package gnutls was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gnutls.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gnutls' found
    Package gnutls was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gnutls.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gnutls' found
    Package gnutls was not found in the pkg-config search path.
    Perhaps you should add the directory containing `gnutls.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'gnutls' found
    checking for libgnutls - version >= 0.1.0... cross compiling; assumed OK...
    yes
    checking for C compiler vendor... (cached) gnu
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating iksemel.pc
    config.status: creating src/Makefile
    config.status: creating include/Makefile
    config.status: creating tools/Makefile
    config.status: creating test/Makefile
    config.status: creating doc/Makefile
    config.status: creating include/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/js/nsprpub
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking for whoami... (cached) /usr/bin/whoami
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for as... (cached) /usr/bin/as
    checking for ar... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-ar
    checking for ld... (cached) /usr/bin/ld
    checking for strip... (cached) /usr/bin/strip
    checking for windres... no
    checking for gcc -pipe support... no
    checking for visibility(hidden) attribute... (cached) yes
    checking for visibility pragma support... (cached) yes
    checking for perl5... (cached) /usr/bin/perl
    checking for dlopen in -ldl... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) 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
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking for lchown... (cached) yes
    checking for strerror... (cached) yes
    checking for pthread_create in -lpthread... yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -pthread... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating config/Makefile
    config.status: creating config/autoconf.mk
    config.status: creating config/nsprincl.mk
    config.status: creating config/nsprincl.sh
    config.status: creating config/nspr-config
    config.status: creating lib/Makefile
    config.status: creating lib/ds/Makefile
    config.status: creating lib/libc/Makefile
    config.status: creating lib/libc/include/Makefile
    config.status: creating lib/libc/src/Makefile
    config.status: creating lib/tests/Makefile
    config.status: creating pkg/Makefile
    config.status: creating pkg/linux/Makefile
    config.status: creating pkg/solaris/Makefile
    config.status: creating pkg/solaris/SUNWpr/Makefile
    config.status: creating pkg/solaris/SUNWprd/Makefile
    config.status: creating pr/Makefile
    config.status: creating pr/include/Makefile
    config.status: creating pr/include/md/Makefile
    config.status: creating pr/include/obsolete/Makefile
    config.status: creating pr/include/private/Makefile
    config.status: creating pr/src/Makefile
    config.status: creating pr/src/io/Makefile
    config.status: creating pr/src/linking/Makefile
    config.status: creating pr/src/malloc/Makefile
    config.status: creating pr/src/md/Makefile
    config.status: creating pr/src/md/unix/Makefile
    config.status: creating pr/src/memory/Makefile
    config.status: creating pr/src/misc/Makefile
    config.status: creating pr/src/threads/Makefile
    config.status: creating pr/tests/Makefile
    config.status: creating pr/tests/dll/Makefile
    config.status: creating pr/src/pthreads/Makefile
    config.status: executing default commands
    configure: configuring in libs/js
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    ./configure: line 1506: /shtool: No such file or directory
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking whether compiler option(s) -DDEBUG work... (cached) yes
    checking whether compiler option(s) -W<xxx> work... (cached) yes
    checking whether compiler option(s) -Wno-long-long work... (cached) yes
    checking for compilation debug mode... enabled
    checking for va_copy() function... (cached) yes
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for gethostname in -lnsl... (cached) yes
    checking for accept in -lsocket... (cached) no
    checking for floor in -lm... (cached) yes
    checking for struct stat.st_birthtime... (cached) no
    checking for struct stat.st_birthtimensec... (cached) no
    checking whether to build the run-time engine with JavaScript features only... (cached) no
    checking whether to build command line interface with line editing support... (cached) no
    checking whether to build Perl-to-JS and JS-to-Perl bindings... (cached) no
    checking for perl... (cached) /usr/bin/perl
    checking whether to build with the File object... (cached) yes
    checking whether to build with the XML object... (cached) yes
    checking whether to build with the DSO object... (cached) no
    checking whether to build with exclusive UTF-8 C string... (cached) no
    checking whether to build with NSPR... (cached) yes
    checking for pthread_create in -lpthread... (cached) yes
    checking for C compiler vendor... (cached) gnu
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating js.pc
    config.status: creating js-config.sh
    config.status: creating src/perlconnect/Makefile.PL
    config.status: creating config.h
    configure: configuring in libs/libdingaling
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for C compiler vendor... (cached) gnu
    checking for dirent.h that defines DIR... (cached) yes
    checking for library containing opendir... (cached) none required
    checking for ANSI C header files... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for size_t... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking whether struct tm is in sys/time.h or time.h... (cached) time.h
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for strftime... (cached) yes
    checking whether byte ordering is bigendian... (cached) yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/libsndfile
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc and cc understand -c and -o together... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for autogen... (cached) no
    checking for wine... (cached) no
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for ANSI C header files... (cached) yes
    checking for endian.h... (cached) yes
    checking for byteswap.h... (cached) yes
    checking for locale.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking whether S_IRGRP is declared... (cached) yes
    checking C99 struct flexible array support... (cached) yes
    checking for short... (cached) yes
    checking size of short... (cached) 2
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking for float... (cached) yes
    checking size of float... (cached) 4
    checking for double... (cached) yes
    checking size of double... (cached) 8
    checking for void*... (cached) yes
    checking size of void*... (cached) 4
    checking for size_t... (cached) yes
    checking size of size_t... (cached) 4
    checking for int64_t... (cached) yes
    checking size of int64_t... (cached) 8
    checking for long long... (cached) yes
    checking size of long long... (cached) 8
    checking for off_t... (cached) yes
    checking size of off_t... 8
    checking for ssize_t... (cached) yes
    checking for ssize_t... (cached) yes
    checking size of ssize_t... (cached) 4
    checking processor byte ordering... (cached) big
    checking for malloc... (cached) yes
    checking for calloc... (cached) yes
    checking for realloc... (cached) yes
    checking for free... (cached) yes
    checking for open... (cached) yes
    checking for read... (cached) yes
    checking for write... (cached) yes
    checking for lseek... (cached) yes
    checking for pread... (cached) yes
    checking for pwrite... (cached) yes
    checking for fstat... (cached) yes
    checking for ftruncate... (cached) yes
    checking for fsync... (cached) yes
    checking for snprintf... (cached) yes
    checking for vsnprintf... (cached) yes
    checking for gmtime... (cached) yes
    checking for gmtime_r... (cached) yes
    checking for localtime... (cached) yes
    checking for localtime_r... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for mmap... (cached) yes
    checking for getpagesize... (cached) yes
    checking for setlocale... (cached) yes
    checking for floor in -lm... (cached) yes
    checking for floor... (cached) no
    checking for ceil... (cached) yes
    checking for fmod... (cached) yes
    checking for lrint... (cached) yes
    checking for lrintf... (cached) yes
    checking for mips-linux-pkg-config... (cached) /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    configure: WARNING: *** External libs (FLAC, Ogg, Vorbis) disabled. ***
    checking processor clipping capabilities... (cached) none
    checking for alsa/asoundlib.h... (cached) no
    configure: WARNING: ******************************************************************
    configure: WARNING: *** We are cross-compiling, so have to assume sizeof (short) == 2
    configure: WARNING: *** and sizeof (int) == 4. If this is not the case there is no
    configure: WARNING: *** chance of this working. Please contact the mantainer.
    configure: WARNING: ******************************************************************
    configure: WARNING: Touching files in directory tests/.
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -std=gnu99... yes
    checking for version of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... 4.4.5
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -Wdeclaration-after-statement... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -Wpointer-arith... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -funsigned-char... yes
    checking for C compiler vendor... (cached) gnu
    configure: creating ./config.status
    config.status: creating src/sndfile.h
    config.status: creating src/Makefile
    config.status: creating src/GSM610/Makefile
    config.status: creating src/G72x/Makefile
    config.status: creating man/Makefile
    config.status: creating examples/Makefile
    config.status: creating tests/Makefile
    config.status: creating regtest/Makefile
    config.status: creating M4/Makefile
    config.status: creating doc/Makefile
    config.status: creating Win32/Makefile
    config.status: creating Octave/Makefile
    config.status: creating programs/Makefile
    config.status: creating doc/libsndfile.css
    config.status: creating Makefile
    config.status: creating libsndfile.spec
    config.status: creating sndfile.pc
    config.status: creating tests/test_wrapper.sh
    config.status: creating src/config.h
    config.status: executing depfiles commands
    
    -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-
    
      Configuration summary :
    
        Version : ............................. 1.0.19
        Experimental code : ................... no
        Using ALSA in example programs : ...... no
        External FLAC/Ogg/Vorbis : ............ no
    
    
      Tools :
    
        Compiler is GCC : ..................... yes
        GCC version : ......................... 4.4.5
    
      Installation directories :
    
        Library directory : ................... /usr/lib
        Program directory : ................... /usr/bin
        Pkgconfig directory : ................. /usr/lib/pkgconfig
        HTML docs directory : ................. /mod/usr/local/freeswitch/share/doc/libsndfile1-dev/html
    
    Compiling some other packages against libsndfile may require
    the addition of "/usr/lib/pkgconfig" to the
    PKG_CONFIG_PATH environment variable.
    
    make[1]: Entering directory `/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libsndfile/src'
    make[1]: Nothing to be done for `genfiles'.
    make[1]: Leaving directory `/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libsndfile/src'
    make[1]: Entering directory `/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libsndfile/tests'
    make[1]: Nothing to be done for `genfiles'.
    make[1]: Leaving directory `/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libsndfile/tests'
    configure: configuring in libs/sofia-sip
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking cached information... (cached) ok
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for style of include used by make... GNU
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for compilation environment...
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for maximum warnings compiler flag... (cached) -Wall
    checking for a BSD-compatible install... /usr/bin/install -c
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for etags... (cached) echo
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ld... (cached) mips-linux-ld
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for doxygen... (cached) echo
    checking for C compiler vendor... (cached) gnu
    checking for ANSI C header files... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for long long... (cached) yes
    checking whether IO functions support C99 size specifiers... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for inline... (cached) inline
    checking whether byte ordering is bigendian... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc recognizes __func__... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc recognizes __FUNCTION__... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc recognizes field names in struct initialization... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for size_t... (cached) yes
    checking for sa_len... (cached) no
    checking /dev/urandom... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for pthread.h... (cached) yes
    checking for stack suitable for tags... (cached) no
    checking for graceful free(0)... (cached) no
    checking for sockaddr_in6... (cached) yes
    checking for unistd.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for dirent.h... (cached) yes
    checking for winsock2.h... (cached) no
    checking for sys/socket.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/filio.h... (cached) no
    checking for sys/sockio.h... (cached) no
    checking for sys/select.h... (cached) yes
    checking for sys/epoll.h... (cached) yes
    checking for sys/devpoll.h... (cached) no
    checking for netinet/in.h... (cached) yes
    checking for arpa/inet.h... (cached) yes
    checking for netdb.h... (cached) yes
    checking for net/if.h... (cached) yes
    checking for net/if_types.h... (cached) no
    checking for ifaddr.h... (cached) no
    checking for netpacket/packet.h... (cached) yes
    checking whether MSG_TRUNC is declared... (cached) yes
    checking whether SO_RCVBUFFORCE is declared... (cached) yes
    checking whether SO_SNDBUFFORCE is declared... (cached) yes
    checking whether IP_ADD_MEMBERSHIP is declared... (cached) yes
    checking whether IP_MULTICAST_LOOP is declared... (cached) yes
    checking whether IP_MTU_DISCOVER is declared... (cached) yes
    checking for struct addrinfo... (cached) yes
    checking for struct sockaddr_storage... (cached) yes
    checking for field ifr_index in struct ifreq... (cached) no
    checking for field ifr_ifindex in struct ifreq... (cached) yes
    checking for struct ifconf... (cached) yes
    checking for ioctl SIOCGIFNUM... (cached) sys/sockio.h missing
    checking for pthread_create in -lpthread... (cached) yes
    checking for socketpair in -lsocket... (cached) no
    checking for library containing clock_gettime... (cached) none required
    checking for clock_gettime... (cached) yes
    checking for clock_getcpuclockid... (cached) no
    checking whether CLOCK_MONOTONIC is declared... (cached) yes
    checking for library containing socket... (cached) none required
    checking for library containing inet_ntop... (cached) none required
    checking for library containing getipnodebyname... (cached) no
    checking for library containing gethostbyname... (cached) none required
    checking for library containing getaddrinfo... (cached) none required
    checking for working alloca.h... (cached) yes
    checking for alloca... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for strerror... (cached) yes
    checking for random... (cached) yes
    checking for initstate... (cached) yes
    checking for tcsetattr... (cached) yes
    checking for flock... (cached) yes
    checking for socketpair... (cached) yes
    checking for gethostname... (cached) yes
    checking for gethostbyname... (cached) yes
    checking for getipnodebyname... (cached) no
    checking for poll... (cached) yes
    checking for epoll_create... (cached) yes
    checking for kqueue... (cached) no
    checking for select... (cached) yes
    checking for if_nameindex... (cached) yes
    checking for signal... (cached) yes
    checking for alarm... (cached) yes
    checking for strnlen... (cached) yes
    checking for getaddrinfo... (cached) yes
    checking for getnameinfo... (cached) yes
    checking for freeaddrinfo... (cached) yes
    checking for gai_strerror... (cached) yes
    checking for getifaddrs... (cached) no
    checking for getline... (cached) yes
    checking for getdelim... (cached) yes
    checking for getpass... (cached) yes
    checking for memmem... (cached) yes
    checking for memccpy... (cached) yes
    checking for memspn... (cached) no
    checking for memcspn... (cached) no
    checking for strtoull... (cached) yes
    checking for inet_ntop... (cached) yes
    checking for inet_pton... (cached) yes
    checking for poll... (cached) yes
    checking whether SIGPIPE is declared... (cached) yes
    checking for IP_RECVERR... (cached) yes
    checking for IPV6_RECVERR... (cached) yes
    checking for netinet/tcp.h... (cached) yes
    checking for netinet/sctp.h... (cached) no
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for check >= 0.9.4... checking for fnmatch.h... (cached) yes
    checking for dlopen in -ldl... (cached) yes
    configure: WARNING: ** TLS support for STUN disabled as OpenSSL headers and/or libraries were not found **
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating packages/Makefile
    config.status: creating packages/sofia-sip-ua.pc
    config.status: creating packages/sofia-sip-ua-glib.pc
    config.status: creating libsofia-sip-ua/Makefile
    config.status: creating libsofia-sip-ua/bnf/Makefile
    config.status: creating libsofia-sip-ua/bnf/Doxyfile
    config.status: creating libsofia-sip-ua/docs/Makefile
    config.status: creating libsofia-sip-ua/docs/Doxyfile
    config.status: creating libsofia-sip-ua/docs/Doxyfile.version
    config.status: creating libsofia-sip-ua/docs/sofia-footer.html
    config.status: creating libsofia-sip-ua/features/Doxyfile
    config.status: creating libsofia-sip-ua/features/Makefile
    config.status: creating libsofia-sip-ua/http/Doxyfile
    config.status: creating libsofia-sip-ua/http/Makefile
    config.status: creating libsofia-sip-ua/ipt/Doxyfile
    config.status: creating libsofia-sip-ua/ipt/Makefile
    config.status: creating libsofia-sip-ua/iptsec/Doxyfile
    config.status: creating libsofia-sip-ua/iptsec/Makefile
    config.status: creating libsofia-sip-ua/msg/Doxyfile
    config.status: creating libsofia-sip-ua/msg/Makefile
    config.status: creating libsofia-sip-ua/nea/Doxyfile
    config.status: creating libsofia-sip-ua/nea/Makefile
    config.status: creating libsofia-sip-ua/nta/Doxyfile
    config.status: creating libsofia-sip-ua/nta/Makefile
    config.status: creating libsofia-sip-ua/nth/Doxyfile
    config.status: creating libsofia-sip-ua/nth/Makefile
    config.status: creating libsofia-sip-ua/nua/Doxyfile
    config.status: creating libsofia-sip-ua/nua/Makefile
    config.status: creating libsofia-sip-ua/sdp/Doxyfile
    config.status: creating libsofia-sip-ua/sdp/Makefile
    config.status: creating libsofia-sip-ua/sip/Doxyfile
    config.status: creating libsofia-sip-ua/sip/Makefile
    config.status: creating libsofia-sip-ua/soa/Doxyfile
    config.status: creating libsofia-sip-ua/soa/Makefile
    config.status: creating libsofia-sip-ua/sresolv/Doxyfile
    config.status: creating libsofia-sip-ua/sresolv/Makefile
    config.status: creating libsofia-sip-ua/stun/Doxyfile
    config.status: creating libsofia-sip-ua/stun/Makefile
    config.status: creating libsofia-sip-ua/su/Doxyfile
    config.status: creating libsofia-sip-ua/su/Makefile
    config.status: creating libsofia-sip-ua/tport/Doxyfile
    config.status: creating libsofia-sip-ua/tport/Makefile
    config.status: creating libsofia-sip-ua/url/Doxyfile
    config.status: creating libsofia-sip-ua/url/Makefile
    config.status: creating libsofia-sip-ua/features/sofia-sip/sofia_features.h
    config.status: creating s2check/Makefile
    config.status: creating libsofia-sip-ua-glib/Makefile
    config.status: creating libsofia-sip-ua-glib/su-glib/Makefile
    config.status: creating libsofia-sip-ua-glib/su-glib/Doxyfile
    config.status: creating utils/Makefile
    config.status: creating utils/Doxyfile
    config.status: creating tests/Makefile
    config.status: creating win32/Makefile
    config.status: creating win32/config.h
    config.status: creating open_c/Makefile
    config.status: creating open_c/config.h
    config.status: creating packages/sofia-sip-1.12.10devel.spec
    config.status: creating config.h
    config.status: creating libsofia-sip-ua/su/sofia-sip/su_configure.h
    config.status: executing depfiles commands
    config.status: executing version commands
    configure: configuring in libs/speex
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking whether byte ordering is bigendian... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for C/C++ restrict keyword... (cached) __restrict
    checking for C compiler vendor... (cached) gnu
    checking for C99 variable-size arrays... yes
    checking for alloca.h... (cached) yes
    checking for getopt.h... (cached) yes
    checking for alloca... yes
    checking for SSE in current arch/CFLAGS... no
    checking for ELF visibility... yes
    checking for sys/soundcard.h... (cached) yes
    checking for sys/audioio.h... (cached) no
    checking for Ogg... yes
    checking for sin in -lm... (cached) yes
    checking for getopt_long... (cached) yes
    checking for main in -lwinmm... (cached) no
    checking for short... (cached) yes
    checking size of short... (cached) 2
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libspeex/Makefile
    config.status: creating src/Makefile
    config.status: creating Speex.spec
    config.status: creating include/Makefile
    config.status: creating include/speex/Makefile
    config.status: creating speex.pc
    config.status: creating speexdsp.pc
    config.status: creating win32/Makefile
    config.status: creating win32/libspeex/Makefile
    config.status: creating win32/speexenc/Makefile
    config.status: creating win32/speexdec/Makefile
    config.status: creating symbian/Makefile
    config.status: creating win32/VS2003/Makefile
    config.status: creating win32/VS2003/tests/Makefile
    config.status: creating win32/VS2003/libspeex/Makefile
    config.status: creating win32/VS2003/libspeexdsp/Makefile
    config.status: creating win32/VS2003/speexdec/Makefile
    config.status: creating win32/VS2003/speexenc/Makefile
    config.status: creating win32/VS2005/Makefile
    config.status: creating win32/VS2005/libspeex/Makefile
    config.status: creating win32/VS2005/speexdec/Makefile
    config.status: creating win32/VS2005/speexenc/Makefile
    config.status: creating win32/VS2005/libspeexdsp/Makefile
    config.status: creating win32/VS2005/tests/Makefile
    config.status: creating win32/VS2008/libspeexdsp/Makefile
    config.status: creating win32/VS2008/Makefile
    config.status: creating win32/VS2008/speexdec/Makefile
    config.status: creating win32/VS2008/tests/Makefile
    config.status: creating win32/VS2008/libspeex/Makefile
    config.status: creating win32/VS2008/speexenc/Makefile
    config.status: creating include/speex/speex_config_types.h
    config.status: creating ti/Makefile
    config.status: creating ti/speex_C54_test/Makefile
    config.status: creating ti/speex_C55_test/Makefile
    config.status: creating ti/speex_C64_test/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    Type "make; make install" to compile and install Speex
    configure: configuring in libs/portaudio
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether ln -s works... yes
    checking for ar... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-ar
    checking whether byte ordering is bigendian... (cached) yes
    checking for snd_pcm_open in -lasound... (cached) no
    checking for HPI_SubSysCreate in -lhpi... (cached) no
    checking for pkg-config... (cached) /usr/bin/pkg-config
    checking for jack... checking for sys/soundcard.h... (cached) yes
    checking for linux/soundcard.h... (cached) yes
    checking for machine/soundcard.h... (cached) no
    checking for short... (cached) yes
    checking size of short... (cached) 2
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking for clock_gettime in -lrt... (cached) yes
    checking for clock_gettime... (cached) yes
    checking for nanosleep... (cached) yes
    checking for pthread_create in -lpthread... (cached) yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating portaudio-2.0.pc
    configure: configuring in libs/openzap
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking whether make sets $(MAKE)... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc and cc understand -c and -o together... (cached) yes
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) 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
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for C compiler vendor... (cached) gnu
    checking for dlopen in -ldl... (cached) yes
    checking for pthread_create in -lpthread... (cached) yes
    checking for cos in -lm... (cached) yes
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking what directory libraries are found in... (cached) lib
    checking for pcap library in /usr/lib... no found
    checking for pcap library in /usr/local/lib... no found
    checking for pcap header in /usr/ng/include... no found
    checking for pcap header in /usr/include... no found
    checking for pcap header in /usr/local/include... no found
    checking whether to include pcap... no
    checking for netinet/sctp.h... (cached) no
    checking for netdb.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for gethostbyname_r... (cached) yes
    checking whether gethostbyname_r requires five arguments... no
    checking for sangoma_span_chan_toif in -lsangoma... (cached) no
    checking for openr2_context_set_io_type in -lopenr2... (cached) no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating openzap.pc
    config.status: creating mod_openzap/Makefile
    config.status: executing depfiles commands
    configure: configuring in libs/unimrcp
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking for a BSD-compatible install... /usr/bin/install -c
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    UniMRCP Version: 0.9.0
    configure: Apache Portable Runtime (APR) library configuration
    checking for APR... yes
    1.2.8
    configure: Apache Portable Runtime Utility (APU) library configuration
    checking for APR-util... yes
    1.2.8
    configure: Sofia SIP library configuration
    checking for Sofia-SIP... yes
    1.12.10devel
    checking for C compiler vendor... (cached) gnu
    configure: Cepstral Swift library configuration
    checking for Swift... configure: WARNING: not found - looked for /opt/swift
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating libs/Makefile
    config.status: creating libs/apr-toolkit/Makefile
    config.status: creating libs/mpf/Makefile
    config.status: creating libs/mrcp/Makefile
    config.status: creating libs/mrcp-signaling/Makefile
    config.status: creating libs/mrcpv2-transport/Makefile
    config.status: creating libs/mrcp-engine/Makefile
    config.status: creating libs/mrcp-server/Makefile
    config.status: creating libs/mrcp-client/Makefile
    config.status: creating libs/uni-rtsp/Makefile
    config.status: creating modules/Makefile
    config.status: creating modules/mrcp-sofiasip/Makefile
    config.status: creating modules/mrcp-unirtsp/Makefile
    config.status: creating plugins/Makefile
    config.status: creating plugins/mrcp-cepstral/Makefile
    config.status: creating plugins/mrcp-pocketsphinx/Makefile
    config.status: creating plugins/mrcp-flite/Makefile
    config.status: creating plugins/mrcp-recorder/Makefile
    config.status: creating plugins/demo-synth/Makefile
    config.status: creating plugins/demo-recog/Makefile
    config.status: creating platforms/Makefile
    config.status: creating platforms/libunimrcp-server/Makefile
    config.status: creating platforms/libunimrcp-client/Makefile
    config.status: creating platforms/unimrcp-server/Makefile
    config.status: creating platforms/unimrcp-client/Makefile
    config.status: creating platforms/libasr-client/Makefile
    config.status: creating platforms/asr-client/Makefile
    config.status: creating platforms/umc/Makefile
    config.status: creating tests/Makefile
    config.status: creating tests/apttest/Makefile
    config.status: creating tests/mpftest/Makefile
    config.status: creating tests/mrcptest/Makefile
    config.status: creating tests/rtsptest/Makefile
    config.status: creating tests/strtablegen/Makefile
    config.status: creating build/Makefile
    config.status: creating build/pkgconfig/Makefile
    config.status: creating build/pkgconfig/unimrcpclient.pc
    config.status: creating build/pkgconfig/unimrcpserver.pc
    config.status: creating build/pkgconfig/unimrcpplugin.pc
    config.status: creating conf/Makefile
    config.status: creating data/Makefile
    config.status: executing depfiles commands
    configure:
    configure: Report:
    configure:   UniMRCP: 0.9.0
    configure:   APR: 1.2.8
    configure:   APR-Util: 1.2.8
    configure:   Sofia-SIP: 1.12.10devel
    configure: Plugins:
    configure:   Demo Synthesizer: yes
    configure:   Demo Recognizer: yes
    configure:   Cepstral: yes
    configure:   PocketSphinx: no
    configure:   Flite: no
    configure: configuring in libs/tiff-3.8.2
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking target system type... (cached) mips-unknown-linux-gnu
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc and cc understand -c and -o together... (cached) yes
    checking for C compiler warning flags... (cached) -Wall -W
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for main in -lc... (cached) yes
    checking for main in -lm... (cached) yes
    checking for assert.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for limits.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for search.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking whether byte ordering is bigendian... (cached) yes
    checking for off_t... (cached) yes
    checking for size_t... (cached) yes
    checking for int... (cached) yes
    checking size of int... (cached) 4
    checking for long... (cached) yes
    checking size of long... (cached) 4
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking whether struct tm is in sys/time.h or time.h... (cached) time.h
    checking for int8... (cached) no
    checking for int16... (cached) no
    checking for int32... (cached) no
    checking for floor... (cached) no
    checking for isascii... (cached) yes
    checking for memmove... (cached) yes
    checking for memset... (cached) yes
    checking for mmap... (cached) yes
    checking for pow... (cached) no
    checking for sqrt... (cached) yes
    checking for strchr... (cached) yes
    checking for strrchr... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for getopt... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strtoul... (cached) yes
    checking for lfind... (cached) yes
    checking native cpu bit order... msb2lsb
    checking for special C compiler options needed for large files... (cached) no
    checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
    checking for _LARGE_FILES value needed for large files... (cached) no
    checking for inflateEnd in -lz... (cached) yes
    checking for zlib.h... (cached) yes
    checking for jpeg_read_scanlines in -ljpeg... (cached) yes
    checking for jpeglib.h... (cached) yes
    checking for X... (cached) no
    checking for the pthreads library -lpthreads... no
    checking whether pthreads work without any flags... no
    checking whether pthreads work with -Kthread... no
    checking whether pthreads work with -kthread... no
    checking for the pthreads library -llthread... no
    checking whether pthreads work with -pthread... yes
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking if more special flags are required for pthreads... no
    checking for cc_r... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking whether we are using the Microsoft C compiler... (cached) no
    checking for windows.h... (cached) no
    checking for OpenGL library... (cached) no
    checking for OpenGL Utility library... (cached) no
    checking for GLUT library... (cached) no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating contrib/Makefile
    config.status: creating contrib/acorn/Makefile
    config.status: creating contrib/addtiffo/Makefile
    config.status: creating contrib/dbs/Makefile
    config.status: creating contrib/dbs/xtiff/Makefile
    config.status: creating contrib/iptcutil/Makefile
    config.status: creating contrib/mac-cw/Makefile
    config.status: creating contrib/mac-mpw/Makefile
    config.status: creating contrib/mfs/Makefile
    config.status: creating contrib/ojpeg/Makefile
    config.status: creating contrib/pds/Makefile
    config.status: creating contrib/ras/Makefile
    config.status: creating contrib/stream/Makefile
    config.status: creating contrib/tags/Makefile
    config.status: creating contrib/win_dib/Makefile
    config.status: creating html/Makefile
    config.status: creating html/images/Makefile
    config.status: creating html/man/Makefile
    config.status: creating libtiff/Makefile
    config.status: creating man/Makefile
    config.status: creating port/Makefile
    config.status: creating test/Makefile
    config.status: creating tools/Makefile
    config.status: creating libtiff/tif_config.h
    config.status: creating libtiff/tiffconf.h
    config.status: executing depfiles commands
    
    Libtiff is now configured for mips-unknown-linux-gnu
    
      Installation directory:             /mod/usr/local/freeswitch
      Documentation directory:            ${prefix}/share/doc/tiff-3.8.2
      C compiler:                         /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
      C++ compiler:                       /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
      Enable runtime linker paths:        no
      Support Microsoft Document Imaging: yes
    
     Support for internal codecs:
      CCITT Group 3 & 4 algorithms:       yes
      Macintosh PackBits algorithm:       yes
      LZW algorithm:                      yes
      ThunderScan 4-bit RLE algorithm:    yes
      NeXT 2-bit RLE algorithm:           yes
      LogLuv high dynamic range encoding: yes
    
     Support for external codecs:
      ZLIB support:                       yes
      Pixar log-format algorithm:         yes
      JPEG support:                       yes
      Old JPEG support:                   no
    
      C++ support:                        yes
    
      OpenGL support:                     no
    
    configure: configuring in libs/spandsp
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for C compiler vendor... (cached) gnu
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for working volatile... (cached) yes
    checking for long long... (cached) yes
    checking for long double... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for error_at_line... (cached) yes
    checking for vprintf... (cached) yes
    checking for _doprnt... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking for working memcmp... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible realloc... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... (cached) int,fd_set *,struct timeval *
    checking for lrint... (cached) yes
    checking for lrintf... (cached) yes
    checking for llrint... (cached) yes
    checking for llrintf... (cached) yes
    checking if have C99 struct flexible array support... (cached) yes
    checking for memmove... (cached) yes
    checking for memset... (cached) yes
    checking for select... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strchr... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for drand48... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for socket.h... (cached) no
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for tgmath.h... (cached) yes
    checking for math.h... (cached) yes
    checking for float.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/fcntl.h... (cached) yes
    checking for sndfile.h... (cached) no
    checking for fftw3.h... (cached) no
    checking for fftw.h... (cached) no
    checking for pthread.h... (cached) yes
    checking for libxml/xmlmemory.h... checking for libxml/xmlmemory.h... (cached) yes
    checking for libxml/parser.h... (cached) no
    checking for libxml/xinclude.h... (cached) yes
    checking for FL/Fl.H... (cached) no
    checking for FL/Fl_Overlay_Window.H... (cached) no
    checking for FL/Fl_Light_Button.H... (cached) no
    checking for FL/fl_draw.H... (cached) no
    checking for FL/Fl_Cartesian.H... (cached) no
    checking for FL/Fl_Audio_Meter.H... (cached) no
    checking for cos in -lm... (cached) yes
    checking for library containing sinf... (cached) none required
    checking for library containing cosf... (cached) none required
    checking for library containing tanf... (cached) none required
    checking for library containing asinf... (cached) none required
    checking for library containing acosf... (cached) none required
    checking for library containing atanf... (cached) none required
    checking for library containing atan2f... (cached) none required
    checking for library containing ceilf... (cached) none required
    checking for library containing floorf... (cached) none required
    checking for library containing powf... (cached) none required
    checking for library containing expf... (cached) none required
    checking for library containing logf... (cached) none required
    checking for library containing log10f... (cached) none required
    checking for xmlParseFile in -lxml2... (cached) yes
    checking if mips-unknown-linux-gnu supports library symbol export... (cached) yes
    checking if mips-unknown-linux-gnu is fixed point only... (cached) yes
    checking if mips-unknown-linux-gnu fails on misaligned memory access... (cached) no
    checking for tiffio.h... (cached) yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating doc/doxygen
    config.status: creating src/Makefile
    config.status: creating src/spandsp.h
    config.status: creating spandsp-sim/Makefile
    config.status: creating test-data/Makefile
    config.status: creating test-data/etsi/Makefile
    config.status: creating test-data/etsi/fax/Makefile
    config.status: creating test-data/itu/Makefile
    config.status: creating test-data/itu/fax/Makefile
    config.status: creating test-data/local/Makefile
    config.status: creating tests/Makefile
    config.status: creating spandsp.pc
    config.status: creating spandsp.spec
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/broadvoice
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for C compiler vendor... (cached) gnu
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for working volatile... (cached) yes
    checking for long long... (cached) yes
    checking for long double... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for error_at_line... (cached) yes
    checking for vprintf... (cached) yes
    checking for _doprnt... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking for working memcmp... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible realloc... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... (cached) int,fd_set *,struct timeval *
    checking for lrint... (cached) yes
    checking for lrintf... (cached) yes
    checking for llrint... (cached) yes
    checking for llrintf... (cached) yes
    checking C99 struct flexible array support... (cached) yes
    checking for memmove... (cached) yes
    checking for memset... (cached) yes
    checking for select... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strchr... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for socket.h... (cached) no
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for tgmath.h... (cached) yes
    checking for math.h... (cached) yes
    checking for float.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/fcntl.h... (cached) yes
    checking for sndfile.h... (cached) no
    checking for cos in -lm... (cached) yes
    checking for library containing sinf... (cached) none required
    checking for library containing cosf... (cached) none required
    checking for library containing tanf... (cached) none required
    checking for library containing asinf... (cached) none required
    checking for library containing acosf... (cached) none required
    checking for library containing atanf... (cached) none required
    checking for library containing atan2f... (cached) none required
    checking for library containing ceilf... (cached) none required
    checking for library containing floorf... (cached) none required
    checking for library containing powf... (cached) none required
    checking for library containing expf... (cached) none required
    checking for library containing logf... (cached) none required
    checking for library containing log10f... (cached) none required
    checking if mips-unknown-linux-gnu supports library symbol export... (cached) yes
    checking if mips-unknown-linux-gnu is fixed point only... (cached) yes
    checking if mips-unknown-linux-gnu fails on misaligned memory access... (cached) no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating src/Makefile
    config.status: creating src/broadvoice.h
    config.status: creating broadvoice.pc
    config.status: creating broadvoice.spec
    config.status: creating tests/regression_tests.sh
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/libg722_1
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for egrep... (cached) grep -E
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc needs -traditional... (cached) no
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for C compiler vendor... (cached) gnu
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for working volatile... (cached) yes
    checking for long long... (cached) yes
    checking for long double... (cached) yes
    checking return type of signal handlers... (cached) void
    checking for error_at_line... (cached) yes
    checking for vprintf... (cached) yes
    checking for _doprnt... (cached) no
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking for working memcmp... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible realloc... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/socket.h... (cached) yes
    checking types of arguments for select... (cached) int,fd_set *,struct timeval *
    checking for lrint... (cached) yes
    checking for lrintf... (cached) yes
    checking for llrint... (cached) yes
    checking for llrintf... (cached) yes
    checking C99 struct flexible array support... (cached) yes
    checking for memmove... (cached) yes
    checking for memset... (cached) yes
    checking for select... (cached) yes
    checking for strcasecmp... (cached) yes
    checking for strchr... (cached) yes
    checking for strdup... (cached) yes
    checking for strerror... (cached) yes
    checking for strstr... (cached) yes
    checking for strtol... (cached) yes
    checking for gettimeofday... (cached) yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking whether time.h and sys/time.h may both be included... (cached) yes
    checking for socket.h... (cached) no
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for malloc.h... (cached) yes
    checking for tgmath.h... (cached) yes
    checking for math.h... (cached) yes
    checking for float.h... (cached) yes
    checking for fcntl.h... (cached) yes
    checking for sys/time.h... (cached) yes
    checking for sys/select.h... (cached) yes
    checking for sys/ioctl.h... (cached) yes
    checking for sys/fcntl.h... (cached) yes
    checking for audiofile.h... (cached) no
    checking for cos in -lm... (cached) yes
    checking for library containing sinf... (cached) none required
    checking for library containing cosf... (cached) none required
    checking for library containing tanf... (cached) none required
    checking for library containing asinf... (cached) none required
    checking for library containing acosf... (cached) none required
    checking for library containing atanf... (cached) none required
    checking for library containing atan2f... (cached) none required
    checking for library containing ceilf... (cached) none required
    checking for library containing floorf... (cached) none required
    checking for library containing powf... (cached) none required
    checking for library containing expf... (cached) none required
    checking for library containing logf... (cached) none required
    checking for library containing log10f... (cached) none required
    checking if mips-unknown-linux-gnu is fixed point only... (cached) yes
    ./configure: line 27717: fixed: command not found
    checking if mips-unknown-linux-gnu fails on misaligned memory access... (cached) no
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating doc/Makefile
    config.status: creating test-data/Makefile
    config.status: creating test-data/local/Makefile
    config.status: creating test-data/itu/Makefile
    config.status: creating src/Makefile
    config.status: creating src/g722_1.h
    config.status: creating tests/Makefile
    config.status: creating g722_1.spec
    config.status: creating tests/regression_tests.sh
    config.status: creating src/config.h
    config.status: executing depfiles commands
    configure: configuring in libs/silk
    configure: running /bin/bash './configure.gnu' --prefix=/mod/usr/local/freeswitch  '--cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache' '--target=mips-linux' '--host=mips-linux' '--build=i386-pc-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/usr' '--exec-prefix=/usr' '--datadir=/usr/share' '--includedir=/usr/include' '--infodir=/usr/share/info' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--mandir=/usr/share/man' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--with-gnu-ld' '--disable-nls' 'config_BUILD_CC=gcc' 'config_TARGET_CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'config_TARGET_CFLAGS=-I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'config_TARGET_LINK=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'BUILD_CC=gcc' 'LINK_FOR_BUILD=gcc' 'CC=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc' 'CXX=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc' '--prefix=/mod/usr/local/freeswitch' '--bindir=/usr/bin' '--exec-prefix=/usr/bin' '--sysconfdir=/mod/etc/freeswitch' '--with-rundir=/var/run' '--enable-static' '--enable-shared' '--without-erlang' '--without-java' '--without-mysql' '--without-pgsql' '--without-python' '--disable-zrtp' '--disable-debug' '--disable-cpp' '--with-odbc=no' '--enable-core-odbc-support=no' '--disable-dependency-tracking' '--disable-ssl' '--with-openssl=no' '--with-ssl=no' '--without-gnutls' '--without-ssl' '--without-zlib' '--without-sqlite2' '--without-sqlite3' '--with-libcurl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-curl=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' '--with-apr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/' '--with-libapr-util=/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr' 'ac_cv_file__dev_zero=yes' 'ac_cv_func_setpgrp_void=yes' 'apr_cv_tcp_nodelay_with_cork=yes' 'ac_cv_file_dbd_apr_dbd_mysql_c=no' 'ac_cv_va_copy=C99' 'ac_cv_sizeof_ssize_t=4' 'ac_cv_func_malloc_0_nonnull=yes' 'apr_cv_mutex_recursive=yes' 'ac_cv_func_pthread_rwlock_init=yes' 'apr_cv_type_rwlock_t=yes' 'ac_cv_file__dev_urandom=yes' 'ac_cv_file___dev_urandom_=yes' 'ac_cv_dev_urandom=yes' 'ac_cv_file__dev_random=no' 'ac_cv_lib_pthread_pthread_create=yes' 'ac_cv_func_mmap_fixed_mapped=yes' 'ac_cv_struct_rlimit=yes' 'ap_cv_void_ptr_lt_long=no' 'ac_cv_sizeof_struct_iovec=1' 'apr_cv_process_shared_works=yes' 'apr_cv_mutex_robust_shared=no' 'config_TARGET_READLINE_INC=' 'config_TARGET_READLINE_LIBS= -lreadline -lncurses' 'config_TARGET_LIBS= -lpthread' 'CC_FOR_BUILD=gcc' 'CFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CXXFLAGS=-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'LDFLAGS=' 'build_alias=i386-pc-linux-gnu' 'host_alias=mips-linux' 'target_alias=mips-linux' CONFIGURE_CFLAGS='' CONFIGURE_CXXFLAGS='-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' CONFIGURE_LDFLAGS='' --cache-file=/home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache --srcdir=.
    configure: loading site script /home/freetz/trunk/include/site/mips-linux-uclibc
    configure: loading cache /home/freetz/trunk/source/target-mips_uClibc-0.9.29/config.cache
    checking for a BSD-compatible install... (cached) /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... (cached) gawk
    checking whether make sets $(MAKE)... (cached) yes
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking for mips-linux-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... yes
    checking for suffix of executables...
    checking for suffix of object files... (cached) o
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc accepts -g... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to accept ANSI C... (cached) none needed
    checking for style of include used by make... GNU
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) gcc3
    checking build system type... (cached) i386-pc-linux-gnu
    checking host system type... (cached) mips-unknown-linux-gnu
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for egrep... (cached) grep -E
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld option to reload object files... (cached) -r
    checking for BSD-compatible nm... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... (cached) pass_all
    checking how to run the C preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E
    checking for ANSI C header files... (cached) yes
    checking for sys/types.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for memory.h... (cached) yes
    checking for strings.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for dlfcn.h... (cached) yes
    checking for mips-linux-g++... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc accepts -g... (cached) yes
    checking dependency style of /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) gcc3
    checking how to run the C++ preprocessor... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -E
    checking for mips-linux-g77... no
    checking for mips-linux-f77... no
    checking for mips-linux-xlf... no
    checking for mips-linux-frt... no
    checking for mips-linux-pgf77... no
    checking for mips-linux-fort77... no
    checking for mips-linux-fl32... no
    checking for mips-linux-af77... no
    checking for mips-linux-f90... no
    checking for mips-linux-xlf90... no
    checking for mips-linux-pgf90... no
    checking for mips-linux-epcf90... no
    checking for mips-linux-f95... no
    checking for mips-linux-fort... no
    checking for mips-linux-xlf95... no
    checking for mips-linux-ifc... no
    checking for mips-linux-efc... no
    checking for mips-linux-pgf95... no
    checking for mips-linux-lf95... no
    checking for mips-linux-gfortran... no
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... no
    checking for xlf90... no
    checking for pgf90... no
    checking for epcf90... no
    checking for f95... no
    checking for fort... no
    checking for xlf95... no
    checking for ifc... no
    checking for efc... no
    checking for pgf95... no
    checking for lf95... no
    checking for gfortran... no
    checking whether we are using the GNU Fortran 77 compiler... (cached) no
    checking whether  accepts -g... (cached) no
    checking the maximum length of command line arguments... (cached) 805306365
    checking command to parse /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-nm -B output from /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc object... (cached) ok
    checking for objdir... (cached) .libs
    checking for mips-linux-ar... (cached) mips-linux-ar
    checking for mips-linux-ranlib... (cached) mips-linux-ranlib
    checking for mips-linux-strip... (cached) mips-linux-strip
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... (cached) no
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    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... no
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc... (cached) /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld
    checking if the linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) is GNU ld... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking for /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc option to produce PIC... -fPIC
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc PIC flag -fPIC works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc static flag -static works... yes
    checking if /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc supports -c -o file.o... (cached) yes
    checking whether the /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc linker (/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/mips-linux-uclibc/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking for ANSI C header files... (cached) yes
    checking for float.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for an ANSI C-conforming const... (cached) yes
    checking for inline... (cached) inline
    checking for size_t... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... (cached) yes
    checking for pow in -lm... (cached) yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: executing depfiles commands
    
    -------------------------- FreeSWITCH configuration --------------------------
    
      Locations:
          Selected layout:
    
          prefix:          /mod/usr/local/freeswitch
          exec_prefix:     /usr/bin
          bindir:          /usr/bin
          libdir:          /usr/lib
          modulesdir:      /mod/usr/local/freeswitch/mod
          sysconfdir:      /mod/etc/freeswitch
          runtimedir:      /var/run
          logfiledir:      /mod/usr/local/freeswitch/log
    
    ------------------------------------------------------------------------------
     Replacing ./libtool with symlink to /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/bin/libtool
    mkdir -p "/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install"
    cmd() { PATH="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin:/home/freetz/trunk/toolchain/build/mips_gcc-3.4.6/mips-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" LD_RUN_PATH="/usr/lib/freetz" make -j2  "$@"  || { printf "\n\\033[33m%s\\033[m\n" "ERROR: Build failed.";  exit 1; } };    if [ -e source/.echo_item_start -a ! -e source/.echo_item_build ]; then echo -n "building... "; touch source/.echo_item_build; fi; cmd -C source/target-mips_uClibc-0.9.29/freeswitch-1.0.6 install \
                    DESTDIR="/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install"\
                    CC="/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc" \
                    CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" \
                    BUILD_CC=gcc
    building... make[1]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
     cd . && /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/build/config/missing --run automake-1.9 --gnu
    configure.in:116: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
    ../../lib/autoconf/general.m4:2018: AC_CACHE_VAL is expanded from...
    ../../lib/autoconf/general.m4:2039: AC_CACHE_CHECK is expanded from...
    aclocal.m4:621: AC_LIBTOOL_COMPILER_OPTION is expanded from...
    aclocal.m4:4836: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
    aclocal.m4:2674: _LT_AC_LANG_C_CONFIG is expanded from...
    aclocal.m4:2673: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
    aclocal.m4:86: AC_LIBTOOL_SETUP is expanded from...
    aclocal.m4:66: _AC_PROG_LIBTOOL is expanded from...
    aclocal.m4:31: AC_PROG_LIBTOOL is expanded from...
    configure.in:116: the top level
    configure.in:116: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
    aclocal.m4:666: AC_LIBTOOL_LINKER_OPTION is expanded from...
    configure.in:116: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
    aclocal.m4:2751: _LT_AC_LANG_CXX_CONFIG is expanded from...
    aclocal.m4:2750: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
    aclocal.m4:1810: _LT_AC_TAGCONFIG is expanded from...
    configure.in:116: warning: AC_CACHE_VAL(lt_prog_compiler_static_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
     cd . && /bin/bash ./config.status Makefile depfiles
    config.status: creating Makefile
    config.status: executing depfiles commands
    make[1]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[1]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/sqlite'
    sed -e s/--VERS--/3.3.13/ ./src/sqlite.h.in | \
            sed -e s/--VERSION-NUMBER--/3003013/ >sqlite3.h
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr'
    gcc -g -o lemon ./tool/lemon.c
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr'
    gawk -f /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/build/make_var_export.awk /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_env.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_poll.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_fnmatch.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_global_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_pools.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_want.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_file_io.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_version.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_mmap.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_dso.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_proc.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_errno.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_shm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_network_io.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_signal.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_user.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_support.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_atomic.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_random.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_cond.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_rwlock.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_getopt.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_inherit.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_strings.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_general.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_proc_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_tables.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_ring.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_file_info.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_allocator.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_portable.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_hash.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_time.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_lib.h > export_vars.c
    gawk -f /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/build/make_exports.awk /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_env.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_poll.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_fnmatch.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_global_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_pools.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_want.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_file_io.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_version.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_mmap.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_dso.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_proc.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_errno.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_shm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_network_io.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_signal.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_user.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_support.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_atomic.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_random.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_cond.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_thread_rwlock.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_getopt.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_inherit.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_strings.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_general.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_proc_mutex.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_tables.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_ring.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_file_info.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_allocator.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_portable.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_hash.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_time.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/apr_lib.h > exports.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
    cp ./tool/lempar.c .
    gcc -g -o mkkeywordhash  ./tool/mkkeywordhash.c
    ./mkkeywordhash >keywordhash.h
    cp ./src/parse.y .
    ./lemon  parse.y
    mv parse.h parse.h.temp
    awk -f ./addopcodes.awk parse.h.temp >parse.h
    cat parse.h ./src/vdbe.c | gawk -f ./mkopcodeh.awk >opcodes.h
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/alter.c  -fPIC -DPIC -o alter.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_strnatcmp.lo -c strings/apr_strnatcmp.c && touch strings/apr_strnatcmp.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/analyze.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/analyze.c  -fPIC -DPIC -o analyze.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_strings.lo -c strings/apr_strings.c && touch strings/apr_strings.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/attach.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/attach.c  -fPIC -DPIC -o attach.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_strtok.lo -c strings/apr_strtok.c && touch strings/apr_strtok.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/auth.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_fnmatch.lo -c strings/apr_fnmatch.c && touch strings/apr_fnmatch.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/auth.c  -fPIC -DPIC -o auth.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/btree.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o strings/apr_snprintf.lo -c strings/apr_snprintf.c && touch strings/apr_snprintf.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/btree.c  -fPIC -DPIC -o btree.o
    strings/apr_snprintf.c: In function 'apr_vformatter':
    strings/apr_snprintf.c:1261: warning: comparison with string literal results in unspecified behavior
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o tables/apr_tables.lo -c tables/apr_tables.c && touch tables/apr_tables.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/build.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o tables/apr_hash.lo -c tables/apr_hash.c && touch tables/apr_hash.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/build.c  -fPIC -DPIC -o build.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o atomic/unix/apr_atomic.lo -c atomic/unix/apr_atomic.c && touch atomic/unix/apr_atomic.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o dso/unix/dso.lo -c dso/unix/dso.c && touch dso/unix/dso.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/callback.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/flock.lo -c file_io/unix/flock.c && touch file_io/unix/flock.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/callback.c  -fPIC -DPIC -o callback.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/complete.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/readwrite.lo -c file_io/unix/readwrite.c && touch file_io/unix/readwrite.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/complete.c  -fPIC -DPIC -o complete.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/date.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/filepath_util.lo -c file_io/unix/filepath_util.c && touch file_io/unix/filepath_util.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/date.c  -fPIC -DPIC -o date.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/seek.lo -c file_io/unix/seek.c && touch file_io/unix/seek.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/delete.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/delete.c  -fPIC -DPIC -o delete.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/dir.lo -c file_io/unix/dir.c && touch file_io/unix/dir.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/expr.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/expr.c  -fPIC -DPIC -o expr.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/mktemp.lo -c file_io/unix/mktemp.c && touch file_io/unix/mktemp.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/filedup.lo -c file_io/unix/filedup.c && touch file_io/unix/filedup.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/func.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/func.c  -fPIC -DPIC -o func.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/tempdir.lo -c file_io/unix/tempdir.c && touch file_io/unix/tempdir.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/hash.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/filepath.lo -c file_io/unix/filepath.c && touch file_io/unix/filepath.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/hash.c  -fPIC -DPIC -o hash.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/insert.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/pipe.lo -c file_io/unix/pipe.c && touch file_io/unix/pipe.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/insert.c  -fPIC -DPIC -o insert.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/open.lo -c file_io/unix/open.c && touch file_io/unix/open.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/loadext.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/filestat.lo -c file_io/unix/filestat.c && touch file_io/unix/filestat.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/loadext.c  -fPIC -DPIC -o loadext.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DTEMP_STORE=1 -c ./src/main.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DTEMP_STORE=1 -c ./src/main.c  -fPIC -DPIC -o main.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/copy.lo -c file_io/unix/copy.c && touch file_io/unix/copy.lo
    sort -n -b -k 3 opcodes.h | gawk -f ./mkopcodec.awk >opcodes.c
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/fileacc.lo -c file_io/unix/fileacc.c && touch file_io/unix/fileacc.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os.c  -fPIC -DPIC -o os.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_unix.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o file_io/unix/fullrw.lo -c file_io/unix/fullrw.c && touch file_io/unix/fullrw.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_unix.c  -fPIC -DPIC -o os_unix.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o locks/unix/thread_rwlock.lo -c locks/unix/thread_rwlock.c && touch locks/unix/thread_rwlock.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_win.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_win.c  -fPIC -DPIC -o os_win.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o locks/unix/thread_mutex.lo -c locks/unix/thread_mutex.c && touch locks/unix/thread_mutex.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_os2.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/os_os2.c  -fPIC -DPIC -o os_os2.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/pager.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o locks/unix/thread_cond.lo -c locks/unix/thread_cond.c && touch locks/unix/thread_cond.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/pager.c  -fPIC -DPIC -o pager.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o locks/unix/proc_mutex.lo -c locks/unix/proc_mutex.c && touch locks/unix/proc_mutex.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o locks/unix/global_mutex.lo -c locks/unix/global_mutex.c && touch locks/unix/global_mutex.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c parse.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o memory/unix/apr_pools.lo -c memory/unix/apr_pools.c && touch memory/unix/apr_pools.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c parse.c  -fPIC -DPIC -o parse.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/charset.lo -c misc/unix/charset.c && touch misc/unix/charset.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/pragma.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/pragma.c  -fPIC -DPIC -o pragma.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/env.lo -c misc/unix/env.c && touch misc/unix/env.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DTEMP_STORE=1 -c ./src/prepare.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/version.lo -c misc/unix/version.c && touch misc/unix/version.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DTEMP_STORE=1 -c ./src/prepare.c  -fPIC -DPIC -o prepare.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/rand.lo -c misc/unix/rand.c && touch misc/unix/rand.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/printf.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/printf.c  -fPIC -DPIC -o printf.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/start.lo -c misc/unix/start.c && touch misc/unix/start.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/random.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/errorcodes.lo -c misc/unix/errorcodes.c && touch misc/unix/errorcodes.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/random.c  -fPIC -DPIC -o random.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/select.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/getopt.lo -c misc/unix/getopt.c && touch misc/unix/getopt.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/select.c  -fPIC -DPIC -o select.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o misc/unix/otherchild.lo -c misc/unix/otherchild.c && touch misc/unix/otherchild.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o mmap/unix/mmap.lo -c mmap/unix/mmap.c && touch mmap/unix/mmap.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/table.c  -fPIC -DPIC -o table.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o mmap/unix/common.lo -c mmap/unix/common.c && touch mmap/unix/common.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/tokenize.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/sockaddr.lo -c network_io/unix/sockaddr.c && touch network_io/unix/sockaddr.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/tokenize.c  -fPIC -DPIC -o tokenize.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/trigger.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/trigger.c  -fPIC -DPIC -o trigger.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/sockopt.lo -c network_io/unix/sockopt.c && touch network_io/unix/sockopt.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/update.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/update.c  -fPIC -DPIC -o update.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/util.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/multicast.lo -c network_io/unix/multicast.c && touch network_io/unix/multicast.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/util.c  -fPIC -DPIC -o util.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vacuum.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/sockets.lo -c network_io/unix/sockets.c && touch network_io/unix/sockets.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vacuum.c  -fPIC -DPIC -o vacuum.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbe.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/inet_ntop.lo -c network_io/unix/inet_ntop.c && touch network_io/unix/inet_ntop.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbe.c  -fPIC -DPIC -o vdbe.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o network_io/unix/inet_pton.lo -c network_io/unix/inet_pton.c && touch network_io/unix/inet_pton.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o poll/unix/epoll.lo -c poll/unix/epoll.c && touch poll/unix/epoll.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbeapi.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o poll/unix/select.lo -c poll/unix/select.c && touch poll/unix/select.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbeapi.c  -fPIC -DPIC -o vdbeapi.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o poll/unix/poll.lo -c poll/unix/poll.c && touch poll/unix/poll.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbeaux.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbeaux.c  -fPIC -DPIC -o vdbeaux.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o poll/unix/port.lo -c poll/unix/port.c && touch poll/unix/port.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o poll/unix/kqueue.lo -c poll/unix/kqueue.c && touch poll/unix/kqueue.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbefifo.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbefifo.c  -fPIC -DPIC -o vdbefifo.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o random/unix/sha2.lo -c random/unix/sha2.c && touch random/unix/sha2.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbemem.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vdbemem.c  -fPIC -DPIC -o vdbemem.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/where.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o random/unix/apr_random.lo -c random/unix/apr_random.c && touch random/unix/apr_random.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/where.c  -fPIC -DPIC -o where.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o random/unix/sha2_glue.lo -c random/unix/sha2_glue.c && touch random/unix/sha2_glue.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o shmem/unix/shm.lo -c shmem/unix/shm.c && touch shmem/unix/shm.lo
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/utf.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o support/unix/waitio.lo -c support/unix/waitio.c && touch support/unix/waitio.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/utf.c  -fPIC -DPIC -o utf.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/legacy.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o threadproc/unix/procsup.lo -c threadproc/unix/procsup.c && touch threadproc/unix/procsup.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/legacy.c  -fPIC -DPIC -o legacy.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vtab.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o threadproc/unix/thread.lo -c threadproc/unix/thread.c && touch threadproc/unix/thread.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c ./src/vtab.c  -fPIC -DPIC -o vtab.o
    ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c opcodes.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o threadproc/unix/signals.lo -c threadproc/unix/signals.c && touch threadproc/unix/signals.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -c opcodes.c  -fPIC -DPIC -o opcodes.o
    ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -o libsqlite3.la alter.lo analyze.lo attach.lo auth.lo btree.lo build.lo callback.lo complete.lo date.lo delete.lo expr.lo func.lo hash.lo insert.lo loadext.lo main.lo opcodes.lo os.lo os_unix.lo os_win.lo os_os2.lo pager.lo parse.lo pragma.lo prepare.lo printf.lo random.lo select.lo table.lo tokenize.lo trigger.lo update.lo util.lo vacuum.lo vdbe.lo vdbeapi.lo vdbeaux.lo vdbefifo.lo vdbemem.lo where.lo utf.lo legacy.lo vtab.lo -lpthread  \
                     -rpath /usr/lib -version-info "8:6:8"
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o threadproc/unix/proc.lo -c threadproc/unix/proc.c && touch threadproc/unix/proc.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o threadproc/unix/threadpriv.lo -c threadproc/unix/threadpriv.c && touch threadproc/unix/threadpriv.lo
    mkdir .libs
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o time/unix/time.lo -c time/unix/time.c && touch time/unix/time.lo
    mips-linux-ar cru .libs/libsqlite3.a  alter.o analyze.o attach.o auth.o btree.o build.o callback.o complete.o date.o delete.o expr.o func.o hash.o insert.o loadext.o main.o opcodes.o os.o os_unix.o os_win.o os_os2.o pager.o parse.o pragma.o prepare.o printf.o random.o select.o table.o tokenize.o trigger.o update.o util.o vacuum.o vdbe.o vdbeapi.o vdbeaux.o vdbefifo.o vdbemem.o where.o utf.o legacy.o vtab.o
    mips-linux-ranlib .libs/libsqlite3.a
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o time/unix/timestr.lo -c time/unix/timestr.c && touch time/unix/timestr.lo
    creating libsqlite3.la
    (cd .libs && rm -f libsqlite3.la && ln -s ../libsqlite3.la libsqlite3.la)
    ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG   -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=0  -lpthread  \
                    -o sqlite3 ./src/shell.c libsqlite3.la \
                    -lreadline -lncurses -lpthread
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o user/unix/userinfo.lo -c user/unix/userinfo.c && touch user/unix/userinfo.lo
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I. -I/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/include/ -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DOS_UNIX=1 -DHAVE_USLEEP=1 -DHAVE_FDATASYNC=1 -I. -I./src -DNDEBUG -DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=0 -o sqlite3 ./src/shell.c  ./.libs/libsqlite3.a -lreadline -lncurses -lpthread
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -o user/unix/groupinfo.lo -c user/unix/groupinfo.c && touch user/unix/groupinfo.lo
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> apr.exp
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> apr.exp
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=link  /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I./include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include/arch/unix -I./include/arch/unix -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -version-info 2:8:2    -o libapr-1.la -rpath /usr/lib passwd/apr_getpass.lo strings/apr_cpystrn.lo strings/apr_strnatcmp.lo strings/apr_strings.lo strings/apr_strtok.lo strings/apr_fnmatch.lo strings/apr_snprintf.lo tables/apr_tables.lo tables/apr_hash.lo atomic/unix/apr_atomic.lo dso/unix/dso.lo file_io/unix/flock.lo file_io/unix/readwrite.lo file_io/unix/filepath_util.lo file_io/unix/seek.lo file_io/unix/dir.lo file_io/unix/mktemp.lo file_io/unix/filedup.lo file_io/unix/tempdir.lo file_io/unix/filepath.lo file_io/unix/pipe.lo file_io/unix/open.lo file_io/unix/filestat.lo file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/fullrw.lo locks/unix/thread_rwlock.lo locks/unix/thread_mutex.lo locks/unix/thread_cond.lo locks/unix/proc_mutex.lo locks/unix/global_mutex.lo memory/unix/apr_pools.lo misc/unix/charset.lo misc/unix/env.lo misc/unix/version.lo misc/unix/rand.lo misc/unix/start.lo misc/unix/errorcodes.lo misc/unix/getopt.lo misc/unix/otherchild.lo mmap/unix/mmap.lo mmap/unix/common.lo network_io/unix/sockaddr.lo network_io/unix/sockopt.lo network_io/unix/sendrecv.lo network_io/unix/multicast.lo network_io/unix/sockets.lo network_io/unix/inet_ntop.lo network_io/unix/inet_pton.lo poll/unix/epoll.lo poll/unix/select.lo poll/unix/poll.lo poll/unix/port.lo poll/unix/kqueue.lo random/unix/sha2.lo random/unix/apr_random.lo random/unix/sha2_glue.lo shmem/unix/shm.lo support/unix/waitio.lo threadproc/unix/procsup.lo threadproc/unix/thread.lo threadproc/unix/signals.lo threadproc/unix/proc.lo threadproc/unix/threadpriv.lo time/unix/time.lo time/unix/timestr.lo user/unix/userinfo.lo user/unix/groupinfo.lo   -luuid -ldl -lm -lcrypt  -lpthread
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/sqlite'
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre'
    make  all-am
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre'
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_compile.lo pcre_compile.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_compile.c  -fPIC -DPIC -o pcre_compile.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_config.lo pcre_config.c
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr'
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    make  all-recursive
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    Making all in libspeex
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/libspeex'
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cb_search.lo cb_search.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_config.c  -fPIC -DPIC -o pcre_config.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c cb_search.c  -fPIC -DPIC -o cb_search.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_dfa_exec.lo pcre_dfa_exec.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_dfa_exec.c  -fPIC -DPIC -o pcre_dfa_exec.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_10_32_table.lo exc_10_32_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_10_32_table.c  -fPIC -DPIC -o exc_10_32_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_8_128_table.lo exc_8_128_table.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_exec.lo pcre_exec.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_8_128_table.c  -fPIC -DPIC -o exc_8_128_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filters.lo filters.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_exec.c  -fPIC -DPIC -o pcre_exec.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c filters.c  -fPIC -DPIC -o filters.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o gain_table.lo gain_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c gain_table.c  -fPIC -DPIC -o gain_table.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_fullinfo.lo pcre_fullinfo.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hexc_table.lo hexc_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_fullinfo.c  -fPIC -DPIC -o pcre_fullinfo.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hexc_table.c  -fPIC -DPIC -o hexc_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o high_lsp_tables.lo high_lsp_tables.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_get.lo pcre_get.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_get.c  -fPIC -DPIC -o pcre_get.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c high_lsp_tables.c  -fPIC -DPIC -o high_lsp_tables.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lsp.lo lsp.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_globals.lo pcre_globals.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lsp.c  -fPIC -DPIC -o lsp.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_globals.c  -fPIC -DPIC -o pcre_globals.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_info.lo pcre_info.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltp.lo ltp.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_info.c  -fPIC -DPIC -o pcre_info.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_maketables.lo pcre_maketables.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c ltp.c  -fPIC -DPIC -o ltp.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_maketables.c  -fPIC -DPIC -o pcre_maketables.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_newline.lo pcre_newline.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o speex.lo speex.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_newline.c  -fPIC -DPIC -o pcre_newline.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_ord2utf8.lo pcre_ord2utf8.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c speex.c  -fPIC -DPIC -o speex.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_ord2utf8.c  -fPIC -DPIC -o pcre_ord2utf8.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o stereo.lo stereo.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_refcount.lo pcre_refcount.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c stereo.c  -fPIC -DPIC -o stereo.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_refcount.c  -fPIC -DPIC -o pcre_refcount.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_study.lo pcre_study.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o vbr.lo vbr.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_study.c  -fPIC -DPIC -o pcre_study.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_tables.lo pcre_tables.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c vbr.c  -fPIC -DPIC -o vbr.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o vq.lo vq.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_tables.c  -fPIC -DPIC -o pcre_tables.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_try_flipped.lo pcre_try_flipped.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c vq.c  -fPIC -DPIC -o vq.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_try_flipped.c  -fPIC -DPIC -o pcre_try_flipped.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_ucd.lo pcre_ucd.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o bits.lo bits.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_ucd.c  -fPIC -DPIC -o pcre_ucd.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c bits.c  -fPIC -DPIC -o bits.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_valid_utf8.lo pcre_valid_utf8.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_10_16_table.lo exc_10_16_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_valid_utf8.c  -fPIC -DPIC -o pcre_valid_utf8.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_version.lo pcre_version.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_10_16_table.c  -fPIC -DPIC -o exc_10_16_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_20_32_table.lo exc_20_32_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_version.c  -fPIC -DPIC -o pcre_version.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_xclass.lo pcre_xclass.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_20_32_table.c  -fPIC -DPIC -o exc_20_32_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_5_256_table.lo exc_5_256_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_xclass.c  -fPIC -DPIC -o pcre_xclass.o
    rm -f pcre_chartables.c
    ln -s ./pcre_chartables.c.dist pcre_chartables.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_5_256_table.c  -fPIC -DPIC -o exc_5_256_table.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcreposix.lo pcreposix.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o exc_5_64_table.lo exc_5_64_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcreposix.c  -fPIC -DPIC -o pcreposix.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exc_5_64_table.c  -fPIC -DPIC -o exc_5_64_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o gain_table_lbr.lo gain_table_lbr.c
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcretest.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c gain_table_lbr.c  -fPIC -DPIC -o gain_table_lbr.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hexc_10_32_table.lo hexc_10_32_table.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hexc_10_32_table.c  -fPIC -DPIC -o hexc_10_32_table.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lpc.lo lpc.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lpc.c  -fPIC -DPIC -o lpc.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lsp_tables_nb.lo lsp_tables_nb.c
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcregrep.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lsp_tables_nb.c  -fPIC -DPIC -o lsp_tables_nb.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o modes.lo modes.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pcre_chartables.lo pcre_chartables.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c modes.c  -fPIC -DPIC -o modes.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o modes_wb.lo modes_wb.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pcre_chartables.c  -fPIC -DPIC -o pcre_chartables.o
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o libpcre.la -rpath /usr/lib -version-info 0:1:0 pcre_compile.lo pcre_config.lo pcre_dfa_exec.lo pcre_exec.lo pcre_fullinfo.lo pcre_get.lo pcre_globals.lo pcre_info.lo pcre_maketables.lo pcre_newline.lo pcre_ord2utf8.lo pcre_refcount.lo pcre_study.lo pcre_tables.lo pcre_try_flipped.lo pcre_ucd.lo pcre_valid_utf8.lo pcre_version.lo pcre_xclass.lo pcre_chartables.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c modes_wb.c  -fPIC -DPIC -o modes_wb.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o nb_celp.lo nb_celp.c
    mkdir .libs
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c nb_celp.c  -fPIC -DPIC -o nb_celp.o
    mips-linux-ar cru .libs/libpcre.a  pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.o
    mips-linux-ranlib .libs/libpcre.a
    creating libpcre.la
    (cd .libs && rm -f libpcre.la && ln -s ../libpcre.la libpcre.la)
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o libpcreposix.la -rpath /usr/lib -version-info 0:0:0 pcreposix.lo libpcre.la
    mips-linux-ar cru .libs/libpcreposix.a  pcreposix.o
    mips-linux-ranlib .libs/libpcreposix.a
    creating libpcreposix.la
    (cd .libs && rm -f libpcreposix.la && ln -s ../libpcreposix.la libpcreposix.la)
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o pcretest  pcretest.o libpcreposix.la
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o quant_lsp.lo quant_lsp.c
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pcretest pcretest.o  ./.libs/libpcreposix.a /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre/.libs/libpcre.a
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c quant_lsp.c  -fPIC -DPIC -o quant_lsp.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o sb_celp.lo sb_celp.c
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o pcregrep  pcregrep.o libpcreposix.la
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sb_celp.c  -fPIC -DPIC -o sb_celp.o
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o pcregrep pcregrep.o  ./.libs/libpcreposix.a /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre/.libs/libpcre.a
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/pcre'
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp'
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o srtp.lo `test -f 'srtp/srtp.c' || echo './'`srtp/srtp.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o speex_callbacks.lo speex_callbacks.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c srtp/srtp.c  -fPIC -DPIC -o srtp.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c speex_callbacks.c  -fPIC -DPIC -o speex_callbacks.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o speex_header.lo speex_header.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cipher.lo `test -f 'crypto/cipher/cipher.c' || echo './'`crypto/cipher/cipher.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c speex_header.c  -fPIC -DPIC -o speex_header.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/cipher/cipher.c  -fPIC -DPIC -o cipher.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o window.lo window.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o null_cipher.lo `test -f 'crypto/cipher/null_cipher.c' || echo './'`crypto/cipher/null_cipher.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c window.c  -fPIC -DPIC -o window.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o preprocess.lo preprocess.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/cipher/null_cipher.c  -fPIC -DPIC -o null_cipher.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aes.lo `test -f 'crypto/cipher/aes.c' || echo './'`crypto/cipher/aes.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c preprocess.c  -fPIC -DPIC -o preprocess.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/cipher/aes.c  -fPIC -DPIC -o aes.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aes_icm.lo `test -f 'crypto/cipher/aes_icm.c' || echo './'`crypto/cipher/aes_icm.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o jitter.lo jitter.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/cipher/aes_icm.c  -fPIC -DPIC -o aes_icm.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c jitter.c  -fPIC -DPIC -o jitter.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aes_cbc.lo `test -f 'crypto/cipher/aes_cbc.c' || echo './'`crypto/cipher/aes_cbc.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o mdf.lo mdf.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/cipher/aes_cbc.c  -fPIC -DPIC -o aes_cbc.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o null_auth.lo `test -f 'crypto/hash/null_auth.c' || echo './'`crypto/hash/null_auth.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c mdf.c  -fPIC -DPIC -o mdf.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/hash/null_auth.c  -fPIC -DPIC -o null_auth.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o sha1.lo `test -f 'crypto/hash/sha1.c' || echo './'`crypto/hash/sha1.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fftwrap.lo fftwrap.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/hash/sha1.c  -fPIC -DPIC -o sha1.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hmac.lo `test -f 'crypto/hash/hmac.c' || echo './'`crypto/hash/hmac.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c fftwrap.c  -fPIC -DPIC -o fftwrap.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filterbank.lo filterbank.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/hash/hmac.c  -fPIC -DPIC -o hmac.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o auth.lo `test -f 'crypto/hash/auth.c' || echo './'`crypto/hash/auth.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c filterbank.c  -fPIC -DPIC -o filterbank.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o resample.lo resample.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/hash/auth.c  -fPIC -DPIC -o auth.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o datatypes.lo `test -f 'crypto/math/datatypes.c' || echo './'`crypto/math/datatypes.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c resample.c  -fPIC -DPIC -o resample.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/math/datatypes.c  -fPIC -DPIC -o datatypes.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o buffer.lo buffer.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o stat.lo `test -f 'crypto/math/stat.c' || echo './'`crypto/math/stat.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c buffer.c  -fPIC -DPIC -o buffer.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scal.lo scal.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/math/stat.c  -fPIC -DPIC -o stat.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o crypto_kernel.lo `test -f 'crypto/kernel/crypto_kernel.c' || echo './'`crypto/kernel/crypto_kernel.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c scal.c  -fPIC -DPIC -o scal.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..      -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o smallft.lo smallft.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/kernel/crypto_kernel.c  -fPIC -DPIC -o crypto_kernel.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o alloc.lo `test -f 'crypto/kernel/alloc.c' || echo './'`crypto/kernel/alloc.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c smallft.c  -fPIC -DPIC -o smallft.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/kernel/alloc.c  -fPIC -DPIC -o alloc.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o key.lo `test -f 'crypto/kernel/key.c' || echo './'`crypto/kernel/key.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/kernel/key.c  -fPIC -DPIC -o key.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o prng.lo `test -f 'crypto/rng/prng.c' || echo './'`crypto/rng/prng.c
    /bin/bash ../libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o libspeex.la -rpath /usr/lib -no-undefined -version-info 6:0:5 cb_search.lo exc_10_32_table.lo exc_8_128_table.lo filters.lo gain_table.lo hexc_table.lo high_lsp_tables.lo lsp.lo ltp.lo speex.lo stereo.lo vbr.lo vq.lo bits.lo exc_10_16_table.lo exc_20_32_table.lo exc_5_256_table.lo exc_5_64_table.lo gain_table_lbr.lo hexc_10_32_table.lo lpc.lo lsp_tables_nb.lo modes.lo modes_wb.lo nb_celp.lo quant_lsp.lo sb_celp.lo speex_callbacks.lo speex_header.lo window.lo  -lm
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/rng/prng.c  -fPIC -DPIC -o prng.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ctr_prng.lo `test -f 'crypto/rng/ctr_prng.c' || echo './'`crypto/rng/ctr_prng.c
    mkdir .libs
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/rng/ctr_prng.c  -fPIC -DPIC -o ctr_prng.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o err.lo `test -f 'crypto/kernel/err.c' || echo './'`crypto/kernel/err.c
    mips-linux-ar cru .libs/libspeex.a  cb_search.o exc_10_32_table.o exc_8_128_table.o filters.o gain_table.o hexc_table.o high_lsp_tables.o lsp.o ltp.o speex.o stereo.o vbr.o vq.o bits.o exc_10_16_table.o exc_20_32_table.o exc_5_256_table.o exc_5_64_table.o gain_table_lbr.o hexc_10_32_table.o lpc.o lsp_tables_nb.o modes.o modes_wb.o nb_celp.o quant_lsp.o sb_celp.o speex_callbacks.o speex_header.o window.o
    mips-linux-ranlib .libs/libspeex.a
    creating libspeex.la
    (cd .libs && rm -f libspeex.la && ln -s ../libspeex.la libspeex.la)
    /bin/bash ../libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o libspeexdsp.la -rpath /usr/lib -no-undefined -version-info 6:0:5 preprocess.lo jitter.lo mdf.lo fftwrap.lo filterbank.lo resample.lo buffer.lo scal.lo smallft.lo  -lm
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/kernel/err.c  -fPIC -DPIC -o err.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rdb.lo `test -f 'crypto/replay/rdb.c' || echo './'`crypto/replay/rdb.c
    mips-linux-ar cru .libs/libspeexdsp.a  preprocess.o jitter.o mdf.o fftwrap.o filterbank.o resample.o buffer.o scal.o smallft.o
    mips-linux-ranlib .libs/libspeexdsp.a
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/replay/rdb.c  -fPIC -DPIC -o rdb.o
    creating libspeexdsp.la
    (cd .libs && rm -f libspeexdsp.la && ln -s ../libspeexdsp.la libspeexdsp.la)
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/libspeex'
    Making all in include
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include'
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rdbx.lo `test -f 'crypto/replay/rdbx.c' || echo './'`crypto/replay/rdbx.c
    Making all in speex
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include/speex'
    make[5]: FÃ&#188;r das Ziel »all« ist nichts zu tun.
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include/speex'
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include'
    make[5]: FÃ&#188;r das Ziel »all-am« ist nichts zu tun.
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex/include'
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/speex'
    cd libs/libedit && make
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    make  all-recursive
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    Making all in src
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/src'
    sh ./makelist -h ./vi.c > vi.h
    sh ./makelist -h ./emacs.c > emacs.h
    sh ./makelist -h ./common.c > common.h
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/replay/rdbx.c  -fPIC -DPIC -o rdbx.o
    sh ./makelist -bh ./vi.c ./emacs.c ./common.c > help.h
    sh ./makelist -fc vi.h emacs.h common.h  > fcns.c
    sh ./makelist -bc ./vi.c ./emacs.c ./common.c > help.c
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ut_sim.lo `test -f 'crypto/replay/ut_sim.c' || echo './'`crypto/replay/ut_sim.c
    sh ./makelist -fh vi.h emacs.h common.h  > fcns.h
    make  all-am
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/src'
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o chared.lo chared.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c chared.c  -fPIC -DPIC -o chared.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/replay/ut_sim.c  -fPIC -DPIC -o ut_sim.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rand_source.lo `test -f 'crypto/rng/rand_source.c' || echo './'`crypto/rng/rand_source.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o common.lo common.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/rng/rand_source.c  -fPIC -DPIC -o rand_source.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o math.lo `test -f 'crypto/math/math.c' || echo './'`crypto/math/math.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c common.c  -fPIC -DPIC -o common.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/math/math.c  -fPIC -DPIC -o math.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o el.lo el.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c el.c  -fPIC -DPIC -o el.o
    /bin/bash ./libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o gf2_8.lo `test -f 'crypto/math/gf2_8.c' || echo './'`crypto/math/gf2_8.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o emacs.lo emacs.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c crypto/math/gf2_8.c  -fPIC -DPIC -o gf2_8.o
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include   -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aes_tables.o `test -f 'tables/aes_tables.c' || echo './'`tables/aes_tables.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c emacs.c  -fPIC -DPIC -o emacs.o
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -L.  -o libsrtp.la -rpath /usr/lib -version-info 1:42:1 srtp.lo cipher.lo null_cipher.lo aes.lo aes_icm.lo aes_cbc.lo null_auth.lo sha1.lo hmac.lo auth.lo datatypes.lo stat.lo crypto_kernel.lo alloc.lo key.lo prng.lo ctr_prng.lo err.lo rdb.lo rdbx.lo ut_sim.lo  rand_source.lo
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o hist.lo hist.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hist.c  -fPIC -DPIC -o hist.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o key.lo key.c
    mkdir .libs
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c key.c  -fPIC -DPIC -o key.o
    mips-linux-ar cru .libs/libsrtp.a  srtp.o cipher.o null_cipher.o aes.o aes_icm.o aes_cbc.o null_auth.o sha1.o hmac.o auth.o datatypes.o stat.o crypto_kernel.o alloc.o key.o prng.o ctr_prng.o err.o rdb.o rdbx.o ut_sim.o rand_source.o
    mips-linux-ranlib .libs/libsrtp.a
    creating libsrtp.la
    (cd .libs && rm -f libsrtp.la && ln -s ../libsrtp.la libsrtp.la)
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -L.  -o libcryptomath.la -rpath /usr/lib -version-info 1:42:1 math.lo gf2_8.lo
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o map.lo map.c
    mips-linux-ar cru .libs/libcryptomath.a  math.o gf2_8.o
    mips-linux-ranlib .libs/libcryptomath.a
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c map.c  -fPIC -DPIC -o map.o
    creating libcryptomath.la
    (cd .libs && rm -f libcryptomath.la && ln -s ../libcryptomath.la libcryptomath.la)
    /bin/bash ./libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -L.  -o aes_tables  aes_tables.o libcryptomath.la
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o parse.lo parse.c
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I./src -Icrypto/include -I./include -I./crypto/include -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o aes_tables aes_tables.o  -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp ./.libs/libcryptomath.a
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp'
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c parse.c  -fPIC -DPIC -o parse.o
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include/switch_cpp.h -DSWITCH_DECLARE_CLASS= -DSWITCH_DECLARE\(x\)=x -DSWITCH_DECLARE_CONSTRUCTOR= -DSWITCH_DECLARE_NONSTD\(x\)=x 2>/dev/null | grep -v "^#" > src/include/switch_swigable_cpp.h
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util'
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o prompt.lo prompt.c
    Making all in xml/expat
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat'
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib'
    /bin/bash ../libtool --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmlparse.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c prompt.c  -fPIC -DPIC -o prompt.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o read.lo read.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmlparse.c  -fPIC -DPIC -o xmlparse.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c read.c  -fPIC -DPIC -o read.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o refresh.lo refresh.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c refresh.c  -fPIC -DPIC -o refresh.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o search.lo search.c
    /bin/bash ../libtool --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmltok.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c search.c  -fPIC -DPIC -o search.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmltok.c  -fPIC -DPIC -o xmltok.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o sig.lo sig.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sig.c  -fPIC -DPIC -o sig.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o term.lo term.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c term.c  -fPIC -DPIC -o term.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tty.lo tty.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c tty.c  -fPIC -DPIC -o tty.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o vi.lo vi.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c vi.c  -fPIC -DPIC -o vi.o
    /bin/bash ../libtool --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmlrole.c
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fgetln.lo fgetln.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -I.. -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xmlrole.c  -fPIC -DPIC -o xmlrole.o
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c fgetln.c  -fPIC -DPIC -o fgetln.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strlcat.lo strlcat.c
    /bin/bash ../libtool --mode=link  /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -version-info 1:0:1 -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -o libexpat.la -rpath /usr/lib  xmlparse.lo xmltok.lo xmlrole.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c strlcat.c  -fPIC -DPIC -o strlcat.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strlcpy.lo strlcpy.c
    mkdir .libs
    mips-linux-ar cru .libs/libexpat.a  xmlparse.o xmltok.o xmlrole.o
    mips-linux-ranlib .libs/libexpat.a
    creating libexpat.la
    (cd .libs && rm -f libexpat.la && ln -s ../libexpat.la libexpat.la)
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib'
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat'
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util'
    gawk -f /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/build/make_exports.awk /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_optional.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apu_version.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_strmatch.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_optional_hooks.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_sdbm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_md4.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_reslist.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_base64.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_xml.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_anylock.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_rmm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_md5.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_date.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_hooks.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_xlate.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_queue.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_uri.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_uuid.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_sha1.h > exports.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c strlcpy.c  -fPIC -DPIC -o strlcpy.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o unvis.lo unvis.c
    gawk -f /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/build/make_var_export.awk /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_optional.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apu_version.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_strmatch.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_optional_hooks.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_sdbm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_md4.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_reslist.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_base64.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_xml.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_anylock.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_rmm.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_md5.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_date.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_hooks.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_xlate.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_queue.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_uri.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_uuid.h /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/apr_sha1.h > export_vars.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o crypto/apr_md5.lo -c crypto/apr_md5.c && touch crypto/apr_md5.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c unvis.c  -fPIC -DPIC -o unvis.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o vis.lo vis.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c vis.c  -fPIC -DPIC -o vis.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o crypto/uuid.lo -c crypto/uuid.c && touch crypto/uuid.lo
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tokenizer.lo tokenizer.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o crypto/apr_sha1.lo -c crypto/apr_sha1.c && touch crypto/apr_sha1.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c tokenizer.c  -fPIC -DPIC -o tokenizer.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o history.lo history.c
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c history.c  -fPIC -DPIC -o history.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o crypto/getuuid.lo -c crypto/getuuid.c && touch crypto/getuuid.lo
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o filecomplete.lo filecomplete.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o crypto/apr_md4.lo -c crypto/apr_md4.c && touch crypto/apr_md4.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c filecomplete.c  -fPIC -DPIC -o filecomplete.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o readline.lo readline.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o encoding/apr_base64.lo -c encoding/apr_base64.c && touch encoding/apr_base64.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c readline.c  -fPIC -DPIC -o readline.o
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o hooks/apr_hooks.lo -c hooks/apr_hooks.c && touch hooks/apr_hooks.lo
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fcns.lo fcns.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o misc/apr_reslist.lo -c misc/apr_reslist.c && touch misc/apr_reslist.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c fcns.c  -fPIC -DPIC -o fcns.o
    /bin/bash ../libtool --tag=CC --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o help.lo help.c
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o misc/apr_rmm.lo -c misc/apr_rmm.c && touch misc/apr_rmm.lo
     /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c help.c  -fPIC -DPIC -o help.o
    /bin/bash ../libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o libedit.la -rpath /usr/lib -no-undefined -version-info 0:26:0 chared.lo common.lo el.lo emacs.lo hist.lo key.lo map.lo parse.lo prompt.lo read.lo refresh.lo search.lo sig.lo term.lo tty.lo vi.lo fgetln.lo strlcat.lo strlcpy.lo unvis.lo vis.lo tokenizer.lo history.lo filecomplete.lo readline.lo fcns.lo help.lo  -lcurses
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o misc/apr_date.lo -c misc/apr_date.c && touch misc/apr_date.lo
    mkdir .libs
    mips-linux-ar cru .libs/libedit.a  chared.o common.o el.o emacs.o hist.o key.o map.o parse.o prompt.o read.o refresh.o search.o sig.o term.o tty.o vi.o fgetln.o strlcat.o strlcpy.o unvis.o vis.o tokenizer.o history.o filecomplete.o readline.o fcns.o help.o
    mips-linux-ranlib .libs/libedit.a
    creating libedit.la
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o misc/apu_version.lo -c misc/apu_version.c && touch misc/apu_version.lo
    (cd .libs && rm -f libedit.la && ln -s ../libedit.la libedit.la)
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/src'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/src'
    Making all in examples
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/examples'
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c test.c
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c fileman.c
    /bin/bash ../libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o test  test.o ../src/libedit.la -lcurses
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o misc/apr_queue.lo -c misc/apr_queue.c && touch misc/apr_queue.lo
    mkdir .libs
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o test test.o  ../src/.libs/libedit.a -lcurses
    /bin/bash ../libtool --tag=CC --mode=link /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64   -o fileman  fileman.o ../src/libedit.la -lcurses
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o uri/apr_uri.lo -c uri/apr_uri.c && touch uri/apr_uri.lo
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I../src -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o fileman fileman.o  ../src/.libs/libedit.a -lcurses
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/examples'
    Making all in doc
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/doc'
    if test "mdoc" = "mdoc"; then\
               cp ./editline.3.roff editline.3;\
            else\
               gawk -f ./mdoc2man.awk ./editline.3.roff > editline.3 || rm -f editline.3;\
            fi;
    if test "mdoc" = "mdoc"; then\
               cp ./editrc.5.roff editrc.5;\
            else\
               gawk -f ./mdoc2man.awk ./editrc.5.roff > editrc.5 || rm -f editrc.5;\
            fi;
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit/doc'
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libedit'
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o strmatch/apr_strmatch.lo -c strmatch/apr_strmatch.c && touch strmatch/apr_strmatch.lo
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=compile /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -o xlate/xlate.lo -c xlate/xlate.c && touch xlate/xlate.lo
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$/\1/' >> aprutil.exp
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -E -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$/d' >> aprutil.exp
    /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libtool --silent --mode=link  /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -g -Wall  -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE   -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/include/private  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/include  -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib  -version-info 2:8:2    -o libaprutil-1.la -rpath /usr/lib crypto/apr_md5.lo crypto/uuid.lo crypto/apr_sha1.lo crypto/getuuid.lo crypto/apr_md4.lo encoding/apr_base64.lo hooks/apr_hooks.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_date.lo misc/apu_version.lo misc/apr_queue.lo uri/apr_uri.lo xml/apr_xml.lo strmatch/apr_strmatch.lo xlate/xlate.lo   -luuid -ldl -lm -lcrypt  -lpthread -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/libexpat.la /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/libapr-1.la -luuid -ldl -lm -lcrypt -lpthread
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util'
    make "OUR_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-all ; done )"; echo $mods )" "OUR_CLEAN_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-clean ; done )"; echo $mods )" "OUR_INSTALL_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-install ; done)"; echo $mods )" "OUR_UNINSTALL_MODULES=$(if test -z "" ; then tmp_mods="$(grep -v "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | sed -e "s|^.*/||" | sort | uniq )"; else tmp_mods="" ; fi ; mods="$(for i in $tmp_mods ; do echo $i-uninstall ; done)"; echo $mods )" "OUR_DISABLED_MODULES=$(tmp_mods="$(grep "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-all ; done )"; echo $mods )" "OUR_DISABLED_CLEAN_MODULES=$(tmp_mods="$(grep "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )";  mods="$(for i in $tmp_mods ; do echo $i-clean ; done )"; echo $mods )" "OUR_DISABLED_INSTALL_MODULES=$(tmp_mods="$(grep "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-install ; done)"; echo $mods )" "OUR_DISABLED_UNINSTALL_MODULES=$(tmp_mods="$(grep "#" /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/modules.conf | grep -v "##" | sed -e "s|^.*/||" | sort | uniq )"; mods="$(for i in $tmp_mods ; do echo $i-uninstall ; done)"; echo $mods )" `test -n "" || echo -s` install-recursive
    make[2]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    mkdir .libs
    Compiling src/switch_apr.c ...
    Compiling src/switch_buffer.c ...
    Compiling src/switch_caller.c ...
    Compiling src/switch_channel.c ...
    Compiling src/switch_console.c ...
    Compiling src/switch_mprintf.c ...
    Compiling src/switch_core_media_bug.c ...
    Compiling src/switch_core_timer.c ...
    Compiling src/switch_core_asr.c ...
    Compiling src/switch_core_event_hook.c ...
    Compiling src/switch_core_speech.c ...
    Compiling src/switch_core_memory.c ...
    Compiling src/switch_core_codec.c ...
    Compiling src/switch_core_file.c ...
    Compiling src/switch_core_hash.c ...
    Compiling src/switch_core_sqldb.c ...
    Compiling src/switch_core_session.c ...
    Compiling src/switch_core_directory.c ...
    Compiling src/switch_core_state_machine.c ...
    Compiling src/switch_core_io.c ...
    Compiling src/switch_core_rwlock.c ...
    Compiling src/switch_core_port_allocator.c ...
    Compiling src/switch_core.c ...
    Compiling src/switch_scheduler.c ...
    Compiling src/switch_core_db.c ...
    Compiling src/switch_dso.c ...
    Compiling src/switch_loadable_module.c ...
    Compiling src/switch_utils.c ...
    Compiling src/switch_event.c ...
    Compiling src/switch_resample.c ...
    Compiling src/switch_regex.c ...
    Compiling src/switch_rtp.c ...
    Compiling src/switch_ivr_bridge.c ...
    Compiling src/switch_ivr_originate.c ...
    Compiling src/switch_ivr_async.c ...
    Compiling src/switch_ivr_play_say.c ...
    Compiling src/switch_ivr_say.c ...
    Compiling src/switch_ivr_menu.c ...
    Compiling src/switch_ivr.c ...
    Compiling src/switch_stun.c ...
    Compiling src/switch_nat.c ...
    Compiling src/switch_log.c ...
    Compiling src/switch_xml.c ...
    Compiling src/switch_xml_config.c ...
    Compiling src/switch_config.c ...
    Compiling src/switch_time.c ...
    Compiling src/switch_odbc.c ...
    Compiling src/g711.c ...
    Compiling src/switch_pcm.c ...
    Compiling src/switch_profile.c ...
    Compiling libs/stfu/stfu.c ...
    Compiling libs/libteletone/src/libteletone_detect.c ...
    Compiling libs/libteletone/src/libteletone_generate.c ...
    Compiling libs/miniupnpc/miniwget.c ...
    Compiling libs/miniupnpc/minixml.c ...
    Compiling libs/miniupnpc/igd_desc_parse.c ...
    Compiling libs/miniupnpc/minisoap.c ...
    Compiling libs/miniupnpc/miniupnpc.c ...
    Compiling libs/miniupnpc/upnpreplyparse.c ...
    Compiling libs/miniupnpc/upnpcommands.c ...
    Compiling libs/miniupnpc/minissdpc.c ...
    Compiling libs/miniupnpc/upnperrors.c ...
    Compiling libs/libnatpmp/natpmp.c ...
    Compiling libs/libnatpmp/getgateway.c ...
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -Wdeclaration-after-statement -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o fs_cli fs_cli-esl.o fs_cli-esl_config.o fs_cli-esl_event.o fs_cli-esl_threadmutex.o fs_cli-fs_cli.o  -lm -lpthread libs/libedit/src/.libs/libedit.a -lncurses
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -Wdeclaration-after-statement -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o fs_ivrd fs_ivrd-esl.o fs_ivrd-esl_config.o fs_ivrd-esl_event.o fs_ivrd-esl_threadmutex.o fs_ivrd-ivrd.o  -lm -lpthread -lncurses
    
    *** Warning: Linking the shared library libfreeswitch.la against the
    *** static library libs/libedit/src/.libs/libedit.a is not portable!
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-g++-uc -shared -nostdlib /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/crti.o /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/crtbeginS.o  .libs/libfreeswitch_la-switch_apr.o .libs/libfreeswitch_la-switch_buffer.o .libs/libfreeswitch_la-switch_caller.o .libs/libfreeswitch_la-switch_channel.o .libs/libfreeswitch_la-switch_console.o .libs/libfreeswitch_la-switch_mprintf.o .libs/libfreeswitch_la-switch_core_media_bug.o .libs/libfreeswitch_la-switch_core_timer.o .libs/libfreeswitch_la-switch_core_asr.o .libs/libfreeswitch_la-switch_core_event_hook.o .libs/libfreeswitch_la-switch_core_speech.o .libs/libfreeswitch_la-switch_core_memory.o .libs/libfreeswitch_la-switch_core_codec.o .libs/libfreeswitch_la-switch_core_file.o .libs/libfreeswitch_la-switch_core_hash.o .libs/libfreeswitch_la-switch_core_sqldb.o .libs/libfreeswitch_la-switch_core_session.o .libs/libfreeswitch_la-switch_core_directory.o .libs/libfreeswitch_la-switch_core_state_machine.o .libs/libfreeswitch_la-switch_core_io.o .libs/libfreeswitch_la-switch_core_rwlock.o .libs/libfreeswitch_la-switch_core_port_allocator.o .libs/libfreeswitch_la-switch_core.o .libs/libfreeswitch_la-switch_scheduler.o .libs/libfreeswitch_la-switch_core_db.o .libs/libfreeswitch_la-switch_dso.o .libs/libfreeswitch_la-switch_loadable_module.o .libs/libfreeswitch_la-switch_utils.o .libs/libfreeswitch_la-switch_event.o .libs/libfreeswitch_la-switch_resample.o .libs/libfreeswitch_la-switch_regex.o .libs/libfreeswitch_la-switch_rtp.o .libs/libfreeswitch_la-switch_ivr_bridge.o .libs/libfreeswitch_la-switch_ivr_originate.o .libs/libfreeswitch_la-switch_ivr_async.o .libs/libfreeswitch_la-switch_ivr_play_say.o .libs/libfreeswitch_la-switch_ivr_say.o .libs/libfreeswitch_la-switch_ivr_menu.o .libs/libfreeswitch_la-switch_ivr.o .libs/libfreeswitch_la-switch_stun.o .libs/libfreeswitch_la-switch_nat.o .libs/libfreeswitch_la-switch_log.o .libs/libfreeswitch_la-switch_xml.o .libs/libfreeswitch_la-switch_xml_config.o .libs/libfreeswitch_la-switch_config.o .libs/libfreeswitch_la-switch_time.o .libs/libfreeswitch_la-switch_odbc.o .libs/libfreeswitch_la-g711.o .libs/libfreeswitch_la-switch_pcm.o .libs/libfreeswitch_la-switch_profile.o .libs/libfreeswitch_la-stfu.o .libs/libfreeswitch_la-libteletone_detect.o .libs/libfreeswitch_la-libteletone_generate.o .libs/libfreeswitch_la-miniwget.o .libs/libfreeswitch_la-minixml.o .libs/libfreeswitch_la-igd_desc_parse.o .libs/libfreeswitch_la-minisoap.o .libs/libfreeswitch_la-miniupnpc.o .libs/libfreeswitch_la-upnpreplyparse.o .libs/libfreeswitch_la-upnpcommands.o .libs/libfreeswitch_la-minissdpc.o .libs/libfreeswitch_la-upnperrors.o .libs/libfreeswitch_la-natpmp.o .libs/libfreeswitch_la-getgateway.o  -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/.libs -lm libs/apr-util/.libs/libaprutil-1.a -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/.libs libs/apr/.libs/libapr-1.a libs/sqlite/.libs/libsqlite3.a libs/pcre/.libs/libpcre.a libs/speex/libspeex/.libs/libspeexdsp.a libs/srtp/.libs/libsrtp.a -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp libs/libedit/src/.libs/libedit.a -lncurses -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/usr/lib/ -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5 -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../usr//lib -L/home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../usr//usr/lib -luClibc++ -lc -lgcc -lgcc_s /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/crtendS.o /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/crtn.o  -march=4kc -Wl,-soname -Wl,libfreeswitch.so.1 -o .libs/libfreeswitch.so.1.0.0
    (cd .libs && rm -f libfreeswitch.so.1 && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so.1)
    (cd .libs && rm -f libfreeswitch.so && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so)
    mips-linux-uclibc-ar cru .libs/libfreeswitch.a libs/libedit/src/.libs/libedit.a  libfreeswitch_la-switch_apr.o libfreeswitch_la-switch_buffer.o libfreeswitch_la-switch_caller.o libfreeswitch_la-switch_channel.o libfreeswitch_la-switch_console.o libfreeswitch_la-switch_mprintf.o libfreeswitch_la-switch_core_media_bug.o libfreeswitch_la-switch_core_timer.o libfreeswitch_la-switch_core_asr.o libfreeswitch_la-switch_core_event_hook.o libfreeswitch_la-switch_core_speech.o libfreeswitch_la-switch_core_memory.o libfreeswitch_la-switch_core_codec.o libfreeswitch_la-switch_core_file.o libfreeswitch_la-switch_core_hash.o libfreeswitch_la-switch_core_sqldb.o libfreeswitch_la-switch_core_session.o libfreeswitch_la-switch_core_directory.o libfreeswitch_la-switch_core_state_machine.o libfreeswitch_la-switch_core_io.o libfreeswitch_la-switch_core_rwlock.o libfreeswitch_la-switch_core_port_allocator.o libfreeswitch_la-switch_core.o libfreeswitch_la-switch_scheduler.o libfreeswitch_la-switch_core_db.o libfreeswitch_la-switch_dso.o libfreeswitch_la-switch_loadable_module.o libfreeswitch_la-switch_utils.o libfreeswitch_la-switch_event.o libfreeswitch_la-switch_resample.o libfreeswitch_la-switch_regex.o libfreeswitch_la-switch_rtp.o libfreeswitch_la-switch_ivr_bridge.o libfreeswitch_la-switch_ivr_originate.o libfreeswitch_la-switch_ivr_async.o libfreeswitch_la-switch_ivr_play_say.o libfreeswitch_la-switch_ivr_say.o libfreeswitch_la-switch_ivr_menu.o libfreeswitch_la-switch_ivr.o libfreeswitch_la-switch_stun.o libfreeswitch_la-switch_nat.o libfreeswitch_la-switch_log.o libfreeswitch_la-switch_xml.o libfreeswitch_la-switch_xml_config.o libfreeswitch_la-switch_config.o libfreeswitch_la-switch_time.o libfreeswitch_la-switch_odbc.o libfreeswitch_la-g711.o libfreeswitch_la-switch_pcm.o libfreeswitch_la-switch_profile.o libfreeswitch_la-stfu.o libfreeswitch_la-libteletone_detect.o libfreeswitch_la-libteletone_generate.o libfreeswitch_la-miniwget.o libfreeswitch_la-minixml.o libfreeswitch_la-igd_desc_parse.o libfreeswitch_la-minisoap.o libfreeswitch_la-miniupnpc.o libfreeswitch_la-upnpreplyparse.o libfreeswitch_la-upnpcommands.o libfreeswitch_la-minissdpc.o libfreeswitch_la-upnperrors.o libfreeswitch_la-natpmp.o libfreeswitch_la-getgateway.o
    mips-linux-uclibc-ranlib .libs/libfreeswitch.a
    creating libfreeswitch.la
    (cd .libs && rm -f libfreeswitch.la && ln -s ../libfreeswitch.la libfreeswitch.la)
     /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c  'libfreeswitch.la' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.la'
    /usr/bin/install -c .libs/libfreeswitch.so.1.0.0 /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.so.1.0.0
    (cd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so.1 || { rm -f libfreeswitch.so.1 && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so.1; }; })
    (cd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so || { rm -f libfreeswitch.so && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so; }; })
    /usr/bin/install -c .libs/libfreeswitch.lai /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.la
    /usr/bin/install -c .libs/libfreeswitch.a /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    chmod 644 /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    mips-linux-uclibc-ranlib /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    quiet_libtool: install: warning: remember to run `quiet_libtool --finish /usr/lib'
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -Wdeclaration-after-statement -Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o .libs/freeswitch freeswitch-switch.o  ./.libs/libfreeswitch.so -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/.libs/libexpat.a /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/.libs/libapr-1.a -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp libs/apr/.libs/libapr-1.a -luuid -ldl -lm -lcrypt -lpthread libs/libedit/src/.libs/libedit.a -lncurses
    creating freeswitch
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'freeswitch' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/freeswitch'
    quiet_libtool: install: warning: `libfreeswitch.la' has not been installed in `/usr/lib'
    /usr/bin/install -c .libs/freeswitch /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/freeswitch
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'fs_cli' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_cli'
    /usr/bin/install -c fs_cli /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_cli
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'fs_ivrd' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_ivrd'
    /usr/bin/install -c fs_ivrd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_ivrd
    Making install in .
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    creating fsxs
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
     /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c  'libfreeswitch.la' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.la'
     /usr/bin/install -c 'scripts/gentls_cert' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/gentls_cert'
     /usr/bin/install -c 'scripts/fsxs' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fsxs'
    /usr/bin/install -c .libs/libfreeswitch.so.1.0.0 /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.so.1.0.0
    (cd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so.1 || { rm -f libfreeswitch.so.1 && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so.1; }; })
    (cd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib && { ln -s -f libfreeswitch.so.1.0.0 libfreeswitch.so || { rm -f libfreeswitch.so && ln -s libfreeswitch.so.1.0.0 libfreeswitch.so; }; })
    /usr/bin/install -c .libs/libfreeswitch.lai /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.la
    /usr/bin/install -c .libs/libfreeswitch.a /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    Installing freeswitch
    chmod 644 /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    mips-linux-uclibc-ranlib /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.a
    quiet_libtool: install: warning: remember to run `quiet_libtool --finish /usr/lib'
     /usr/bin/install -c -m 644 'src/include/switch_am_config.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_am_config.h'
     /usr/bin/install -c -m 644 'src/include/switch.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch.h'
     /usr/bin/install -c -m 644 'src/include/switch_apr.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_apr.h'
     /usr/bin/install -c -m 644 'src/include/switch_buffer.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_buffer.h'
     /usr/bin/install -c -m 644 'src/include/switch_caller.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_caller.h'
     /usr/bin/install -c -m 644 'src/include/switch_channel.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_channel.h'
     /usr/bin/install -c -m 644 'src/include/switch_console.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_console.h'
     /usr/bin/install -c -m 644 'src/include/switch_core_event_hook.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_core_event_hook.h'
     /usr/bin/install -c -m 644 'src/include/switch_scheduler.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_scheduler.h'
     /usr/bin/install -c -m 644 'src/include/switch_core.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_core.h'
     /usr/bin/install -c -m 644 'src/include/switch_core_db.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_core_db.h'
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
     /usr/bin/install -c -m 644 'src/include/switch_mprintf.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_mprintf.h'
     /usr/bin/install -c -m 644 'src/include/switch_config.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_config.h'
     /usr/bin/install -c -m 644 'src/include/switch_event.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_event.h'
     /usr/bin/install -c -m 644 'src/include/switch_frame.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_frame.h'
     /usr/bin/install -c -m 644 'src/include/switch_ivr.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_ivr.h'
     /usr/bin/install -c -m 644 'src/include/switch_dso.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_dso.h'
     /usr/bin/install -c -m 644 'src/include/switch_loadable_module.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_loadable_module.h'
     /usr/bin/install -c -m 644 'src/include/switch_module_interfaces.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_module_interfaces.h'
     /usr/bin/install -c -m 644 'src/include/switch_platform.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_platform.h'
     /usr/bin/install -c -m 644 'src/include/switch_resample.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_resample.h'
     /usr/bin/install -c -m 644 'src/include/switch_regex.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_regex.h'
     /usr/bin/install -c -m 644 'src/include/switch_types.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_types.h'
     /usr/bin/install -c -m 644 'src/include/switch_utils.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_utils.h'
     /usr/bin/install -c -m 644 'src/include/switch_rtp.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_rtp.h'
     /usr/bin/install -c -m 644 'src/include/switch_stun.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_stun.h'
     /usr/bin/install -c -m 644 'src/include/switch_nat.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_nat.h'
     /usr/bin/install -c -m 644 'src/include/switch_log.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_log.h'
     /usr/bin/install -c -m 644 'src/include/switch_xml.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_xml.h'
     /usr/bin/install -c -m 644 'src/include/switch_xml_config.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_xml_config.h'
     /usr/bin/install -c -m 644 'src/include/switch_cpp.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_cpp.h'
     /usr/bin/install -c -m 644 'libs/libteletone/src/libteletone_detect.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/libteletone_detect.h'
     /usr/bin/install -c -m 644 'libs/libteletone/src/libteletone_generate.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/libteletone_generate.h'
     /usr/bin/install -c -m 644 'libs/libteletone/src/libteletone.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/libteletone.h'
     /usr/bin/install -c -m 644 'src/include/switch_odbc.h' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/include/switch_odbc.h'
     /usr/bin/install -c -m 644 'build/freeswitch.pc' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/pkgconfig/freeswitch.pc'
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'freeswitch' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/freeswitch'
    quiet_libtool: install: warning: `libfreeswitch.la' has not been installed in `/usr/lib'
    /usr/bin/install -c .libs/freeswitch /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/freeswitch
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'fs_cli' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_cli'
    /usr/bin/install -c fs_cli /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_cli
      /bin/bash /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/quiet_libtool --mode=install /usr/bin/install -c 'fs_ivrd' '/home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_ivrd'
    /usr/bin/install -c fs_ivrd /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/fs_ivrd
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    Making install in src
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
     cd .. && /bin/bash ./config.status src/Makefile
    config.status: creating src/Makefile
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
    make[3]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
    Making install in mod
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod'
     cd ../.. && /bin/bash ./config.status src/mod/Makefile
    config.status: creating src/mod/Makefile
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod'
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod'
    
    making install mod_cdr_csv
    
    making install mod_amr
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr'
    make[5]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv'
    make[6]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr'
    Compiling /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr/mod_amr.c...
    make[6]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv'
    Compiling /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c...
    mkdir .libs
    Compiling /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr/mod_amr.c ...
    mkdir .libs
    Compiling /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv/mod_cdr_csv.c ...
    Creating mod_amr.so...
    Creating mod_cdr_csv.so...
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/bin/ld: /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/libuuid.a(gen_uuid.o): relocation R_MIPS_HI16 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/libuuid.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -Wdeclaration-after-statement -D_GNU_SOURCE -DAMR_PASSTHROUGH -shared -o .libs/mod_amr.so -shared -Wl,-x .libs/mod_amr.o  /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/.libs/libfreeswitch.so -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/.libs/libexpat.a /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/.libs/libapr-1.a -luuid -ldl -lcrypt -lpthread -lm -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp -lncurses
    make[6]: *** [mod_amr.so] Fehler 1
    make[6]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr'
    make[5]: *** [install] Fehler 1
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/codecs/mod_amr'
    make[4]: *** [mod_amr-install] Fehler 1
    make[4]: *** Warte auf noch nicht beendete Prozesse...
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/bin/ld: /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/libuuid.a(gen_uuid.o): relocation R_MIPS_HI16 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/../lib/gcc/mips-linux-uclibc/4.4.5/../../../../mips-linux-uclibc/lib/libuuid.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-gcc -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/include -I/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -Wdeclaration-after-statement -D_GNU_SOURCE -shared -o .libs/mod_cdr_csv.so -shared -Wl,-x .libs/mod_cdr_csv.o  /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/.libs/libfreeswitch.so -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr-util/xml/expat/lib/.libs/libexpat.a /home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/apr/.libs/libapr-1.a -luuid -ldl -lcrypt -lpthread -lm -L/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/libs/srtp -lncurses
    make[6]: *** [mod_cdr_csv.so] Fehler 1
    make[6]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv'
    make[5]: *** [install] Fehler 1
    make[5]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod/event_handlers/mod_cdr_csv'
    make[4]: *** [mod_cdr_csv-install] Fehler 1
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src/mod'
    make[4]: Betrete Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
    make[4]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
    make[3]: *** [install-recursive] Fehler 1
    make[3]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6/src'
    make[2]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    make[1]: Verlasse Verzeichnis '/home/freetz/trunk/source/target-mips_uClibc-0.9.29/freeswitch-1.0.6'
    mkdir -p packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/bin/; cp /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/bin/freeswitch packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/bin/freeswitch; /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/bin/freeswitch;
    mkdir -p packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/lib/freetz
    cp -a /home/freetz/trunk/packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/install/usr/lib/libfreeswitch.*so* packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/lib/freetz/ 2>/dev/null || echo "keine Libs"
    /home/freetz/trunk/toolchain/build/mips_gcc-4.4.5_uClibc-0.9.29/mips-linux-uclibc/bin/mips-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/target-mips_uClibc-0.9.29/freeswitch-1.0.6/root/usr/lib/freetz/* 2>/dev/null || echo "keine Libs"
    done.
    freetz@freetz-linux:~/trunk$
    FB 7390(2), FB 7270(4), FB 7170 (5), FB 5124(5) FB 7050 (1) Genug ?

  4. #4
    Semi-Moderator Avatar von olistudent
    Registriert seit
    19.10.2004
    Ort
    Kaiserslautern
    Beiträge
    14.321
    Entweder wählst du im menuconfig aus, dass e2fsprogs nicht statisch gebaut wird oder du machst das ähnlich wie hier.

    Gruß
    Oliver
    Router: Fritz!Box Fon WLAN 7570, 7390, 7320, 7270, 3170
    Anbindung: T-Online DSL 16.000 RAM

    Visit ##fritzbox on Freenode for help
    Spenden für Freetz

  5. #5
    IPPF-Fan
    Registriert seit
    20.02.2006
    Beiträge
    167
    hmmm... das war DER Tip !

    /Gompf
    FB 7390(2), FB 7270(4), FB 7170 (5), FB 5124(5) FB 7050 (1) Genug ?

  6. #6
    IPPF-Fan
    Registriert seit
    27.10.2007
    Beiträge
    125
    hoi Gompf,

    man braucht mod_csv nicht wirklich, versuch ohne dieses Modul zu kompilieren. Es gibt ein Trick, vielleicht geht

    cd freeswitch
    cd modules
    cd mod_cdrvsv
    make clean
    make
    cd ../../..
    make (ohne modules)

    Ich bin daran interessiert es auf Fritzbox zu bringen. Ich denke Man brauch nur mod_sofia

  7. #7
    IPPF-Viertausend-VIP Avatar von colonia27
    Registriert seit
    19.01.2007
    Beiträge
    4.686
    Ob das nach einem Jahr noch relevant ist?
    Gruß, Guido
    AVM Fritzbox 7390 - 84.05.22 freetz-trunk-9229 (WDS-Basis)
    AVM Fritzbox 7270v3 - 74.05.22 (WDS-Repeater)
    Anbindung: KabelDeutschland - Internet&Telefon 32
    Telefon: 2x AVM MT-F 2.79, DECT-Basis 3.77
    IP-Phone: Nexus S - AOSP JellyBelly
    Aus aktuellem Anlaß: Support gehört ins Forum oder IRC, Bugs gehören ins Trac-System aber nicht in mein Postfach oder meine Messenger-Accounts.

  8. #8
    IPPF-Fan
    Registriert seit
    20.02.2006
    Beiträge
    167
    Zitat Zitat von colonia27 Beitrag anzeigen
    Ob das nach einem Jahr noch relevant ist?
    An und fuer sich schon, ich habe es damals geschafft das ganze zu kompilieren (ein paar User haben auch das Kompilat per PM angefragt) aber da ja das verwendete archiv ziemlich outdated war, habe ich auf ein eine Neue Source Revision umgestellt, diese aber niemals erfogreich compiliert. Ich setze Freeswitch erfogreich auf einem x64 server ein, allerdings wollte ich eine FB 7390 dafuer permanent abstellen. Ich bin daran nach wie vor interessiert, habe aber nicht genuegend Zeit gehabt hier weiter zu machen und die Fehler zu finden. Generell lief es auf der FB, nur die Version war zu alt und damit zu buggy.

    Wenn wer weitermacht, kann ich auch mithelfen !

    /Gompf
    FB 7390(2), FB 7270(4), FB 7170 (5), FB 5124(5) FB 7050 (1) Genug ?

Ähnliche Themen

  1. Antworten: 4
    Letzter Beitrag: 19.04.2008, 15:37
  2. Queue ohne Agent - wie weiter im Dialplan?
    Von Ventas im Forum Asterisk Rufnummernplan
    Antworten: 0
    Letzter Beitrag: 08.11.2007, 14:00
  3. Cisco 7960: erster Anruf ohne Ton
    Von Gnu im Forum Cisco
    Antworten: 11
    Letzter Beitrag: 08.03.2007, 21:55
  4. Weiter machen nachdem die Gegenstelle aufhängt
    Von luxland im Forum Asterisk Allgemein
    Antworten: 10
    Letzter Beitrag: 26.06.2006, 12:44
  5. PCs der Fritz Box bekannt machen ohne DHCP
    Von MaxPowers im Forum FRITZ!Box Fon: Modifikationen
    Antworten: 2
    Letzter Beitrag: 23.10.2005, 13:07

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •