最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】cygwin下编译buildroot的编译log输出记录:gmp的编译的log输出

Buildroot crifan 2428浏览 0评论

【背景】

折腾:

【记录】cygwin下编译buildroot的编译log输出记录

期间,需要分多次记录log。

其中,又把:

【记录】cygwin下编译buildroot的编译log输出记录:gmp的解压,打补丁,配置,编译,安装

中的Building部分的log弄出来:


gmp的log中的Building部分的log是:

>>> host-gmp 5.1.1 Building
PATH="/home/CLi/develop/buildroot/buildroot-2013.05/output/host/bin:/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin:/home/CLi/develop/crosstool-ng/x-tools/arm-xscale-linux-gnueabi/bin:/opt/crosstool-ng/bin:/home/CLi/develop/crosstool-ng/x-tools/armxscalecurl/bin:/usr/local/bin:/usr/bin:/cygdrive/d/tmp/dev_install_root/Python27_x64:/cygdrive/d/tmp/dev_install_root/Python27_x64/Lib/site-packages/PyQt4:/cygdrive/d/tmp/dev_install_root/Perl64/site/bin:/cygdrive/d/tmp/dev_install_root/Perl64/bin:/cygdrive/c/Program Files/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common Files/Microsoft Shared/Windows Live:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/100/DTS/Binn:/cygdrive/d/tmp/WordPress/mysql/mysql-5.5.18/MySQL/MySQL Server 5.5/bin:/cygdrive/d/tmp/WordPress/DevRoot/MySQL/MySQL Server 5.5/bin:/cygdrive/d/tmp/WordPress/DevRoot/php-5.3.6-Win32-VC9-x64:/cygdrive/d/tmp/WordPress/DevRoot/php-5.3.6-Win32-VC9-x64/ext:/cygdrive/d/tmp/WordPress/DevRoot/Python27:/cygdrive/c/Program Files (x86)/Common Files/Acronis/SnapAPI:/cygdrive/c/Program Files (x86)/Windows Live/Shared:/cygdrive/c/Program Files/Java/jdk1.7.0_11/bin:/home/CLi/develop/docbook/tools/fop/lib:/home/CLi/develop/docbook/tools/fop:/cygdrive/d/DevInstallRoot/FF/DD_IDE_1.1.2/TOK/BIN:/cygdrive/d/DevInstallRoot/FF/DD_IDE_1.2.0/TOK/BIN:/cygdrive/d/DevRoot/EmbeddedDevelop/trunk/Research/CLI/FF/FBK/develop/tools/develop-tools:/cygdrive/d/tmp/WordPress/DevRoot/Python27/Scripts:/cygdrive/d/tmp/dev_install_root/PostgreSQL/8.3/bin:/cygdrive/d/tmp/dev_install_root/ant/apache-ant-1.8.4/bin:/cygdrive/c/Program Files/nodejs:/cygdrive/c/Program Files/Microsoft/Web Platform Installer:/cygdrive/c/Program Files/TortoiseSVN/bin:/cygdrive/d/DevRoot/IndustrialMobileAutomation/HandheldDataSetter/ANTLR/batchFile:/cygdrive/c/Program Files (x86)/QuickTime/QTSystem:/cygdrive/d/tmp/tmp_dev_root/android/adt-bundle-windows/sdk/platform-tools:/cygdrive/d/tmp/dev_install_root/Tesseract-OCR:/cygdrive/d/tmp/dev_install_root/jython2.5.3/bin:/cygdrive/d/devinstallroot/gnuarm/bin:/cygdrive/d/tmp/dev_install_root/HTML Help Workshop:/cygdrive/c/Users/CLi/AppData/Roaming/npm:/usr/lib/lapack:/opt/gcc-4.0.4-glibc-2.3.6-kernel-2.6.17/sysroot-arm-xscale-linux-gnu/usr/include:/opt/gcc-4.0.4-glibc-2.3.6-kernel-2.6.17/sysroot-arm-xscale-linux-gnu/usr/include/linux" LD_LIBRARY_PATH="/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib:" PKG_CONFIG="/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib/pkgconfig" PERLLIB="/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib/perl"  /usr/bin/make -j4  -C /home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/
make[1]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac.exe
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib.exe
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases.exe -lm
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab.exe -lm
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab.exe
/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr.exe -lm
./gen-fac 32 0 >fac_table.h || (rm -f fac_table.h; exit 1)
./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
/usr/bin/make  all-recursive
make[2]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'
Making all in tests
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests'
Making all in .
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests'
Making all in devel
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/devel'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/devel'
Making all in mpn
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpn'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpn'
Making all in mpz
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpz'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpz'
Making all in mpq
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpq'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpq'
Making all in mpf
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpf'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/mpf'
Making all in rand
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/rand'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/rand'
Making all in misc
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/misc'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/misc'
Making all in cxx
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/cxx'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests/cxx'
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tests'
Making all in mpn
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpn'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fib_table.lo fib_table.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_bases.lo mp_bases.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add.lo add.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_1.lo add_1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fib_table.c  -DDLL_EXPORT -DPIC -o .libs/fib_table.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add.c  -DDLL_EXPORT -DPIC -o .libs/add.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_bases.c  -DDLL_EXPORT -DPIC -o .libs/mp_bases.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_1.c  -DDLL_EXPORT -DPIC -o .libs/add_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'add_n.asm' || echo './'`add_n.asm
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub.lo sub.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_1.lo sub_1.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'sub_n.asm' || echo './'`sub_n.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_1.c  -DDLL_EXPORT -DPIC -o .libs/sub_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub.c  -DDLL_EXPORT -DPIC -o .libs/sub.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include add_n.asm  -DDLL_EXPORT -DPIC -o .libs/add_n.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include sub_n.asm  -DDLL_EXPORT -DPIC -o .libs/sub_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addcnd_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o addcnd_n.lo addcnd_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subcnd_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o subcnd_n.lo subcnd_n.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DDLL_EXPORT -DPIC add_n.asm >tmp-add_n.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DDLL_EXPORT -DPIC sub_n.asm >tmp-sub_n.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-add_n.s -DDLL_EXPORT -DPIC -o .libs/add_n.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-sub_n.s -DDLL_EXPORT -DPIC -o .libs/sub_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o neg.lo neg.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addcnd_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c addcnd_n.c  -DDLL_EXPORT -DPIC -o .libs/addcnd_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o com.lo com.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c subcnd_n.c  -DDLL_EXPORT -DPIC -o .libs/subcnd_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'mul_1.asm' || echo './'`mul_1.asm
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c neg.c  -DDLL_EXPORT -DPIC -o .libs/neg.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c com.c  -DDLL_EXPORT -DPIC -o .libs/com.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include mul_1.asm  -DDLL_EXPORT -DPIC -o .libs/mul_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'submul_1.asm' || echo './'`submul_1.asm
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_err1_n.lo add_err1_n.c
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include addmul_1.asm  -DDLL_EXPORT -DPIC -o .libs/addmul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DDLL_EXPORT -DPIC mul_1.asm >tmp-mul_1.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DDLL_EXPORT -DPIC addmul_1.asm >tmp-addmul_1.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-mul_1.s -DDLL_EXPORT -DPIC -o .libs/mul_1.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-addmul_1.s -DDLL_EXPORT -DPIC -o .libs/addmul_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include submul_1.asm  -DDLL_EXPORT -DPIC -o .libs/submul_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_err1_n.c  -DDLL_EXPORT -DPIC -o .libs/add_err1_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_err2_n.lo add_err2_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_err3_n.lo add_err3_n.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DDLL_EXPORT -DPIC submul_1.asm >tmp-submul_1.s
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_err1_n.lo sub_err1_n.c
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-submul_1.s -DDLL_EXPORT -DPIC -o .libs/submul_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_err3_n.c  -DDLL_EXPORT -DPIC -o .libs/add_err3_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_err2_n.c  -DDLL_EXPORT -DPIC -o .libs/add_err2_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_err2_n.lo sub_err2_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_err1_n.c  -DDLL_EXPORT -DPIC -o .libs/sub_err1_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_err3_n.lo sub_err3_n.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'lshift.asm' || echo './'`lshift.asm
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'rshift.asm' || echo './'`rshift.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_err2_n.c  -DDLL_EXPORT -DPIC -o .libs/sub_err2_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_err3_n.c  -DDLL_EXPORT -DPIC -o .libs/sub_err3_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'dive_1.asm' || echo './'`dive_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include rshift.asm  -DDLL_EXPORT -DPIC -o .libs/rshift.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include lshift.asm  -DDLL_EXPORT -DPIC -o .libs/lshift.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o diveby3.lo diveby3.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DDLL_EXPORT -DPIC rshift.asm >tmp-rshift.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DDLL_EXPORT -DPIC lshift.asm >tmp-lshift.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-rshift.s -DDLL_EXPORT -DPIC -o .libs/rshift.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include dive_1.asm  -DDLL_EXPORT -DPIC -o .libs/dive_1.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-lshift.s -DDLL_EXPORT -DPIC -o .libs/lshift.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c diveby3.c  -DDLL_EXPORT -DPIC -o .libs/diveby3.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divis.lo divis.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divrem.lo divrem.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 -DDLL_EXPORT -DPIC dive_1.asm >tmp-dive_1.s
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'divrem_1.asm' || echo './'`divrem_1.asm
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-dive_1.s -DDLL_EXPORT -DPIC -o .libs/dive_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divis.c  -DDLL_EXPORT -DPIC -o .libs/divis.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'divrem_2.asm' || echo './'`divrem_2.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divrem.c  -DDLL_EXPORT -DPIC -o .libs/divrem.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include divrem_1.asm  -DDLL_EXPORT -DPIC -o .libs/divrem_1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fib2_ui.lo fib2_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod_1.lo mod_1.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_1 -DDLL_EXPORT -DPIC divrem_1.asm >tmp-divrem_1.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-divrem_1.s -DDLL_EXPORT -DPIC -o .libs/divrem_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include divrem_2.asm  -DDLL_EXPORT -DPIC -o .libs/divrem_2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fib2_ui.c  -DDLL_EXPORT -DPIC -o .libs/fib2_ui.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_2 -DDLL_EXPORT -DPIC divrem_2.asm >tmp-divrem_2.s
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod_1.c  -DDLL_EXPORT -DPIC -o .libs/mod_1.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'mod_34lsub1.asm' || echo './'`mod_34lsub1.asm
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-divrem_2.s -DDLL_EXPORT -DPIC -o .libs/divrem_2.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'mode1o.asm' || echo './'`mode1o.asm
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pre_divrem_1.lo pre_divrem_1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pre_mod_1.lo pre_mod_1.c
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include mod_34lsub1.asm  -DDLL_EXPORT -DPIC -o .libs/mod_34lsub1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include mode1o.asm  -DDLL_EXPORT -DPIC -o .libs/mode1o.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pre_mod_1.c  -DDLL_EXPORT -DPIC -o .libs/pre_mod_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pre_divrem_1.c  -DDLL_EXPORT -DPIC -o .libs/pre_divrem_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_34lsub1 -DDLL_EXPORT -DPIC mod_34lsub1.asm >tmp-mod_34lsub1.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mode1o -DDLL_EXPORT -DPIC mode1o.asm >tmp-mode1o.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-mode1o.s -DDLL_EXPORT -DPIC -o .libs/mode1o.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-mod_34lsub1.s -DDLL_EXPORT -DPIC -o .libs/mod_34lsub1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dump.lo dump.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod_1_1.lo mod_1_1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod_1_2.lo mod_1_2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod_1_3.lo mod_1_3.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dump.c  -DDLL_EXPORT -DPIC -o .libs/dump.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod_1_1.c  -DDLL_EXPORT -DPIC -o .libs/mod_1_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod_1_3.c  -DDLL_EXPORT -DPIC -o .libs/mod_1_3.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod_1_4.lo mod_1_4.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod_1_2.c  -DDLL_EXPORT -DPIC -o .libs/mod_1_2.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o lshiftc.lo lshiftc.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul.lo mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_fft.lo mul_fft.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod_1_4.c  -DDLL_EXPORT -DPIC -o .libs/mod_1_4.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c lshiftc.c  -DDLL_EXPORT -DPIC -o .libs/lshiftc.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_n.lo mul_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul.c  -DDLL_EXPORT -DPIC -o .libs/mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_fft.c  -DDLL_EXPORT -DPIC -o .libs/mul_fft.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqr.lo sqr.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'mul_basecase.asm' || echo './'`mul_basecase.asm
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'sqr_basecase.asm' || echo './'`sqr_basecase.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_n.c  -DDLL_EXPORT -DPIC -o .libs/mul_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o nussbaumer_mul.lo nussbaumer_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqr.c  -DDLL_EXPORT -DPIC -o .libs/sqr.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include sqr_basecase.asm  -DDLL_EXPORT -DPIC -o .libs/sqr_basecase.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include mul_basecase.asm  -DDLL_EXPORT -DPIC -o .libs/mul_basecase.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mulmid_basecase.lo mulmid_basecase.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c nussbaumer_mul.c  -DDLL_EXPORT -DPIC -o .libs/nussbaumer_mul.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_basecase -DDLL_EXPORT -DPIC sqr_basecase.asm >tmp-sqr_basecase.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_basecase -DDLL_EXPORT -DPIC mul_basecase.asm >tmp-mul_basecase.s
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom42_mulmid.lo toom42_mulmid.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mulmid_basecase.c  -DDLL_EXPORT -DPIC -o .libs/mulmid_basecase.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-mul_basecase.s -DDLL_EXPORT -DPIC -o .libs/mul_basecase.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-sqr_basecase.s -DDLL_EXPORT -DPIC -o .libs/sqr_basecase.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mulmid_n.lo mulmid_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mulmid.lo mulmid.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom42_mulmid.c  -DDLL_EXPORT -DPIC -o .libs/toom42_mulmid.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o random.lo random.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mulmid_n.c  -DDLL_EXPORT -DPIC -o .libs/mulmid_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o random2.lo random2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pow_1.lo pow_1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c random.c  -DDLL_EXPORT -DPIC -o .libs/random.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mulmid.c  -DDLL_EXPORT -DPIC -o .libs/mulmid.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c random2.c  -DDLL_EXPORT -DPIC -o .libs/random2.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o rootrem.lo rootrem.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrtrem.lo sqrtrem.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_str.lo get_str.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pow_1.c  -DDLL_EXPORT -DPIC -o .libs/pow_1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_str.lo set_str.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c rootrem.c  -DDLL_EXPORT -DPIC -o .libs/rootrem.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrtrem.c  -DDLL_EXPORT -DPIC -o .libs/sqrtrem.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_str.c  -DDLL_EXPORT -DPIC -o .libs/get_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o scan0.lo scan0.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o scan1.lo scan1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o popcount.lo popcount.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_str.c  -DDLL_EXPORT -DPIC -o .libs/set_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hamdist.lo hamdist.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c scan0.c  -DDLL_EXPORT -DPIC -o .libs/scan0.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c popcount.c  -DDLL_EXPORT -DPIC -o .libs/popcount.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c scan1.c  -DDLL_EXPORT -DPIC -o .libs/scan1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp.lo cmp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hamdist.c  -DDLL_EXPORT -DPIC -o .libs/hamdist.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o perfsqr.lo perfsqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o perfpow.lo perfpow.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'gcd_1.asm' || echo './'`gcd_1.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp.c  -DDLL_EXPORT -DPIC -o .libs/cmp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c perfpow.c  -DDLL_EXPORT -DPIC -o .libs/perfpow.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c perfsqr.c  -DDLL_EXPORT -DPIC -o .libs/perfsqr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcd.lo gcd.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcdext_1.lo gcdext_1.c
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include gcd_1.asm  -DDLL_EXPORT -DPIC -o .libs/gcd_1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcdext.lo gcdext.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_gcd_1 -DDLL_EXPORT -DPIC gcd_1.asm >tmp-gcd_1.s
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcd.c  -DDLL_EXPORT -DPIC -o .libs/gcd.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-gcd_1.s -DDLL_EXPORT -DPIC -o .libs/gcd_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcdext_1.c  -DDLL_EXPORT -DPIC -o .libs/gcdext_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcdext.c  -DDLL_EXPORT -DPIC -o .libs/gcdext.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcdext_lehmer.lo gcdext_lehmer.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_q.lo div_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_qr.lo tdiv_qr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcd_subdiv_step.c  -DDLL_EXPORT -DPIC -o .libs/gcd_subdiv_step.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_q.c  -DDLL_EXPORT -DPIC -o .libs/div_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcdext_lehmer.c  -DDLL_EXPORT -DPIC -o .libs/gcdext_lehmer.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_qr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o jacbase.lo jacbase.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o jacobi_2.lo jacobi_2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o jacobi.lo jacobi.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d.lo get_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c jacbase.c  -DDLL_EXPORT -DPIC -o .libs/jacbase.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c jacobi_2.c  -DDLL_EXPORT -DPIC -o .libs/jacobi_2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c jacobi.c  -DDLL_EXPORT -DPIC -o .libs/jacobi.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o matrix22_mul.lo matrix22_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d.c  -DDLL_EXPORT -DPIC -o .libs/get_d.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd_matrix.lo hgcd_matrix.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd2.lo hgcd2.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c matrix22_mul.c  -DDLL_EXPORT -DPIC -o .libs/matrix22_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c matrix22_mul1_inverse_vector.c  -DDLL_EXPORT -DPIC -o .libs/matrix22_mul1_inverse_vector.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd_matrix.c  -DDLL_EXPORT -DPIC -o .libs/hgcd_matrix.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd_step.lo hgcd_step.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd_reduce.lo hgcd_reduce.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd2.c  -DDLL_EXPORT -DPIC -o .libs/hgcd2.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd.lo hgcd.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd_appr.lo hgcd_appr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd_step.c  -DDLL_EXPORT -DPIC -o .libs/hgcd_step.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd_reduce.c  -DDLL_EXPORT -DPIC -o .libs/hgcd_reduce.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd.c  -DDLL_EXPORT -DPIC -o .libs/hgcd.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd_appr.c  -DDLL_EXPORT -DPIC -o .libs/hgcd_appr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hgcd_jacobi.lo hgcd_jacobi.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mullo_n.lo mullo_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mullo_basecase.lo mullo_basecase.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd2_jacobi.c  -DDLL_EXPORT -DPIC -o .libs/hgcd2_jacobi.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hgcd_jacobi.c  -DDLL_EXPORT -DPIC -o .libs/hgcd_jacobi.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mullo_basecase.c  -DDLL_EXPORT -DPIC -o .libs/mullo_basecase.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom22_mul.lo toom22_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mullo_n.c  -DDLL_EXPORT -DPIC -o .libs/mullo_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom32_mul.lo toom32_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom42_mul.lo toom42_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom52_mul.lo toom52_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom22_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom22_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom32_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom32_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom62_mul.lo toom62_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom33_mul.lo toom33_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom42_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom42_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom52_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom52_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom43_mul.lo toom43_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom53_mul.lo toom53_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom62_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom62_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom33_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom33_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom53_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom53_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom54_mul.lo toom54_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom63_mul.lo toom63_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom43_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom43_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom44_mul.lo toom44_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom6h_mul.lo toom6h_mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom63_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom63_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom54_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom54_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom44_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom44_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom6_sqr.lo toom6_sqr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom6h_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom6h_mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom8h_mul.lo toom8h_mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom8_sqr.lo toom8_sqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_couple_handling.lo toom_couple_handling.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom6_sqr.c  -DDLL_EXPORT -DPIC -o .libs/toom6_sqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom8h_mul.c  -DDLL_EXPORT -DPIC -o .libs/toom8h_mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom8_sqr.c  -DDLL_EXPORT -DPIC -o .libs/toom8_sqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_couple_handling.c  -DDLL_EXPORT -DPIC -o .libs/toom_couple_handling.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom2_sqr.lo toom2_sqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom3_sqr.lo toom3_sqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom4_sqr.lo toom4_sqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom2_sqr.c  -DDLL_EXPORT -DPIC -o .libs/toom2_sqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom4_sqr.c  -DDLL_EXPORT -DPIC -o .libs/toom4_sqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom3_sqr.c  -DDLL_EXPORT -DPIC -o .libs/toom3_sqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_dgr3_pm1.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_dgr3_pm1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_pm1.lo toom_eval_pm1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_pm2.lo toom_eval_pm2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_pm1.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_pm1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_dgr3_pm2.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_dgr3_pm2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_pm2.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_pm2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_pm2exp.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_pm2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_5pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_5pts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_eval_pm2rexp.c  -DDLL_EXPORT -DPIC -o .libs/toom_eval_pm2rexp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_7pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_7pts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_6pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_6pts.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o invertappr.lo invertappr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_8pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_8pts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_16pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_16pts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c toom_interpolate_12pts.c  -DDLL_EXPORT -DPIC -o .libs/toom_interpolate_12pts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c invertappr.c  -DDLL_EXPORT -DPIC -o .libs/invertappr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o invert.lo invert.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o binvert.lo binvert.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mulmod_bnm1.lo mulmod_bnm1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c binvert.c  -DDLL_EXPORT -DPIC -o .libs/binvert.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mulmod_bnm1.c  -DDLL_EXPORT -DPIC -o .libs/mulmod_bnm1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c invert.c  -DDLL_EXPORT -DPIC -o .libs/invert.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrmod_bnm1.c  -DDLL_EXPORT -DPIC -o .libs/sqrmod_bnm1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_qr_2.lo div_qr_2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_qr_2n_pi1.lo div_qr_2n_pi1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_qr_2u_pi1.lo div_qr_2u_pi1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_div_q.lo sbpi1_div_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_qr_2n_pi1.c  -DDLL_EXPORT -DPIC -o .libs/div_qr_2n_pi1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_qr_2.c  -DDLL_EXPORT -DPIC -o .libs/div_qr_2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_qr_2u_pi1.c  -DDLL_EXPORT -DPIC -o .libs/div_qr_2u_pi1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_div_q.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_div_q.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_div_qr.lo sbpi1_div_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dcpi1_div_q.lo dcpi1_div_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dcpi1_div_qr.lo dcpi1_div_qr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dcpi1_div_q.c  -DDLL_EXPORT -DPIC -o .libs/dcpi1_div_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dcpi1_div_qr.c  -DDLL_EXPORT -DPIC -o .libs/dcpi1_div_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_divappr_q.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_divappr_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_div_qr.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_div_qr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mu_div_qr.lo mu_div_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mu_divappr_q.lo mu_divappr_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mu_div_q.lo mu_div_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dcpi1_divappr_q.c  -DDLL_EXPORT -DPIC -o .libs/dcpi1_divappr_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mu_divappr_q.c  -DDLL_EXPORT -DPIC -o .libs/mu_divappr_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mu_div_qr.c  -DDLL_EXPORT -DPIC -o .libs/mu_div_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mu_div_q.c  -DDLL_EXPORT -DPIC -o .libs/mu_div_q.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'bdiv_q_1.asm' || echo './'`bdiv_q_1.asm
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_bdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_bdiv_q.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include bdiv_q_1.asm  -DDLL_EXPORT -DPIC -o .libs/bdiv_q_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dcpi1_bdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/dcpi1_bdiv_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_bdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_bdiv_qr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_q_1 -DDLL_EXPORT -DPIC bdiv_q_1.asm >tmp-bdiv_q_1.s
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mu_bdiv_q.lo mu_bdiv_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-bdiv_q_1.s -DDLL_EXPORT -DPIC -o .libs/bdiv_q_1.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bdiv_q.lo bdiv_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dcpi1_bdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/dcpi1_bdiv_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mu_bdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/mu_bdiv_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mu_bdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/mu_bdiv_q.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bdiv_qr.lo bdiv_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o broot.lo broot.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o brootinv.lo brootinv.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/bdiv_q.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bsqrt.lo bsqrt.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/bdiv_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c brootinv.c  -DDLL_EXPORT -DPIC -o .libs/brootinv.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c broot.c  -DDLL_EXPORT -DPIC -o .libs/broot.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bsqrtinv.lo bsqrtinv.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divexact.lo divexact.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'bdiv_dbm1c.asm' || echo './'`bdiv_dbm1c.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bsqrt.c  -DDLL_EXPORT -DPIC -o .libs/bsqrt.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o redc_1.lo redc_1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divexact.c  -DDLL_EXPORT -DPIC -o .libs/divexact.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bsqrtinv.c  -DDLL_EXPORT -DPIC -o .libs/bsqrtinv.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include bdiv_dbm1c.asm  -DDLL_EXPORT -DPIC -o .libs/bdiv_dbm1c.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o redc_2.lo redc_2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o redc_n.lo redc_n.c
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_dbm1c -DDLL_EXPORT -DPIC bdiv_dbm1c.asm >tmp-bdiv_dbm1c.s
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c redc_1.c  -DDLL_EXPORT -DPIC -o .libs/redc_1.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-bdiv_dbm1c.s -DDLL_EXPORT -DPIC -o .libs/bdiv_dbm1c.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powm.lo powm.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c redc_2.c  -DDLL_EXPORT -DPIC -o .libs/redc_2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c redc_n.c  -DDLL_EXPORT -DPIC -o .libs/redc_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powlo.lo powlo.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm_sec | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powm_sec.lo powm_sec.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powm.c  -DDLL_EXPORT -DPIC -o .libs/powm.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr_sec | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sb_div_qr_sec.lo sb_div_qr_sec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_r_sec | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sb_div_r_sec.lo sb_div_r_sec.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powlo.c  -DDLL_EXPORT -DPIC -o .libs/powlo.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powm_sec.c  -DDLL_EXPORT -DPIC -o .libs/powm_sec.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr_sec -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sb_div_qr_sec.c  -DDLL_EXPORT -DPIC -o .libs/sb_div_qr_sec.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr_sec | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_div_qr_sec.lo sbpi1_div_qr_sec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_r_sec | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sbpi1_div_r_sec.lo sbpi1_div_r_sec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o trialdiv.lo trialdiv.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_r_sec -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sb_div_r_sec.c  -DDLL_EXPORT -DPIC -o .libs/sb_div_r_sec.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o remove.lo remove.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr_sec -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_div_qr_sec.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_div_qr_sec.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c trialdiv.c  -DDLL_EXPORT -DPIC -o .libs/trialdiv.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_r_sec -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sbpi1_div_r_sec.c  -DDLL_EXPORT -DPIC -o .libs/sbpi1_div_r_sec.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o and_n.lo and_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o andn_n.lo andn_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c remove.c  -DDLL_EXPORT -DPIC -o .libs/remove.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o nand_n.lo nand_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ior_n.lo ior_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c and_n.c  -DDLL_EXPORT -DPIC -o .libs/and_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c andn_n.c  -DDLL_EXPORT -DPIC -o .libs/andn_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c nand_n.c  -DDLL_EXPORT -DPIC -o .libs/nand_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iorn_n.lo iorn_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o nior_n.lo nior_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ior_n.c  -DDLL_EXPORT -DPIC -o .libs/ior_n.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o xor_n.lo xor_n.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o xnor_n.lo xnor_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iorn_n.c  -DDLL_EXPORT -DPIC -o .libs/iorn_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c nior_n.c  -DDLL_EXPORT -DPIC -o .libs/nior_n.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c xor_n.c  -DDLL_EXPORT -DPIC -o .libs/xor_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'copyi.asm' || echo './'`copyi.asm
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c xnor_n.c  -DDLL_EXPORT -DPIC -o .libs/xnor_n.o
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'copyd.asm' || echo './'`copyd.asm
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o zero.lo zero.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tabselect | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'tabselect.asm' || echo './'`tabselect.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include copyd.asm  -DDLL_EXPORT -DPIC -o .libs/copyd.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include copyi.asm  -DDLL_EXPORT -DPIC -o .libs/copyi.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c zero.c  -DDLL_EXPORT -DPIC -o .libs/zero.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd -DDLL_EXPORT -DPIC copyd.asm >tmp-copyd.s
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi -DDLL_EXPORT -DPIC copyi.asm >tmp-copyi.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-copyd.s -DDLL_EXPORT -DPIC -o .libs/copyd.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tabselect.asm  -DDLL_EXPORT -DPIC -o .libs/tabselect.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-copyi.s -DDLL_EXPORT -DPIC -o .libs/copyi.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o comb_tables.lo comb_tables.c
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo umul | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'umul.asm' || echo './'`umul.asm
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_tabselect -DDLL_EXPORT -DPIC tabselect.asm >tmp-tabselect.s
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo udiv | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  `test -f 'udiv.asm' || echo './'`udiv.asm
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-tabselect.s -DDLL_EXPORT -DPIC -o .libs/tabselect.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'`  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_n_sub_n.lo add_n_sub_n.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c comb_tables.c  -DDLL_EXPORT -DPIC -o .libs/comb_tables.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include umul.asm  -DDLL_EXPORT -DPIC -o .libs/umul.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include udiv.asm  -DDLL_EXPORT -DPIC -o .libs/udiv.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_umul -DDLL_EXPORT -DPIC umul.asm >tmp-umul.s
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_umul -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-umul.s -DDLL_EXPORT -DPIC -o .libs/umul.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_udiv -DDLL_EXPORT -DPIC udiv.asm >tmp-udiv.s
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_n_sub_n.c  -DDLL_EXPORT -DPIC -o .libs/add_n_sub_n.o
 /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_udiv -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include tmp-udiv.s -DDLL_EXPORT -DPIC -o .libs/udiv.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libmpn.la  fib_table.lo mp_bases.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo addcnd_n.lo subcnd_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo sb_div_qr_sec.lo sb_div_r_sec.lo sbpi1_div_qr_sec.lo sbpi1_div_r_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo tabselect.lo comb_tables.lo umul.lo udiv.lo add_n_sub_n.lo
libtool: link: /usr/bin/ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/addcnd_n.o .libs/subcnd_n.o .libs/neg.o .libs/com.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/add_err3_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/sub_err3_n.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_divrem_1.o .libs/pre_mod_1.o .libs/dump.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/mod_1_4.o .libs/lshiftc.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/nussbaumer_mul.o .libs/mulmid_basecase.o .libs/toom42_mulmid.o .libs/mulmid_n.o .libs/mulmid.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/jacobi_2.o .libs/jacobi.o .libs/get_d.o .libs/matrix22_mul.o .libs/matrix22_mul1_inverse_vector.o .libs/hgcd_matrix.o .libs/hgcd2.o .libs/hgcd_step.o .libs/hgcd_reduce.o .libs/hgcd.o .libs/hgcd_appr.o .libs/hgcd2_jacobi.o .libs/hgcd_jacobi.o .libs/mullo_n.o .libs/mullo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom54_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/div_qr_2.o .libs/div_qr_2n_pi1.o .libs/div_qr_2u_pi1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/broot.o .libs/brootinv.o .libs/bsqrt.o .libs/bsqrtinv.o .libs/divexact.o .libs/bdiv_dbm1c.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/powm_sec.o .libs/sb_div_qr_sec.o .libs/sb_div_r_sec.o .libs/sbpi1_div_qr_sec.o .libs/sbpi1_div_r_sec.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/copyi.o .libs/copyd.o .libs/zero.o .libs/tabselect.o .libs/comb_tables.o .libs/umul.o .libs/udiv.o .libs/add_n_sub_n.o
libtool: link: ranlib .libs/libmpn.a
libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpn'
Making all in mpz
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpz'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o 2fac_ui.lo 2fac_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add.lo add.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_ui.lo add_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o abs.lo abs.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c 2fac_ui.c  -DDLL_EXPORT -DPIC -o .libs/2fac_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c abs.c  -DDLL_EXPORT -DPIC -o .libs/abs.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add.c  -DDLL_EXPORT -DPIC -o .libs/add.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_ui.c  -DDLL_EXPORT -DPIC -o .libs/add_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o aorsmul.lo aorsmul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o aorsmul_i.lo aorsmul_i.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o and.lo and.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o array_init.lo array_init.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c aorsmul.c  -DDLL_EXPORT -DPIC -o .libs/aorsmul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c aorsmul_i.c  -DDLL_EXPORT -DPIC -o .libs/aorsmul_i.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c and.c  -DDLL_EXPORT -DPIC -o .libs/and.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c array_init.c  -DDLL_EXPORT -DPIC -o .libs/array_init.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bin_ui.lo bin_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o bin_uiui.lo bin_uiui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_q.lo cdiv_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_q_ui.lo cdiv_q_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bin_ui.c  -DDLL_EXPORT -DPIC -o .libs/bin_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c bin_uiui.c  -DDLL_EXPORT -DPIC -o .libs/bin_uiui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_qr.lo cdiv_qr.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_q_ui.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_q_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_qr_ui.lo cdiv_qr_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_r.lo cdiv_r.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_r_ui.lo cdiv_r_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_qr_ui.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_qr_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cdiv_ui.lo cdiv_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_r.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_r.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_r_ui.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_r_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cdiv_ui.c  -DDLL_EXPORT -DPIC -o .libs/cdiv_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clear.lo clear.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cfdiv_q_2exp.c  -DDLL_EXPORT -DPIC -o .libs/cfdiv_q_2exp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cfdiv_r_2exp.c  -DDLL_EXPORT -DPIC -o .libs/cfdiv_r_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clears.lo clears.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clrbit.lo clrbit.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clear.c  -DDLL_EXPORT -DPIC -o .libs/clear.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp.lo cmp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clears.c  -DDLL_EXPORT -DPIC -o .libs/clears.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clrbit.c  -DDLL_EXPORT -DPIC -o .libs/clrbit.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_d.lo cmp_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp.c  -DDLL_EXPORT -DPIC -o .libs/cmp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_si.lo cmp_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmpabs.lo cmpabs.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_d.c  -DDLL_EXPORT -DPIC -o .libs/cmp_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_si.c  -DDLL_EXPORT -DPIC -o .libs/cmp_si.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmpabs_d.lo cmpabs_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmpabs.c  -DDLL_EXPORT -DPIC -o .libs/cmpabs.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_ui.c  -DDLL_EXPORT -DPIC -o .libs/cmp_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmpabs_ui.lo cmpabs_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o com.lo com.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o combit.lo combit.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmpabs_d.c  -DDLL_EXPORT -DPIC -o .libs/cmpabs_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmpabs_ui.c  -DDLL_EXPORT -DPIC -o .libs/cmpabs_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cong.lo cong.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c com.c  -DDLL_EXPORT -DPIC -o .libs/com.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cong_2exp.lo cong_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c combit.c  -DDLL_EXPORT -DPIC -o .libs/combit.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cong_ui.lo cong_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divexact.lo divexact.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cong.c  -DDLL_EXPORT -DPIC -o .libs/cong.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cong_2exp.c  -DDLL_EXPORT -DPIC -o .libs/cong_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divegcd.lo divegcd.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cong_ui.c  -DDLL_EXPORT -DPIC -o .libs/cong_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dive_ui.lo dive_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divexact.c  -DDLL_EXPORT -DPIC -o .libs/divexact.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divis.lo divis.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divis_ui.lo divis_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divegcd.c  -DDLL_EXPORT -DPIC -o .libs/divegcd.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dive_ui.c  -DDLL_EXPORT -DPIC -o .libs/dive_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o divis_2exp.lo divis_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divis.c  -DDLL_EXPORT -DPIC -o .libs/divis.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dump.lo dump.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divis_ui.c  -DDLL_EXPORT -DPIC -o .libs/divis_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c divis_2exp.c  -DDLL_EXPORT -DPIC -o .libs/divis_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o export.lo export.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fac_ui.lo fac_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dump.c  -DDLL_EXPORT -DPIC -o .libs/dump.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_q.lo fdiv_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c export.c  -DDLL_EXPORT -DPIC -o .libs/export.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fac_ui.c  -DDLL_EXPORT -DPIC -o .libs/fac_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_q_ui.lo fdiv_q_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_q.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_qr.lo fdiv_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_qr_ui.lo fdiv_qr_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_q_ui.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_q_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_r.lo fdiv_r.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_qr_ui.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_qr_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_qr.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_r_ui.lo fdiv_r_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_r.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_r.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fdiv_ui.lo fdiv_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fib_ui.lo fib_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fib2_ui.lo fib2_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_r_ui.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_r_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fib_ui.c  -DDLL_EXPORT -DPIC -o .libs/fib_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fdiv_ui.c  -DDLL_EXPORT -DPIC -o .libs/fdiv_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_sint.lo fits_sint.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fib2_ui.c  -DDLL_EXPORT -DPIC -o .libs/fib2_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_slong.lo fits_slong.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_sshort.lo fits_sshort.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_uint.lo fits_uint.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_sint.c  -DDLL_EXPORT -DPIC -o .libs/fits_sint.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_slong.c  -DDLL_EXPORT -DPIC -o .libs/fits_slong.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_sshort.c  -DDLL_EXPORT -DPIC -o .libs/fits_sshort.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_ulong.lo fits_ulong.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_uint.c  -DDLL_EXPORT -DPIC -o .libs/fits_uint.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_ushort.lo fits_ushort.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcd.lo gcd.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcd_ui.lo gcd_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_ulong.c  -DDLL_EXPORT -DPIC -o .libs/fits_ulong.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o gcdext.lo gcdext.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_ushort.c  -DDLL_EXPORT -DPIC -o .libs/fits_ushort.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcd_ui.c  -DDLL_EXPORT -DPIC -o .libs/gcd_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcd.c  -DDLL_EXPORT -DPIC -o .libs/gcd.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d.lo get_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c gcdext.c  -DDLL_EXPORT -DPIC -o .libs/gcdext.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d_2exp.lo get_d_2exp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_si.lo get_si.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d.c  -DDLL_EXPORT -DPIC -o .libs/get_d.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_str.lo get_str.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d_2exp.c  -DDLL_EXPORT -DPIC -o .libs/get_d_2exp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_si.c  -DDLL_EXPORT -DPIC -o .libs/get_si.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_ui.lo get_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_str.c  -DDLL_EXPORT -DPIC -o .libs/get_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o getlimbn.lo getlimbn.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o hamdist.lo hamdist.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o import.lo import.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_ui.c  -DDLL_EXPORT -DPIC -o .libs/get_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c getlimbn.c  -DDLL_EXPORT -DPIC -o .libs/getlimbn.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c hamdist.c  -DDLL_EXPORT -DPIC -o .libs/hamdist.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o init.lo init.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o init2.lo init2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inits.lo inits.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c import.c  -DDLL_EXPORT -DPIC -o .libs/import.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c init.c  -DDLL_EXPORT -DPIC -o .libs/init.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inp_raw.lo inp_raw.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c init2.c  -DDLL_EXPORT -DPIC -o .libs/init2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inits.c  -DDLL_EXPORT -DPIC -o .libs/inits.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inp_str.lo inp_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o invert.lo invert.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ior.lo ior.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inp_raw.c  -DDLL_EXPORT -DPIC -o .libs/inp_raw.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset.lo iset.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inp_str.c  -DDLL_EXPORT -DPIC -o .libs/inp_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ior.c  -DDLL_EXPORT -DPIC -o .libs/ior.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c invert.c  -DDLL_EXPORT -DPIC -o .libs/invert.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_d.lo iset_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_si.lo iset_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_str.lo iset_str.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset.c  -DDLL_EXPORT -DPIC -o .libs/iset.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_d.c  -DDLL_EXPORT -DPIC -o .libs/iset_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_si.c  -DDLL_EXPORT -DPIC -o .libs/iset_si.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_ui.lo iset_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_str.c  -DDLL_EXPORT -DPIC -o .libs/iset_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o jacobi.lo jacobi.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o kronsz.lo kronsz.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o kronuz.lo kronuz.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_ui.c  -DDLL_EXPORT -DPIC -o .libs/iset_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o kronzs.lo kronzs.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c jacobi.c  -DDLL_EXPORT -DPIC -o .libs/jacobi.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c kronsz.c  -DDLL_EXPORT -DPIC -o .libs/kronsz.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c kronuz.c  -DDLL_EXPORT -DPIC -o .libs/kronuz.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o kronzu.lo kronzu.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o lcm.lo lcm.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c kronzs.c  -DDLL_EXPORT -DPIC -o .libs/kronzs.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o lcm_ui.lo lcm_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c lcm.c  -DDLL_EXPORT -DPIC -o .libs/lcm.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c kronzu.c  -DDLL_EXPORT -DPIC -o .libs/kronzu.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o lucnum_ui.lo lucnum_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c lcm_ui.c  -DDLL_EXPORT -DPIC -o .libs/lcm_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o lucnum2_ui.lo lucnum2_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mfac_uiui.lo mfac_uiui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o millerrabin.lo millerrabin.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c lucnum_ui.c  -DDLL_EXPORT -DPIC -o .libs/lucnum_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c lucnum2_ui.c  -DDLL_EXPORT -DPIC -o .libs/lucnum2_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c millerrabin.c  -DDLL_EXPORT -DPIC -o .libs/millerrabin.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mod.lo mod.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mfac_uiui.c  -DDLL_EXPORT -DPIC -o .libs/mfac_uiui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul.lo mul.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_2exp.lo mul_2exp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_si.lo mul_si.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mod.c  -DDLL_EXPORT -DPIC -o .libs/mod.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_si.c  -DDLL_EXPORT -DPIC -o .libs/mul_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul.c  -DDLL_EXPORT -DPIC -o .libs/mul.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_2exp.c  -DDLL_EXPORT -DPIC -o .libs/mul_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_ui.lo mul_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o n_pow_ui.lo n_pow_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o neg.lo neg.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o nextprime.lo nextprime.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_ui.c  -DDLL_EXPORT -DPIC -o .libs/mul_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c n_pow_ui.c  -DDLL_EXPORT -DPIC -o .libs/n_pow_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c neg.c  -DDLL_EXPORT -DPIC -o .libs/neg.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c nextprime.c  -DDLL_EXPORT -DPIC -o .libs/nextprime.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o oddfac_1.lo oddfac_1.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o out_raw.lo out_raw.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o out_str.lo out_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o perfpow.lo perfpow.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c out_raw.c  -DDLL_EXPORT -DPIC -o .libs/out_raw.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c oddfac_1.c  -DDLL_EXPORT -DPIC -o .libs/oddfac_1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c out_str.c  -DDLL_EXPORT -DPIC -o .libs/out_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c perfpow.c  -DDLL_EXPORT -DPIC -o .libs/perfpow.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o perfsqr.lo perfsqr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o popcount.lo popcount.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pow_ui.lo pow_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powm.lo powm.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c perfsqr.c  -DDLL_EXPORT -DPIC -o .libs/perfsqr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c popcount.c  -DDLL_EXPORT -DPIC -o .libs/popcount.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pow_ui.c  -DDLL_EXPORT -DPIC -o .libs/pow_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powm.c  -DDLL_EXPORT -DPIC -o .libs/powm.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powm_sec.lo powm_sec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o powm_ui.lo powm_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pprime_p.lo pprime_p.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o prodlimbs.lo prodlimbs.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powm_sec.c  -DDLL_EXPORT -DPIC -o .libs/powm_sec.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c powm_ui.c  -DDLL_EXPORT -DPIC -o .libs/powm_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pprime_p.c  -DDLL_EXPORT -DPIC -o .libs/pprime_p.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o primorial_ui.lo primorial_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c prodlimbs.c  -DDLL_EXPORT -DPIC -o .libs/prodlimbs.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o random.lo random.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o random2.lo random2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o realloc.lo realloc.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c primorial_ui.c  -DDLL_EXPORT -DPIC -o .libs/primorial_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c random.c  -DDLL_EXPORT -DPIC -o .libs/random.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o realloc2.lo realloc2.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c random2.c  -DDLL_EXPORT -DPIC -o .libs/random2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c realloc.c  -DDLL_EXPORT -DPIC -o .libs/realloc.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o remove.lo remove.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o root.lo root.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c realloc2.c  -DDLL_EXPORT -DPIC -o .libs/realloc2.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o rootrem.lo rootrem.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c remove.c  -DDLL_EXPORT -DPIC -o .libs/remove.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o rrandomb.lo rrandomb.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o scan0.lo scan0.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c rootrem.c  -DDLL_EXPORT -DPIC -o .libs/rootrem.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c root.c  -DDLL_EXPORT -DPIC -o .libs/root.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c rrandomb.c  -DDLL_EXPORT -DPIC -o .libs/rrandomb.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o scan1.lo scan1.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c scan0.c  -DDLL_EXPORT -DPIC -o .libs/scan0.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set.lo set.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_d.lo set_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_f.lo set_f.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c scan1.c  -DDLL_EXPORT -DPIC -o .libs/scan1.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set.c  -DDLL_EXPORT -DPIC -o .libs/set.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_d.c  -DDLL_EXPORT -DPIC -o .libs/set_d.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_q.lo set_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_f.c  -DDLL_EXPORT -DPIC -o .libs/set_f.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_si.lo set_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_str.lo set_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_ui.lo set_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_q.c  -DDLL_EXPORT -DPIC -o .libs/set_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_si.c  -DDLL_EXPORT -DPIC -o .libs/set_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_str.c  -DDLL_EXPORT -DPIC -o .libs/set_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o setbit.lo setbit.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o size.lo size.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_ui.c  -DDLL_EXPORT -DPIC -o .libs/set_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sizeinbase.lo sizeinbase.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c setbit.c  -DDLL_EXPORT -DPIC -o .libs/setbit.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrt.lo sqrt.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c size.c  -DDLL_EXPORT -DPIC -o .libs/size.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sizeinbase.c  -DDLL_EXPORT -DPIC -o .libs/sizeinbase.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrtrem.lo sqrtrem.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub.lo sub.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrt.c  -DDLL_EXPORT -DPIC -o .libs/sqrt.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_ui.lo sub_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o swap.lo swap.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrtrem.c  -DDLL_EXPORT -DPIC -o .libs/sqrtrem.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub.c  -DDLL_EXPORT -DPIC -o .libs/sub.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_ui.c  -DDLL_EXPORT -DPIC -o .libs/sub_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_ui.lo tdiv_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_q.lo tdiv_q.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c swap.c  -DDLL_EXPORT -DPIC -o .libs/swap.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_q_2exp.lo tdiv_q_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_ui.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_q_ui.lo tdiv_q_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_q.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_q.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_q_2exp.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_q_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_qr.lo tdiv_qr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_qr_ui.lo tdiv_qr_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_q_ui.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_q_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_r.lo tdiv_r.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_r_2exp.lo tdiv_r_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_qr.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_qr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_r.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_r.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_qr_ui.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_qr_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_r_2exp.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_r_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tdiv_r_ui.lo tdiv_r_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tstbit.lo tstbit.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ui_pow_ui.lo ui_pow_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ui_sub.lo ui_sub.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ui_pow_ui.c  -DDLL_EXPORT -DPIC -o .libs/ui_pow_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tdiv_r_ui.c  -DDLL_EXPORT -DPIC -o .libs/tdiv_r_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tstbit.c  -DDLL_EXPORT -DPIC -o .libs/tstbit.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ui_sub.c  -DDLL_EXPORT -DPIC -o .libs/ui_sub.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o urandomb.lo urandomb.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o urandomm.lo urandomm.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o xor.lo xor.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c urandomb.c  -DDLL_EXPORT -DPIC -o .libs/urandomb.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c xor.c  -DDLL_EXPORT -DPIC -o .libs/xor.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c urandomm.c  -DDLL_EXPORT -DPIC -o .libs/urandomm.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libmpz.la  2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo
libtool: link: /usr/bin/ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/add.o .libs/add_ui.o .libs/abs.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/and.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/divexact.o .libs/divegcd.o .libs/dive_ui.o .libs/divis.o .libs/divis_ui.o .libs/divis_2exp.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib_ui.o .libs/fib2_ui.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/lucnum_ui.o .libs/lucnum2_ui.o .libs/mfac_uiui.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/nextprime.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_sec.o .libs/powm_ui.o .libs/pprime_p.o .libs/prodlimbs.o .libs/primorial_ui.o .libs/random.o .libs/random2.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_ui.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o
libtool: link: ranlib .libs/libmpz.a
libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpz'
Making all in mpq
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpq'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o abs.lo abs.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o aors.lo aors.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o canonicalize.lo canonicalize.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clear.lo clear.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c canonicalize.c  -DDLL_EXPORT -DPIC -o .libs/canonicalize.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clear.c  -DDLL_EXPORT -DPIC -o .libs/clear.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c abs.c  -DDLL_EXPORT -DPIC -o .libs/abs.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c aors.c  -DDLL_EXPORT -DPIC -o .libs/aors.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clears.lo clears.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp.lo cmp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_si.lo cmp_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clears.c  -DDLL_EXPORT -DPIC -o .libs/clears.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_si.c  -DDLL_EXPORT -DPIC -o .libs/cmp_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp.c  -DDLL_EXPORT -DPIC -o .libs/cmp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_ui.c  -DDLL_EXPORT -DPIC -o .libs/cmp_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div.lo div.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o equal.lo equal.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d.lo get_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_den.lo get_den.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div.c  -DDLL_EXPORT -DPIC -o .libs/div.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c equal.c  -DDLL_EXPORT -DPIC -o .libs/equal.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_den.c  -DDLL_EXPORT -DPIC -o .libs/get_den.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d.c  -DDLL_EXPORT -DPIC -o .libs/get_d.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_num.lo get_num.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_str.lo get_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o init.lo init.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inits.lo inits.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_num.c  -DDLL_EXPORT -DPIC -o .libs/get_num.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c init.c  -DDLL_EXPORT -DPIC -o .libs/init.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_str.c  -DDLL_EXPORT -DPIC -o .libs/get_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inp_str.lo inp_str.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inits.c  -DDLL_EXPORT -DPIC -o .libs/inits.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inv.lo inv.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o md_2exp.lo md_2exp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul.lo mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inp_str.c  -DDLL_EXPORT -DPIC -o .libs/inp_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c md_2exp.c  -DDLL_EXPORT -DPIC -o .libs/md_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o neg.lo neg.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inv.c  -DDLL_EXPORT -DPIC -o .libs/inv.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul.c  -DDLL_EXPORT -DPIC -o .libs/mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o out_str.lo out_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set.lo set.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_den.lo set_den.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c neg.c  -DDLL_EXPORT -DPIC -o .libs/neg.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c out_str.c  -DDLL_EXPORT -DPIC -o .libs/out_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set.c  -DDLL_EXPORT -DPIC -o .libs/set.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_num.lo set_num.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_den.c  -DDLL_EXPORT -DPIC -o .libs/set_den.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_si.lo set_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_str.lo set_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_ui.lo set_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_num.c  -DDLL_EXPORT -DPIC -o .libs/set_num.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_str.c  -DDLL_EXPORT -DPIC -o .libs/set_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_ui.c  -DDLL_EXPORT -DPIC -o .libs/set_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_z.lo set_z.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_si.c  -DDLL_EXPORT -DPIC -o .libs/set_si.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_d.lo set_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_f.lo set_f.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o swap.lo swap.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_z.c  -DDLL_EXPORT -DPIC -o .libs/set_z.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_d.c  -DDLL_EXPORT -DPIC -o .libs/set_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_f.c  -DDLL_EXPORT -DPIC -o .libs/set_f.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c swap.c  -DDLL_EXPORT -DPIC -o .libs/swap.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libmpq.la  abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo
libtool: link: /usr/bin/ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_den.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/set_d.o .libs/set_f.o .libs/swap.o
libtool: link: ranlib .libs/libmpq.a
libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpq'
Making all in mpf
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpf'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o init.lo init.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o init2.lo init2.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inits.lo inits.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set.lo set.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c init.c  -DDLL_EXPORT -DPIC -o .libs/init.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c init2.c  -DDLL_EXPORT -DPIC -o .libs/init2.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inits.c  -DDLL_EXPORT -DPIC -o .libs/inits.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set.c  -DDLL_EXPORT -DPIC -o .libs/set.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_ui.lo set_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_si.lo set_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_str.lo set_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_d.lo set_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_ui.c  -DDLL_EXPORT -DPIC -o .libs/set_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_si.c  -DDLL_EXPORT -DPIC -o .libs/set_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_d.c  -DDLL_EXPORT -DPIC -o .libs/set_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_str.c  -DDLL_EXPORT -DPIC -o .libs/set_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_z.lo set_z.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_q.lo set_q.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset.lo iset.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_ui.lo iset_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_z.c  -DDLL_EXPORT -DPIC -o .libs/set_z.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_ui.c  -DDLL_EXPORT -DPIC -o .libs/iset_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset.c  -DDLL_EXPORT -DPIC -o .libs/iset.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_q.c  -DDLL_EXPORT -DPIC -o .libs/set_q.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_si.lo iset_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_str.lo iset_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o iset_d.lo iset_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clear.lo clear.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_si.c  -DDLL_EXPORT -DPIC -o .libs/iset_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_d.c  -DDLL_EXPORT -DPIC -o .libs/iset_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c iset_str.c  -DDLL_EXPORT -DPIC -o .libs/iset_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clear.c  -DDLL_EXPORT -DPIC -o .libs/clear.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o clears.lo clears.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_str.lo get_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o dump.lo dump.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o size.lo size.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_str.c  -DDLL_EXPORT -DPIC -o .libs/get_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c clears.c  -DDLL_EXPORT -DPIC -o .libs/clears.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c dump.c  -DDLL_EXPORT -DPIC -o .libs/dump.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c size.c  -DDLL_EXPORT -DPIC -o .libs/size.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o eq.lo eq.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o reldiff.lo reldiff.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrt.lo sqrt.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o random2.lo random2.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c eq.c  -DDLL_EXPORT -DPIC -o .libs/eq.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c reldiff.c  -DDLL_EXPORT -DPIC -o .libs/reldiff.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrt.c  -DDLL_EXPORT -DPIC -o .libs/sqrt.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c random2.c  -DDLL_EXPORT -DPIC -o .libs/random2.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o inp_str.lo inp_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o out_str.lo out_str.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add.lo add.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o add_ui.lo add_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c inp_str.c  -DDLL_EXPORT -DPIC -o .libs/inp_str.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add_ui.c  -DDLL_EXPORT -DPIC -o .libs/add_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c add.c  -DDLL_EXPORT -DPIC -o .libs/add.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c out_str.c  -DDLL_EXPORT -DPIC -o .libs/out_str.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub.lo sub.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sub_ui.lo sub_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ui_sub.lo ui_sub.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul.lo mul.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub.c  -DDLL_EXPORT -DPIC -o .libs/sub.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ui_sub.c  -DDLL_EXPORT -DPIC -o .libs/ui_sub.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sub_ui.c  -DDLL_EXPORT -DPIC -o .libs/sub_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_ui.lo mul_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul.c  -DDLL_EXPORT -DPIC -o .libs/mul.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div.lo div.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_ui.lo div_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp.lo cmp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_ui.c  -DDLL_EXPORT -DPIC -o .libs/mul_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div.c  -DDLL_EXPORT -DPIC -o .libs/div.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_ui.c  -DDLL_EXPORT -DPIC -o .libs/div_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp.c  -DDLL_EXPORT -DPIC -o .libs/cmp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_d.lo cmp_d.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_si.lo cmp_si.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o cmp_ui.lo cmp_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mul_2exp.lo mul_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_d.c  -DDLL_EXPORT -DPIC -o .libs/cmp_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_si.c  -DDLL_EXPORT -DPIC -o .libs/cmp_si.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mul_2exp.c  -DDLL_EXPORT -DPIC -o .libs/mul_2exp.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o div_2exp.lo div_2exp.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c cmp_ui.c  -DDLL_EXPORT -DPIC -o .libs/cmp_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o abs.lo abs.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o neg.lo neg.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d.lo get_d.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c div_2exp.c  -DDLL_EXPORT -DPIC -o .libs/div_2exp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d.c  -DDLL_EXPORT -DPIC -o .libs/get_d.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c neg.c  -DDLL_EXPORT -DPIC -o .libs/neg.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c abs.c  -DDLL_EXPORT -DPIC -o .libs/abs.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_d_2exp.lo get_d_2exp.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_dfl_prec.lo set_dfl_prec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_prc.lo set_prc.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o set_prc_raw.lo set_prc_raw.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_d_2exp.c  -DDLL_EXPORT -DPIC -o .libs/get_d_2exp.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_prc.c  -DDLL_EXPORT -DPIC -o .libs/set_prc.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_prc_raw.c  -DDLL_EXPORT -DPIC -o .libs/set_prc_raw.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c set_dfl_prec.c  -DDLL_EXPORT -DPIC -o .libs/set_dfl_prec.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_dfl_prec.lo get_dfl_prec.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_prc.lo get_prc.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ui_div.lo ui_div.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sqrt_ui.lo sqrt_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_dfl_prec.c  -DDLL_EXPORT -DPIC -o .libs/get_dfl_prec.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ui_div.c  -DDLL_EXPORT -DPIC -o .libs/ui_div.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_prc.c  -DDLL_EXPORT -DPIC -o .libs/get_prc.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sqrt_ui.c  -DDLL_EXPORT -DPIC -o .libs/sqrt_ui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o pow_ui.lo pow_ui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o urandomb.lo urandomb.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o swap.lo swap.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_si.lo get_si.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c pow_ui.c  -DDLL_EXPORT -DPIC -o .libs/pow_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c urandomb.c  -DDLL_EXPORT -DPIC -o .libs/urandomb.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c swap.c  -DDLL_EXPORT -DPIC -o .libs/swap.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o get_ui.lo get_ui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_si.c  -DDLL_EXPORT -DPIC -o .libs/get_si.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o int_p.lo int_p.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o ceilfloor.lo ceilfloor.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o trunc.lo trunc.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c int_p.c  -DDLL_EXPORT -DPIC -o .libs/int_p.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c get_ui.c  -DDLL_EXPORT -DPIC -o .libs/get_ui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c ceilfloor.c  -DDLL_EXPORT -DPIC -o .libs/ceilfloor.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c trunc.c  -DDLL_EXPORT -DPIC -o .libs/trunc.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_sint.lo fits_sint.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_slong.lo fits_slong.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_sshort.lo fits_sshort.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_uint.lo fits_uint.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_sint.c  -DDLL_EXPORT -DPIC -o .libs/fits_sint.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_slong.c  -DDLL_EXPORT -DPIC -o .libs/fits_slong.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_sshort.c  -DDLL_EXPORT -DPIC -o .libs/fits_sshort.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_uint.c  -DDLL_EXPORT -DPIC -o .libs/fits_uint.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_ulong.lo fits_ulong.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fits_ushort.lo fits_ushort.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_ulong.c  -DDLL_EXPORT -DPIC -o .libs/fits_ulong.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fits_ushort.c  -DDLL_EXPORT -DPIC -o .libs/fits_ushort.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libmpf.la  init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo
libtool: link: /usr/bin/ar cq .libs/libmpf.a .libs/init.o .libs/init2.o .libs/inits.o .libs/set.o .libs/set_ui.o .libs/set_si.o .libs/set_str.o .libs/set_d.o .libs/set_z.o .libs/set_q.o .libs/iset.o .libs/iset_ui.o .libs/iset_si.o .libs/iset_str.o .libs/iset_d.o .libs/clear.o .libs/clears.o .libs/get_str.o .libs/dump.o .libs/size.o .libs/eq.o .libs/reldiff.o .libs/sqrt.o .libs/random2.o .libs/inp_str.o .libs/out_str.o .libs/add.o .libs/add_ui.o .libs/sub.o .libs/sub_ui.o .libs/ui_sub.o .libs/mul.o .libs/mul_ui.o .libs/div.o .libs/div_ui.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/mul_2exp.o .libs/div_2exp.o .libs/abs.o .libs/neg.o .libs/get_d.o .libs/get_d_2exp.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/ui_div.o .libs/sqrt_ui.o .libs/pow_ui.o .libs/urandomb.o .libs/swap.o .libs/get_si.o .libs/get_ui.o .libs/int_p.o .libs/ceilfloor.o .libs/trunc.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o
libtool: link: ranlib .libs/libmpf.a
libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/mpf'
Making all in printf
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/printf'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o asprintf.lo asprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o asprntffuns.lo asprntffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o doprnt.lo doprnt.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o doprntf.lo doprntf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c doprnt.c  -DDLL_EXPORT -DPIC -o .libs/doprnt.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c doprntf.c  -DDLL_EXPORT -DPIC -o .libs/doprntf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c asprntffuns.c  -DDLL_EXPORT -DPIC -o .libs/asprntffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c asprintf.c  -DDLL_EXPORT -DPIC -o .libs/asprintf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o doprnti.lo doprnti.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fprintf.lo fprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o obprintf.lo obprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o obvprintf.lo obvprintf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c doprnti.c  -DDLL_EXPORT -DPIC -o .libs/doprnti.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c obprintf.c  -DDLL_EXPORT -DPIC -o .libs/obprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c obvprintf.c  -DDLL_EXPORT -DPIC -o .libs/obvprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fprintf.c  -DDLL_EXPORT -DPIC -o .libs/fprintf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o obprntffuns.lo obprntffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o printf.lo printf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o printffuns.lo printffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o snprintf.lo snprintf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c obprntffuns.c  -DDLL_EXPORT -DPIC -o .libs/obprntffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c printf.c  -DDLL_EXPORT -DPIC -o .libs/printf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c snprintf.c  -DDLL_EXPORT -DPIC -o .libs/snprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c printffuns.c  -DDLL_EXPORT -DPIC -o .libs/printffuns.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o snprntffuns.lo snprntffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sprintf.lo sprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sprintffuns.lo sprintffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vasprintf.lo vasprintf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c snprntffuns.c  -DDLL_EXPORT -DPIC -o .libs/snprntffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sprintf.c  -DDLL_EXPORT -DPIC -o .libs/sprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sprintffuns.c  -DDLL_EXPORT -DPIC -o .libs/sprintffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vasprintf.c  -DDLL_EXPORT -DPIC -o .libs/vasprintf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vfprintf.lo vfprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vprintf.lo vprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vsnprintf.lo vsnprintf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vsprintf.lo vsprintf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vfprintf.c  -DDLL_EXPORT -DPIC -o .libs/vfprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vsnprintf.c  -DDLL_EXPORT -DPIC -o .libs/vsnprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vprintf.c  -DDLL_EXPORT -DPIC -o .libs/vprintf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vsprintf.c  -DDLL_EXPORT -DPIC -o .libs/vsprintf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o repl-vsnprintf.lo repl-vsnprintf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c repl-vsnprintf.c  -DDLL_EXPORT -DPIC -o .libs/repl-vsnprintf.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libprintf.la  asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo
libtool: link: /usr/bin/ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obvprintf.o .libs/obprntffuns.o .libs/printf.o .libs/printffuns.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/repl-vsnprintf.o
libtool: link: ranlib .libs/libprintf.a
libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/printf'
Making all in scanf
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/scanf'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o doscan.lo doscan.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fscanf.lo fscanf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o fscanffuns.lo fscanffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o scanf.lo scanf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fscanffuns.c  -DDLL_EXPORT -DPIC -o .libs/fscanffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c doscan.c  -DDLL_EXPORT -DPIC -o .libs/doscan.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c fscanf.c  -DDLL_EXPORT -DPIC -o .libs/fscanf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c scanf.c  -DDLL_EXPORT -DPIC -o .libs/scanf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sscanf.lo sscanf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o sscanffuns.lo sscanffuns.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vfscanf.lo vfscanf.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vscanf.lo vscanf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sscanf.c  -DDLL_EXPORT -DPIC -o .libs/sscanf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c sscanffuns.c  -DDLL_EXPORT -DPIC -o .libs/sscanffuns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vfscanf.c  -DDLL_EXPORT -DPIC -o .libs/vfscanf.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vscanf.c  -DDLL_EXPORT -DPIC -o .libs/vscanf.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o vsscanf.lo vsscanf.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c vsscanf.c  -DDLL_EXPORT -DPIC -o .libs/vsscanf.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libscanf.la  doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo
libtool: link: /usr/bin/ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o
libtool: link: ranlib .libs/libscanf.a
libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/scanf'
Making all in rand
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/rand'
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o rand.lo rand.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randclr.lo randclr.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randdef.lo randdef.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randiset.lo randiset.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c rand.c  -DDLL_EXPORT -DPIC -o .libs/rand.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randclr.c  -DDLL_EXPORT -DPIC -o .libs/randclr.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randdef.c  -DDLL_EXPORT -DPIC -o .libs/randdef.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randiset.c  -DDLL_EXPORT -DPIC -o .libs/randiset.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randlc2s.lo randlc2s.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randlc2x.lo randlc2x.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randmt.lo randmt.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randmts.lo randmts.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randlc2s.c  -DDLL_EXPORT -DPIC -o .libs/randlc2s.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randlc2x.c  -DDLL_EXPORT -DPIC -o .libs/randlc2x.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randmts.c  -DDLL_EXPORT -DPIC -o .libs/randmts.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randmt.c  -DDLL_EXPORT -DPIC -o .libs/randmt.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o rands.lo rands.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randsd.lo randsd.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randsdui.lo randsdui.c
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randbui.lo randbui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c rands.c  -DDLL_EXPORT -DPIC -o .libs/rands.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randsd.c  -DDLL_EXPORT -DPIC -o .libs/randsd.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randbui.c  -DDLL_EXPORT -DPIC -o .libs/randbui.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randsdui.c  -DDLL_EXPORT -DPIC -o .libs/randsdui.o
/bin/sh ../libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o randmui.lo randmui.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c randmui.c  -DDLL_EXPORT -DPIC -o .libs/randmui.o
/bin/sh ../libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o librandom.la  rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo
libtool: link: /usr/bin/ar cq .libs/librandom.a .libs/rand.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o
libtool: link: ranlib .libs/librandom.a
libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/rand'
Making all in cxx
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/cxx'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/cxx'
Making all in demos
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos'
Making all in calc
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/calc'
/usr/bin/make  all-am
make[5]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/calc'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/calc'
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/calc'
Making all in expr
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/expr'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos/expr'
make[4]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos'
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/demos'
Making all in tune
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tune'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/tune'
Making all in doc
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1/doc'
make[3]: Entering directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o assert.lo assert.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o compat.lo compat.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o errno.lo errno.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o extract-dbl.lo extract-dbl.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c assert.c  -DDLL_EXPORT -DPIC -o .libs/assert.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c errno.c  -DDLL_EXPORT -DPIC -o .libs/errno.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c extract-dbl.c  -DDLL_EXPORT -DPIC -o .libs/extract-dbl.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c compat.c  -DDLL_EXPORT -DPIC -o .libs/compat.o
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o invalid.lo invalid.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o memory.lo memory.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_bpl.lo mp_bpl.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_clz_tab.lo mp_clz_tab.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c invalid.c  -DDLL_EXPORT -DPIC -o .libs/invalid.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_bpl.c  -DDLL_EXPORT -DPIC -o .libs/mp_bpl.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c memory.c  -DDLL_EXPORT -DPIC -o .libs/memory.o
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_dv_tab.lo mp_dv_tab.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_clz_tab.c  -DDLL_EXPORT -DPIC -o .libs/mp_clz_tab.o
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_minv_tab.lo mp_minv_tab.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_get_fns.lo mp_get_fns.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o mp_set_fns.lo mp_set_fns.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_dv_tab.c  -DDLL_EXPORT -DPIC -o .libs/mp_dv_tab.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_minv_tab.c  -DDLL_EXPORT -DPIC -o .libs/mp_minv_tab.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_get_fns.c  -DDLL_EXPORT -DPIC -o .libs/mp_get_fns.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c mp_set_fns.c  -DDLL_EXPORT -DPIC -o .libs/mp_set_fns.o
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o version.lo version.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o nextprime.lo nextprime.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o primesieve.lo primesieve.c
/bin/sh ./libtool --tag=CC   --mode=compile /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP  -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c -o tal-reent.lo tal-reent.c
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c version.c  -DDLL_EXPORT -DPIC -o .libs/version.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c primesieve.c  -DDLL_EXPORT -DPIC -o .libs/primesieve.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c nextprime.c  -DDLL_EXPORT -DPIC -o .libs/nextprime.o
libtool: compile:  /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -c tal-reent.c  -DDLL_EXPORT -DPIC -o .libs/tal-reent.o
/bin/sh ./libtool --tag=CC   --mode=link /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99  -O2 -I/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/include -no-undefined -Wl,--export-all-symbols -Wl,--output-def,.libs/libgmp-3.dll.def -version-info 11:1:1 -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -Wl,-rpath,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib -o libgmp.la -rpath /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo  mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/sb_div_qr_sec.lo mpn/sb_div_r_sec.lo mpn/sbpi1_div_qr_sec.lo mpn/sbpi1_div_r_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/tabselect.lo mpn/comb_tables.lo mpn/umul.lo mpn/udiv.lo mpn/add_n_sub_n.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo  scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo
libtool: link: /home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/bin/ccache /usr/bin/gcc -std=gnu99 -shared .libs/libgmp.la.lnkscript  -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/lib -L/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib  -O2 -Wl,--export-all-symbols -Wl,--output-def -Wl,.libs/libgmp-3.dll.def -Wl,-rpath -Wl,/home/CLi/develop/buildroot/buildroot-2013.05/output/host/usr/lib   -o .libs/libgmp-10.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgmp-10.dll
libtool: link: rm -f .libs/libgmp.la.lnkscript
libtool: link: (cd ".libs" && rm -f "libgmp.lib" && ln -s "libgmp-10.dll" "libgmp.lib")
libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" )
make[3]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'
make[2]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'
make[1]: Leaving directory `/home/CLi/develop/buildroot/buildroot-2013.05/output/build/host-gmp-5.1.1'

【总结】

转载请注明:在路上 » 【记录】cygwin下编译buildroot的编译log输出记录:gmp的编译的log输出

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
83 queries in 0.181 seconds, using 23.30MB memory