ltib
[Top][All Lists]
Advanced

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

Re: [Ltib] [ltib-users] Compile Speex error


From: Stuart Hughes
Subject: Re: [Ltib] [ltib-users] Compile Speex error
Date: Thu, 11 Mar 2010 11:06:39 +0000
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Fabio,

You should not need to do this.  Please report this as an error to the
vendor to fix.

Regards, Stuart

Fabio Montemaggiore wrote:
> I resolved error.
> 
> I uninstall from Debian the ogg library and the compile is ok.
> 
> Thanks
> 
> Il 11/03/2010 11:21, Fabio Montemaggiore ha scritto:
>> This is my spec file:
>>
>> %define pfx /opt/freescale/rootfs/%{_target_cpu}
>>
>> Summary         : Some simple but meaningful text
>> Name            : speex
>> Version         : 1.2rc1
>> Release         : z
>> License         : xxxx
>> Vendor          : Freescale
>> Packager        : xxxx
>> Group           : xxxx
>> URL             : http://xxxx
>> Source          : %{name}-%{version}.tar.gz
>> BuildRoot       : %{_tmppath}/%{name}
>> Prefix          : %{pfx}
>>
>> %Description
>> %{summary}
>>
>> %Prep
>> %setup
>>
>> %Build
>> ./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
>> make
>>
>> %Install
>> rm -rf $RPM_BUILD_ROOT
>> make install DESTDIR=$RPM_BUILD_ROOT/%{pfx}
>>
>> %Clean
>> rm -rf $RPM_BUILD_ROOT
>>
>> %Files
>> %defattr(-,root,root)
>> %{pfx}/*
>>
>> Il 11/03/2010 10:56, Rogério de Souza Moraes ha scritto:
>>> Hi Fabio,
>>>
>>> this error is due to the spec take the library from your host and not
>>> from Ltib libraries. As Stuart said, try to delete the static library
>>> files that points to your host.
>>>
>>> Regards,
>>>
>>> Rogerio
>>>
>>> 2010/3/11 Stuart Hughes <address@hidden <mailto:address@hidden>>
>>>
>>>     Hi Fabio,
>>>
>>>     That package is not in the public Savannah CVS, so you'll need
>>>     help from
>>>     the vendor (Freescale?).
>>>
>>>     It looks like they have an error in the .spec file that is
>>>     causing it to
>>>      user /usr in it's header/library paths.  Maybe related to
>>>     libtool .la
>>>     files.
>>>
>>>     Regards, Stuart
>>>
>>>     Fabio Montemaggiore wrote:
>>>     > Hello,
>>>     > when I compile Speex, in the LTIB for my i.mx27 pdk, generate
>>>     this error:
>>>     > /usr/lib/libogg.so: could not read symbols: file in wrong format
>>>     >
>>>     > I use debian, and Speex I dowload from
>>>     http://www.speex.org/downloads/
>>>     >
>>>     > How can I doing?
>>>     >
>>>     > Thanks
>>>     >
>>>     > Log:
>>>     >
>>>     >
>>>     > Processing: speex
>>>     > ===================
>>>     > Build path taken because: directory build, build key set, no
>>>     prebuilt rpm,
>>>     >
>>>     > rpmbuild --dbpath /home/fabio/ltib/rootfs//var/lib/rpm --target arm
>>>     > --define '_unpackaged_files_terminate_build 0' --define
>>>     '_target_cpu
>>>     > arm' --define '__strip strip' --define '_topdir
>>>     /home/fabio/ltib/rpm'
>>>     > --define '_prefix /usr' --define '_tmppath /home/fabio/ltib/tmp'
>>>     > --define '_rpmdir /home/fabio/ltib/rpm/RPMS'  --define '_mandir
>>>     > /usr/share/man' --define '_sysconfdir /etc' --define
>>>     '_localstatedir
>>>     > /var' -bc --short-circuit
>>>      /home/fabio/ltib/dist/lfs-5.1/speex/speex.spec
>>>     > Building target platforms: arm
>>>     > Building for target arm
>>>     > Executing(%build): /bin/sh -e /home/fabio/ltib/tmp/rpm-tmp.91524
>>>     > + umask 022
>>>     > + cd /home/fabio/ltib/rpm/BUILD
>>>     > + cd speex-1.2rc1
>>>     > + ./configure --prefix=/usr --host=arm-linux
>>>     --build=i686-pc-linux-gnu
>>>     > checking for a BSD-compatible install... /usr/bin/install -c
>>>     > checking whether build environment is sane... yes
>>>     > checking for gawk... no
>>>     > checking for mawk... mawk
>>>     > checking whether make sets $(MAKE)... yes
>>>     > checking for arm-linux-strip... no
>>>     > checking for strip... strip
>>>     > configure: WARNING: In the future, Autoconf will not detect
>>>     cross-tools
>>>     > whose name does not start with the host triplet.  If you think this
>>>     > configuration is useful to you, please write to
>>>     address@hidden <mailto:address@hidden>.
>>>     > checking whether to enable maintainer-specific portions of
>>>     Makefiles... no
>>>     > checking build system type... i686-pc-linux-gnu
>>>     > checking host system type... arm-unknown-linux-gnu
>>>     > checking for style of include used by make... GNU
>>>     > checking for arm-linux-gcc... gcc
>>>     > checking for C compiler default output file name... a.out
>>>     > checking whether the C compiler works... yes
>>>     > checking whether we are cross compiling... yes
>>>     > checking for suffix of executables...
>>>     > checking for suffix of object files... o
>>>     > checking whether we are using the GNU C compiler... yes
>>>     > checking whether gcc accepts -g... yes
>>>     > checking for gcc option to accept ISO C89... none needed
>>>     > checking dependency style of gcc... gcc3
>>>     > checking for a sed that does not truncate output... /bin/sed
>>>     > checking for grep that handles long lines and -e... /bin/grep
>>>     > checking for egrep... /bin/grep -E
>>>     > checking for ld used by gcc... ld
>>>     > checking if the linker (ld) is GNU ld... yes
>>>     > checking for ld option to reload object files... -r
>>>     > checking for BSD-compatible nm... nm
>>>     > checking whether ln -s works... yes
>>>     > checking how to recognize dependent libraries... pass_all
>>>     > checking how to run the C preprocessor... gcc -E
>>>     > checking for ANSI C header files... yes
>>>     > checking for sys/types.h... yes
>>>     > checking for sys/stat.h... yes
>>>     > checking for stdlib.h... yes
>>>     > checking for string.h... yes
>>>     > checking for memory.h... yes
>>>     > checking for strings.h... yes
>>>     > checking for inttypes.h... yes
>>>     > checking for stdint.h... yes
>>>     > checking for unistd.h... yes
>>>     > checking dlfcn.h usability... yes
>>>     > checking dlfcn.h presence... yes
>>>     > checking for dlfcn.h... yes
>>>     > checking whether we are using the GNU C++ compiler... yes
>>>     > checking whether g++ accepts -g... yes
>>>     > checking dependency style of g++... gcc3
>>>     > checking how to run the C++ preprocessor... g++ -E
>>>     > checking for arm-linux-g77... no
>>>     > checking for arm-linux-xlf... no
>>>     > checking for arm-linux-f77... no
>>>     > checking for arm-linux-frt... no
>>>     > checking for arm-linux-pgf77... no
>>>     > checking for arm-linux-cf77... no
>>>     > checking for arm-linux-fort77... no
>>>     > checking for arm-linux-fl32... no
>>>     > checking for arm-linux-af77... no
>>>     > checking for arm-linux-xlf90... no
>>>     > checking for arm-linux-f90... no
>>>     > checking for arm-linux-pgf90... no
>>>     > checking for arm-linux-pghpf... no
>>>     > checking for arm-linux-epcf90... no
>>>     > checking for arm-linux-gfortran... no
>>>     > checking for arm-linux-g95... no
>>>     > checking for arm-linux-xlf95... no
>>>     > checking for arm-linux-f95... no
>>>     > checking for arm-linux-fort... no
>>>     > checking for arm-linux-ifort... no
>>>     > checking for arm-linux-ifc... no
>>>     > checking for arm-linux-efc... no
>>>     > checking for arm-linux-pgf95... no
>>>     > checking for arm-linux-lf95... no
>>>     > checking for arm-linux-ftn... no
>>>     > checking for g77... no
>>>     > checking for xlf... no
>>>     > checking for f77... no
>>>     > checking for frt... no
>>>     > checking for pgf77... no
>>>     > checking for cf77... no
>>>     > checking for fort77... no
>>>     > checking for fl32... no
>>>     > checking for af77... no
>>>     > checking for xlf90... no
>>>     > checking for f90... no
>>>     > checking for pgf90... no
>>>     > checking for pghpf... no
>>>     > checking for epcf90... no
>>>     > checking for gfortran... no
>>>     > checking for g95... no
>>>     > checking for xlf95... no
>>>     > checking for f95... no
>>>     > checking for fort... no
>>>     > checking for ifort... no
>>>     > checking for ifc... no
>>>     > checking for efc... no
>>>     > checking for pgf95... no
>>>     > checking for lf95... no
>>>     > checking for ftn... no
>>>     > checking whether we are using the GNU Fortran 77 compiler... no
>>>     > checking whether  accepts -g... no
>>>     > checking the maximum length of command line arguments... 98304
>>>     > checking command to parse nm output from gcc object... ok
>>>     > checking for objdir... .libs
>>>     > checking for arm-linux-ar... ar
>>>     > checking for arm-linux-ranlib... no
>>>     > checking for ranlib... ranlib
>>>     > checking for arm-linux-strip... strip
>>>     > checking if gcc supports -fno-rtti -fno-exceptions... no
>>>     > checking for gcc option to produce PIC... -fPIC
>>>     > checking if gcc PIC flag -fPIC works... yes
>>>     > checking if gcc static flag -static works... yes
>>>     > checking if gcc supports -c -o file.o... yes
>>>     > checking whether the gcc linker (ld) supports shared
>>>     libraries... yes
>>>     > checking whether -lc should be explicitly linked in... no
>>>     > checking dynamic linker characteristics... GNU/Linux ld.so
>>>     > checking how to hardcode library paths into programs... immediate
>>>     > checking whether stripping libraries is possible... yes
>>>     > checking if libtool supports shared libraries... yes
>>>     > checking whether to build shared libraries... yes
>>>     > checking whether to build static libraries... yes
>>>     > configure: creating libtool
>>>     > appending configuration tag "CXX" to libtool
>>>     > checking for ld used by g++... ld
>>>     > checking if the linker (ld) is GNU ld... yes
>>>     > checking whether the g++ linker (ld) supports shared
>>>     libraries... yes
>>>     > checking for g++ option to produce PIC... -fPIC
>>>     > checking if g++ PIC flag -fPIC works... yes
>>>     > checking if g++ static flag -static works... yes
>>>     > checking if g++ supports -c -o file.o... yes
>>>     > checking whether the g++ linker (ld) supports shared
>>>     libraries... yes
>>>     > checking dynamic linker characteristics... GNU/Linux ld.so
>>>     > (cached) (cached) checking how to hardcode library paths into
>>>     > programs... immediate
>>>     > appending configuration tag "F77" to libtool
>>>     > checking whether byte ordering is bigendian... no
>>>     > checking for an ANSI C-conforming const... yes
>>>     > checking for inline... inline
>>>     > checking for C/C++ restrict keyword... __restrict
>>>     > checking for C99 variable-size arrays... yes
>>>     > checking alloca.h usability... yes
>>>     > checking alloca.h presence... yes
>>>     > checking for alloca.h... yes
>>>     > checking getopt.h usability... yes
>>>     > checking getopt.h presence... yes
>>>     > checking for getopt.h... yes
>>>     > checking for alloca... yes
>>>     > checking for SSE in current arch/CFLAGS... no
>>>     > checking for ELF visibility... yes
>>>     > checking sys/soundcard.h usability... yes
>>>     > checking sys/soundcard.h presence... yes
>>>     > checking for sys/soundcard.h... yes
>>>     > checking sys/audioio.h usability... no
>>>     > checking sys/audioio.h presence... no
>>>     > checking for sys/audioio.h... no
>>>     > checking for Ogg... cross compiling; assumed OK...
>>>     > yes
>>>     > checking for sin in -lm... yes
>>>     > checking for getopt_long... yes
>>>     > checking for main in -lwinmm... no
>>>     > checking for arm-linux-pkg-config... no
>>>     > checking for pkg-config... /opt/ltib/usr/bin/pkg-config
>>>     > checking pkg-config is at least version 0.9.0... yes
>>>     > checking for short... yes
>>>     > checking size of short... 2
>>>     > checking for int... yes
>>>     > checking size of int... 4
>>>     > checking for long... yes
>>>     > checking size of long... 4
>>>     > configure: creating ./config.status
>>>     > config.status: creating Makefile
>>>     > config.status: creating libspeex/Makefile
>>>     > config.status: creating src/Makefile
>>>     > config.status: creating doc/Makefile
>>>     > config.status: creating Speex.spec
>>>     > config.status: creating include/Makefile
>>>     > config.status: creating include/speex/Makefile
>>>     > config.status: creating speex.pc
>>>     > config.status: creating speexdsp.pc
>>>     > config.status: creating win32/Makefile
>>>     > config.status: creating win32/libspeex/Makefile
>>>     > config.status: creating win32/speexenc/Makefile
>>>     > config.status: creating win32/speexdec/Makefile
>>>     > config.status: creating symbian/Makefile
>>>     > config.status: creating win32/VS2003/Makefile
>>>     > config.status: creating win32/VS2003/tests/Makefile
>>>     > config.status: creating win32/VS2003/libspeex/Makefile
>>>     > config.status: creating win32/VS2003/libspeexdsp/Makefile
>>>     > config.status: creating win32/VS2003/speexdec/Makefile
>>>     > config.status: creating win32/VS2003/speexenc/Makefile
>>>     > config.status: creating win32/VS2005/Makefile
>>>     > config.status: creating win32/VS2005/libspeex/Makefile
>>>     > config.status: creating win32/VS2005/speexdec/Makefile
>>>     > config.status: creating win32/VS2005/speexenc/Makefile
>>>     > config.status: creating win32/VS2005/libspeexdsp/Makefile
>>>     > config.status: creating win32/VS2005/tests/Makefile
>>>     > config.status: creating win32/VS2008/libspeexdsp/Makefile
>>>     > config.status: creating win32/VS2008/Makefile
>>>     > config.status: creating win32/VS2008/speexdec/Makefile
>>>     > config.status: creating win32/VS2008/tests/Makefile
>>>     > config.status: creating win32/VS2008/libspeex/Makefile
>>>     > config.status: creating win32/VS2008/speexenc/Makefile
>>>     > config.status: creating include/speex/speex_config_types.h
>>>     > config.status: creating ti/Makefile
>>>     > config.status: creating ti/speex_C54_test/Makefile
>>>     > config.status: creating ti/speex_C55_test/Makefile
>>>     > config.status: creating ti/speex_C64_test/Makefile
>>>     > config.status: creating config.h
>>>     > config.status: executing depfiles commands
>>>     > Type "make; make install" to compile and install Speex
>>>     > + make
>>>     > make  all-recursive
>>>     > make[1]: Entering directory
>>>     `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1'
>>>     > Making all in libspeex
>>>     > make[2]: Entering directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/libspeex'
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT cb_search.lo -MD -MP -MF
>>>     ".deps/cb_search.Tpo"
>>>     > -c -o cb_search.lo cb_search.c; \
>>>     >     then mv -f ".deps/cb_search.Tpo" ".deps/cb_search.Plo";
>>>     else rm -f
>>>     > ".deps/cb_search.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_10_32_table.lo -MD -MP -MF
>>>     > ".deps/exc_10_32_table.Tpo" -c -o exc_10_32_table.lo
>>>     exc_10_32_table.c; \
>>>     >     then mv -f ".deps/exc_10_32_table.Tpo"
>>>     ".deps/exc_10_32_table.Plo";
>>>     > else rm -f ".deps/exc_10_32_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_8_128_table.lo -MD -MP -MF
>>>     > ".deps/exc_8_128_table.Tpo" -c -o exc_8_128_table.lo
>>>     exc_8_128_table.c; \
>>>     >     then mv -f ".deps/exc_8_128_table.Tpo"
>>>     ".deps/exc_8_128_table.Plo";
>>>     > else rm -f ".deps/exc_8_128_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT filters.lo -MD -MP -MF
>>>     ".deps/filters.Tpo" -c -o
>>>     > filters.lo filters.c; \
>>>     >     then mv -f ".deps/filters.Tpo" ".deps/filters.Plo"; else rm -f
>>>     > ".deps/filters.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT gain_table.lo -MD -MP -MF
>>>     ".deps/gain_table.Tpo"
>>>     > -c -o gain_table.lo gain_table.c; \
>>>     >     then mv -f ".deps/gain_table.Tpo" ".deps/gain_table.Plo";
>>>     else rm -f
>>>     > ".deps/gain_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT hexc_table.lo -MD -MP -MF
>>>     ".deps/hexc_table.Tpo"
>>>     > -c -o hexc_table.lo hexc_table.c; \
>>>     >     then mv -f ".deps/hexc_table.Tpo" ".deps/hexc_table.Plo";
>>>     else rm -f
>>>     > ".deps/hexc_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT high_lsp_tables.lo -MD -MP -MF
>>>     > ".deps/high_lsp_tables.Tpo" -c -o high_lsp_tables.lo
>>>     high_lsp_tables.c; \
>>>     >     then mv -f ".deps/high_lsp_tables.Tpo"
>>>     ".deps/high_lsp_tables.Plo";
>>>     > else rm -f ".deps/high_lsp_tables.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT lsp.lo -MD -MP -MF ".deps/lsp.Tpo" -c
>>>     -o lsp.lo
>>>     > lsp.c; \
>>>     >     then mv -f ".deps/lsp.Tpo" ".deps/lsp.Plo"; else rm -f
>>>     > ".deps/lsp.Tpo"; exit 1; fi
>>>     > mkdir .libs
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_10_32_table.lo -MD -MP
>>>     > -MF .deps/exc_10_32_table.Tpo -c exc_10_32_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_10_32_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT cb_search.lo -MD
>>>     -MP -MF
>>>     > .deps/cb_search.Tpo -c cb_search.c  -fPIC -DPIC -o
>>>     .libs/cb_search.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_8_128_table.lo -MD -MP
>>>     > -MF .deps/exc_8_128_table.Tpo -c exc_8_128_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_8_128_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT gain_table.lo -MD
>>>     -MP -MF
>>>     > .deps/gain_table.Tpo -c gain_table.c  -fPIC -DPIC -o
>>>     .libs/gain_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT filters.lo -MD
>>>     -MP -MF
>>>     > .deps/filters.Tpo -c filters.c  -fPIC -DPIC -o .libs/filters.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT hexc_table.lo -MD
>>>     -MP -MF
>>>     > .deps/hexc_table.Tpo -c hexc_table.c  -fPIC -DPIC -o
>>>     .libs/hexc_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     high_lsp_tables.lo -MD -MP
>>>     > -MF .deps/high_lsp_tables.Tpo -c high_lsp_tables.c  -fPIC -DPIC -o
>>>     > .libs/high_lsp_tables.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_10_32_table.lo -MD -MP
>>>     > -MF .deps/exc_10_32_table.Tpo -c exc_10_32_table.c -o
>>>     exc_10_32_table.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_8_128_table.lo -MD -MP
>>>     > -MF .deps/exc_8_128_table.Tpo -c exc_8_128_table.c -o
>>>     exc_8_128_table.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lsp.lo -MD -MP -MF
>>>     > .deps/lsp.Tpo -c lsp.c  -fPIC -DPIC -o .libs/lsp.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT gain_table.lo -MD
>>>     -MP -MF
>>>     > .deps/gain_table.Tpo -c gain_table.c -o gain_table.o >/dev/null
>>>     2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT hexc_table.lo -MD
>>>     -MP -MF
>>>     > .deps/hexc_table.Tpo -c hexc_table.c -o hexc_table.o >/dev/null
>>>     2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     high_lsp_tables.lo -MD -MP
>>>     > -MF .deps/high_lsp_tables.Tpo -c high_lsp_tables.c -o
>>>     high_lsp_tables.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT filters.lo -MD
>>>     -MP -MF
>>>     > .deps/filters.Tpo -c filters.c -o filters.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT ltp.lo -MD -MP -MF ".deps/ltp.Tpo" -c
>>>     -o ltp.lo
>>>     > ltp.c; \
>>>     >     then mv -f ".deps/ltp.Tpo" ".deps/ltp.Plo"; else rm -f
>>>     > ".deps/ltp.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT cb_search.lo -MD
>>>     -MP -MF
>>>     > .deps/cb_search.Tpo -c cb_search.c -o cb_search.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT speex.lo -MD -MP -MF ".deps/speex.Tpo"
>>>     -c -o
>>>     > speex.lo speex.c; \
>>>     >     then mv -f ".deps/speex.Tpo" ".deps/speex.Plo"; else rm -f
>>>     > ".deps/speex.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT stereo.lo -MD -MP -MF
>>>     ".deps/stereo.Tpo" -c -o
>>>     > stereo.lo stereo.c; \
>>>     >     then mv -f ".deps/stereo.Tpo" ".deps/stereo.Plo"; else rm -f
>>>     > ".deps/stereo.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lsp.lo -MD -MP -MF
>>>     > .deps/lsp.Tpo -c lsp.c -o lsp.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT vbr.lo -MD -MP -MF ".deps/vbr.Tpo" -c
>>>     -o vbr.lo
>>>     > vbr.c; \
>>>     >     then mv -f ".deps/vbr.Tpo" ".deps/vbr.Plo"; else rm -f
>>>     > ".deps/vbr.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT vq.lo -MD -MP -MF ".deps/vq.Tpo" -c -o
>>>     vq.lo
>>>     > vq.c; \
>>>     >     then mv -f ".deps/vq.Tpo" ".deps/vq.Plo"; else rm -f
>>>     ".deps/vq.Tpo";
>>>     > exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT bits.lo -MD -MP -MF ".deps/bits.Tpo" -c -o
>>>     > bits.lo bits.c; \
>>>     >     then mv -f ".deps/bits.Tpo" ".deps/bits.Plo"; else rm -f
>>>     > ".deps/bits.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_10_16_table.lo -MD -MP -MF
>>>     > ".deps/exc_10_16_table.Tpo" -c -o exc_10_16_table.lo
>>>     exc_10_16_table.c; \
>>>     >     then mv -f ".deps/exc_10_16_table.Tpo"
>>>     ".deps/exc_10_16_table.Plo";
>>>     > else rm -f ".deps/exc_10_16_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_20_32_table.lo -MD -MP -MF
>>>     > ".deps/exc_20_32_table.Tpo" -c -o exc_20_32_table.lo
>>>     exc_20_32_table.c; \
>>>     >     then mv -f ".deps/exc_20_32_table.Tpo"
>>>     ".deps/exc_20_32_table.Plo";
>>>     > else rm -f ".deps/exc_20_32_table.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT ltp.lo -MD -MP -MF
>>>     > .deps/ltp.Tpo -c ltp.c  -fPIC -DPIC -o .libs/ltp.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT speex.lo -MD -MP -MF
>>>     > .deps/speex.Tpo -c speex.c  -fPIC -DPIC -o .libs/speex.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT stereo.lo -MD -MP -MF
>>>     > .deps/stereo.Tpo -c stereo.c  -fPIC -DPIC -o .libs/stereo.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT vbr.lo -MD -MP -MF
>>>     > .deps/vbr.Tpo -c vbr.c  -fPIC -DPIC -o .libs/vbr.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT vq.lo -MD -MP -MF
>>>     > .deps/vq.Tpo -c vq.c  -fPIC -DPIC -o .libs/vq.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT bits.lo -MD -MP -MF
>>>     > .deps/bits.Tpo -c bits.c  -fPIC -DPIC -o .libs/bits.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_10_16_table.lo -MD -MP
>>>     > -MF .deps/exc_10_16_table.Tpo -c exc_10_16_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_10_16_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT vbr.lo -MD -MP -MF
>>>     > .deps/vbr.Tpo -c vbr.c -o vbr.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT vq.lo -MD -MP -MF
>>>     > .deps/vq.Tpo -c vq.c -o vq.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_20_32_table.lo -MD -MP
>>>     > -MF .deps/exc_20_32_table.Tpo -c exc_20_32_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_20_32_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT ltp.lo -MD -MP -MF
>>>     > .deps/ltp.Tpo -c ltp.c -o ltp.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT speex.lo -MD -MP -MF
>>>     > .deps/speex.Tpo -c speex.c -o speex.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT stereo.lo -MD -MP -MF
>>>     > .deps/stereo.Tpo -c stereo.c -o stereo.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_10_16_table.lo -MD -MP
>>>     > -MF .deps/exc_10_16_table.Tpo -c exc_10_16_table.c -o
>>>     exc_10_16_table.o
>>>     >>/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_5_256_table.lo -MD -MP -MF
>>>     > ".deps/exc_5_256_table.Tpo" -c -o exc_5_256_table.lo
>>>     exc_5_256_table.c; \
>>>     >     then mv -f ".deps/exc_5_256_table.Tpo"
>>>     ".deps/exc_5_256_table.Plo";
>>>     > else rm -f ".deps/exc_5_256_table.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT exc_5_64_table.lo -MD -MP -MF
>>>     > ".deps/exc_5_64_table.Tpo" -c -o exc_5_64_table.lo
>>>     exc_5_64_table.c; \
>>>     >     then mv -f ".deps/exc_5_64_table.Tpo"
>>>     ".deps/exc_5_64_table.Plo";
>>>     > else rm -f ".deps/exc_5_64_table.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT bits.lo -MD -MP -MF
>>>     > .deps/bits.Tpo -c bits.c -o bits.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_20_32_table.lo -MD -MP
>>>     > -MF .deps/exc_20_32_table.Tpo -c exc_20_32_table.c -o
>>>     exc_20_32_table.o
>>>     >>/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT gain_table_lbr.lo -MD -MP -MF
>>>     > ".deps/gain_table_lbr.Tpo" -c -o gain_table_lbr.lo
>>>     gain_table_lbr.c; \
>>>     >     then mv -f ".deps/gain_table_lbr.Tpo"
>>>     ".deps/gain_table_lbr.Plo";
>>>     > else rm -f ".deps/gain_table_lbr.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT hexc_10_32_table.lo -MD -MP -MF
>>>     > ".deps/hexc_10_32_table.Tpo" -c -o hexc_10_32_table.lo
>>>     > hexc_10_32_table.c; \
>>>     >     then mv -f ".deps/hexc_10_32_table.Tpo"
>>>     > ".deps/hexc_10_32_table.Plo"; else rm -f
>>>     ".deps/hexc_10_32_table.Tpo";
>>>     > exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT lpc.lo -MD -MP -MF ".deps/lpc.Tpo" -c
>>>     -o lpc.lo
>>>     > lpc.c; \
>>>     >     then mv -f ".deps/lpc.Tpo" ".deps/lpc.Plo"; else rm -f
>>>     > ".deps/lpc.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT lsp_tables_nb.lo -MD -MP -MF
>>>     > ".deps/lsp_tables_nb.Tpo" -c -o lsp_tables_nb.lo lsp_tables_nb.c; \
>>>     >     then mv -f ".deps/lsp_tables_nb.Tpo"
>>>     ".deps/lsp_tables_nb.Plo"; else
>>>     > rm -f ".deps/lsp_tables_nb.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT modes.lo -MD -MP -MF ".deps/modes.Tpo"
>>>     -c -o
>>>     > modes.lo modes.c; \
>>>     >     then mv -f ".deps/modes.Tpo" ".deps/modes.Plo"; else rm -f
>>>     > ".deps/modes.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT modes_wb.lo -MD -MP -MF
>>>     ".deps/modes_wb.Tpo" -c
>>>     > -o modes_wb.lo modes_wb.c; \
>>>     >     then mv -f ".deps/modes_wb.Tpo" ".deps/modes_wb.Plo"; else
>>>     rm -f
>>>     > ".deps/modes_wb.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_5_256_table.lo -MD -MP
>>>     > -MF .deps/exc_5_256_table.Tpo -c exc_5_256_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_5_256_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT exc_5_64_table.lo
>>>     -MD -MP
>>>     > -MF .deps/exc_5_64_table.Tpo -c exc_5_64_table.c  -fPIC -DPIC -o
>>>     > .libs/exc_5_64_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     exc_5_256_table.lo -MD -MP
>>>     > -MF .deps/exc_5_256_table.Tpo -c exc_5_256_table.c -o
>>>     exc_5_256_table.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT gain_table_lbr.lo
>>>     -MD -MP
>>>     > -MF .deps/gain_table_lbr.Tpo -c gain_table_lbr.c  -fPIC -DPIC -o
>>>     > .libs/gain_table_lbr.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT exc_5_64_table.lo
>>>     -MD -MP
>>>     > -MF .deps/exc_5_64_table.Tpo -c exc_5_64_table.c -o
>>>     exc_5_64_table.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lpc.lo -MD -MP -MF
>>>     > .deps/lpc.Tpo -c lpc.c  -fPIC -DPIC -o .libs/lpc.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     hexc_10_32_table.lo -MD
>>>     > -MP -MF .deps/hexc_10_32_table.Tpo -c hexc_10_32_table.c  -fPIC
>>>     -DPIC -o
>>>     > .libs/hexc_10_32_table.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT modes.lo -MD -MP -MF
>>>     > .deps/modes.Tpo -c modes.c  -fPIC -DPIC -o .libs/modes.o
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT nb_celp.lo -MD -MP -MF
>>>     ".deps/nb_celp.Tpo" -c -o
>>>     > nb_celp.lo nb_celp.c; \
>>>     >     then mv -f ".deps/nb_celp.Tpo" ".deps/nb_celp.Plo"; else rm -f
>>>     > ".deps/nb_celp.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lsp_tables_nb.lo
>>>     -MD -MP
>>>     > -MF .deps/lsp_tables_nb.Tpo -c lsp_tables_nb.c  -fPIC -DPIC -o
>>>     > .libs/lsp_tables_nb.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT gain_table_lbr.lo
>>>     -MD -MP
>>>     > -MF .deps/gain_table_lbr.Tpo -c gain_table_lbr.c -o
>>>     gain_table_lbr.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT modes_wb.lo -MD
>>>     -MP -MF
>>>     > .deps/modes_wb.Tpo -c modes_wb.c  -fPIC -DPIC -o .libs/modes_wb.o
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT quant_lsp.lo -MD -MP -MF
>>>     ".deps/quant_lsp.Tpo"
>>>     > -c -o quant_lsp.lo quant_lsp.c; \
>>>     >     then mv -f ".deps/quant_lsp.Tpo" ".deps/quant_lsp.Plo";
>>>     else rm -f
>>>     > ".deps/quant_lsp.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lpc.lo -MD -MP -MF
>>>     > .deps/lpc.Tpo -c lpc.c -o lpc.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     hexc_10_32_table.lo -MD
>>>     > -MP -MF .deps/hexc_10_32_table.Tpo -c hexc_10_32_table.c -o
>>>     > hexc_10_32_table.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT lsp_tables_nb.lo
>>>     -MD -MP
>>>     > -MF .deps/lsp_tables_nb.Tpo -c lsp_tables_nb.c -o lsp_tables_nb.o
>>>     >>/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT sb_celp.lo -MD -MP -MF
>>>     ".deps/sb_celp.Tpo" -c -o
>>>     > sb_celp.lo sb_celp.c; \
>>>     >     then mv -f ".deps/sb_celp.Tpo" ".deps/sb_celp.Plo"; else rm -f
>>>     > ".deps/sb_celp.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT modes.lo -MD -MP -MF
>>>     > .deps/modes.Tpo -c modes.c -o modes.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT speex_callbacks.lo -MD -MP -MF
>>>     > ".deps/speex_callbacks.Tpo" -c -o speex_callbacks.lo
>>>     speex_callbacks.c; \
>>>     >     then mv -f ".deps/speex_callbacks.Tpo"
>>>     ".deps/speex_callbacks.Plo";
>>>     > else rm -f ".deps/speex_callbacks.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT speex_header.lo -MD -MP -MF
>>>     > ".deps/speex_header.Tpo" -c -o speex_header.lo speex_header.c; \
>>>     >     then mv -f ".deps/speex_header.Tpo"
>>>     ".deps/speex_header.Plo"; else
>>>     > rm -f ".deps/speex_header.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT window.lo -MD -MP -MF
>>>     ".deps/window.Tpo" -c -o
>>>     > window.lo window.c; \
>>>     >     then mv -f ".deps/window.Tpo" ".deps/window.Plo"; else rm -f
>>>     > ".deps/window.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT modes_wb.lo -MD
>>>     -MP -MF
>>>     > .deps/modes_wb.Tpo -c modes_wb.c -o modes_wb.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT preprocess.lo -MD -MP -MF
>>>     ".deps/preprocess.Tpo"
>>>     > -c -o preprocess.lo preprocess.c; \
>>>     >     then mv -f ".deps/preprocess.Tpo" ".deps/preprocess.Plo";
>>>     else rm -f
>>>     > ".deps/preprocess.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT jitter.lo -MD -MP -MF
>>>     ".deps/jitter.Tpo" -c -o
>>>     > jitter.lo jitter.c; \
>>>     >     then mv -f ".deps/jitter.Tpo" ".deps/jitter.Plo"; else rm -f
>>>     > ".deps/jitter.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT nb_celp.lo -MD
>>>     -MP -MF
>>>     > .deps/nb_celp.Tpo -c nb_celp.c  -fPIC -DPIC -o .libs/nb_celp.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT quant_lsp.lo -MD
>>>     -MP -MF
>>>     > .deps/quant_lsp.Tpo -c quant_lsp.c  -fPIC -DPIC -o
>>>     .libs/quant_lsp.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT sb_celp.lo -MD
>>>     -MP -MF
>>>     > .deps/sb_celp.Tpo -c sb_celp.c  -fPIC -DPIC -o .libs/sb_celp.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     speex_callbacks.lo -MD -MP
>>>     > -MF .deps/speex_callbacks.Tpo -c speex_callbacks.c  -fPIC -DPIC -o
>>>     > .libs/speex_callbacks.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT speex_header.lo
>>>     -MD -MP
>>>     > -MF .deps/speex_header.Tpo -c speex_header.c  -fPIC -DPIC -o
>>>     > .libs/speex_header.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT window.lo -MD -MP -MF
>>>     > .deps/window.Tpo -c window.c  -fPIC -DPIC -o .libs/window.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT preprocess.lo -MD
>>>     -MP -MF
>>>     > .deps/preprocess.Tpo -c preprocess.c  -fPIC -DPIC -o
>>>     .libs/preprocess.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT nb_celp.lo -MD
>>>     -MP -MF
>>>     > .deps/nb_celp.Tpo -c nb_celp.c -o nb_celp.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT quant_lsp.lo -MD
>>>     -MP -MF
>>>     > .deps/quant_lsp.Tpo -c quant_lsp.c -o quant_lsp.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT window.lo -MD -MP -MF
>>>     > .deps/window.Tpo -c window.c -o window.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT sb_celp.lo -MD
>>>     -MP -MF
>>>     > .deps/sb_celp.Tpo -c sb_celp.c -o sb_celp.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT speex_header.lo
>>>     -MD -MP
>>>     > -MF .deps/speex_header.Tpo -c speex_header.c -o speex_header.o
>>>     >>/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT
>>>     speex_callbacks.lo -MD -MP
>>>     > -MF .deps/speex_callbacks.Tpo -c speex_callbacks.c -o
>>>     speex_callbacks.o
>>>     >>/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT mdf.lo -MD -MP -MF ".deps/mdf.Tpo" -c
>>>     -o mdf.lo
>>>     > mdf.c; \
>>>     >     then mv -f ".deps/mdf.Tpo" ".deps/mdf.Plo"; else rm -f
>>>     > ".deps/mdf.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT preprocess.lo -MD
>>>     -MP -MF
>>>     > .deps/preprocess.Tpo -c preprocess.c -o preprocess.o >/dev/null
>>>     2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT fftwrap.lo -MD -MP -MF
>>>     ".deps/fftwrap.Tpo" -c -o
>>>     > fftwrap.lo fftwrap.c; \
>>>     >     then mv -f ".deps/fftwrap.Tpo" ".deps/fftwrap.Plo"; else rm -f
>>>     > ".deps/fftwrap.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT jitter.lo -MD -MP -MF
>>>     > .deps/jitter.Tpo -c jitter.c  -fPIC -DPIC -o .libs/jitter.o
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT filterbank.lo -MD -MP -MF
>>>     ".deps/filterbank.Tpo"
>>>     > -c -o filterbank.lo filterbank.c; \
>>>     >     then mv -f ".deps/filterbank.Tpo" ".deps/filterbank.Plo";
>>>     else rm -f
>>>     > ".deps/filterbank.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT resample.lo -MD -MP -MF
>>>     ".deps/resample.Tpo" -c
>>>     > -o resample.lo resample.c; \
>>>     >     then mv -f ".deps/resample.Tpo" ".deps/resample.Plo"; else
>>>     rm -f
>>>     > ".deps/resample.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT buffer.lo -MD -MP -MF
>>>     ".deps/buffer.Tpo" -c -o
>>>     > buffer.lo buffer.c; \
>>>     >     then mv -f ".deps/buffer.Tpo" ".deps/buffer.Plo"; else rm -f
>>>     > ".deps/buffer.Tpo"; exit 1; fi
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT scal.lo -MD -MP -MF ".deps/scal.Tpo" -c -o
>>>     > scal.lo scal.c; \
>>>     >     then mv -f ".deps/scal.Tpo" ".deps/scal.Plo"; else rm -f
>>>     > ".deps/scal.Tpo"; exit 1; fi
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT jitter.lo -MD -MP -MF
>>>     > .deps/jitter.Tpo -c jitter.c -o jitter.o >/dev/null 2>&1
>>>     > if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I.
>>>     -I. -I..
>>>     > -I../include -I../include -I.. -I/usr/include     -g -O2
>>>     > -fvisibility=hidden -MT smallft.lo -MD -MP -MF
>>>     ".deps/smallft.Tpo" -c -o
>>>     > smallft.lo smallft.c; \
>>>     >     then mv -f ".deps/smallft.Tpo" ".deps/smallft.Plo"; else rm -f
>>>     > ".deps/smallft.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testenc.o -MD
>>>     -MP -MF
>>>     > ".deps/testenc.Tpo" -c -o testenc.o testenc.c; \
>>>     >     then mv -f ".deps/testenc.Tpo" ".deps/testenc.Po"; else rm -f
>>>     > ".deps/testenc.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testenc_wb.o
>>>     -MD -MP
>>>     > -MF ".deps/testenc_wb.Tpo" -c -o testenc_wb.o testenc_wb.c; \
>>>     >     then mv -f ".deps/testenc_wb.Tpo" ".deps/testenc_wb.Po";
>>>     else rm -f
>>>     > ".deps/testenc_wb.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testenc_uwb.o
>>>     -MD -MP
>>>     > -MF ".deps/testenc_uwb.Tpo" -c -o testenc_uwb.o testenc_uwb.c; \
>>>     >     then mv -f ".deps/testenc_uwb.Tpo" ".deps/testenc_uwb.Po";
>>>     else rm
>>>     > -f ".deps/testenc_uwb.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testdenoise.o
>>>     -MD -MP
>>>     > -MF ".deps/testdenoise.Tpo" -c -o testdenoise.o testdenoise.c; \
>>>     >     then mv -f ".deps/testdenoise.Tpo" ".deps/testdenoise.Po";
>>>     else rm
>>>     > -f ".deps/testdenoise.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testecho.o
>>>     -MD -MP -MF
>>>     > ".deps/testecho.Tpo" -c -o testecho.o testecho.c; \
>>>     >     then mv -f ".deps/testecho.Tpo" ".deps/testecho.Po"; else rm -f
>>>     > ".deps/testecho.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include     -g -O2 -fvisibility=hidden -MT testjitter.o
>>>     -MD -MP
>>>     > -MF ".deps/testjitter.Tpo" -c -o testjitter.o testjitter.c; \
>>>     >     then mv -f ".deps/testjitter.Tpo" ".deps/testjitter.Po";
>>>     else rm -f
>>>     > ".deps/testjitter.Tpo"; exit 1; fi
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > libspeex.la <http://libspeex.la> -rpath /usr/lib -no-undefined
>>>     -version-info 6:0:5
>>>     > cb_search.lo exc_10_32_table.lo exc_8_128_table.lo filters.lo
>>>     > gain_table.lo hexc_table.lo high_lsp_tables.lo lsp.lo ltp.lo
>>>     speex.lo
>>>     > stereo.lo vbr.lo vq.lo bits.lo exc_10_16_table.lo
>>>     exc_20_32_table.lo
>>>     > exc_5_256_table.lo exc_5_64_table.lo gain_table_lbr.lo
>>>     > hexc_10_32_table.lo lpc.lo lsp_tables_nb.lo modes.lo modes_wb.lo
>>>     > nb_celp.lo quant_lsp.lo sb_celp.lo speex_callbacks.lo
>>>     speex_header.lo
>>>     > window.lo  -lm
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT mdf.lo -MD -MP -MF
>>>     > .deps/mdf.Tpo -c mdf.c  -fPIC -DPIC -o .libs/mdf.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT fftwrap.lo -MD
>>>     -MP -MF
>>>     > .deps/fftwrap.Tpo -c fftwrap.c  -fPIC -DPIC -o .libs/fftwrap.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT filterbank.lo -MD
>>>     -MP -MF
>>>     > .deps/filterbank.Tpo -c filterbank.c  -fPIC -DPIC -o
>>>     .libs/filterbank.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT resample.lo -MD
>>>     -MP -MF
>>>     > .deps/resample.Tpo -c resample.c  -fPIC -DPIC -o .libs/resample.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT buffer.lo -MD -MP -MF
>>>     > .deps/buffer.Tpo -c buffer.c  -fPIC -DPIC -o .libs/buffer.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT scal.lo -MD -MP -MF
>>>     > .deps/scal.Tpo -c scal.c  -fPIC -DPIC -o .libs/scal.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT mdf.lo -MD -MP -MF
>>>     > .deps/mdf.Tpo -c mdf.c -o mdf.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT fftwrap.lo -MD
>>>     -MP -MF
>>>     > .deps/fftwrap.Tpo -c fftwrap.c -o fftwrap.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT smallft.lo -MD
>>>     -MP -MF
>>>     > .deps/smallft.Tpo -c smallft.c  -fPIC -DPIC -o .libs/smallft.o
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT filterbank.lo -MD
>>>     -MP -MF
>>>     > .deps/filterbank.Tpo -c filterbank.c -o filterbank.o >/dev/null
>>>     2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT resample.lo -MD
>>>     -MP -MF
>>>     > .deps/resample.Tpo -c resample.c -o resample.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT buffer.lo -MD -MP -MF
>>>     > .deps/buffer.Tpo -c buffer.c -o buffer.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT scal.lo -MD -MP -MF
>>>     > .deps/scal.Tpo -c scal.c -o scal.o >/dev/null 2>&1
>>>     >  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include -g -O2 -fvisibility=hidden -MT smallft.lo -MD
>>>     -MP -MF
>>>     > .deps/smallft.Tpo -c smallft.c -o smallft.o >/dev/null 2>&1
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > libspeexdsp.la <http://libspeexdsp.la> -rpath /usr/lib
>>>     -no-undefined -version-info 6:0:5
>>>     > preprocess.lo jitter.lo mdf.lo fftwrap.lo filterbank.lo resample.lo
>>>     > buffer.lo scal.lo smallft.lo  -lm
>>>     > gcc -shared  .libs/preprocess.o .libs/jitter.o .libs/mdf.o
>>>     > .libs/fftwrap.o .libs/filterbank.o .libs/resample.o .libs/buffer.o
>>>     > .libs/scal.o .libs/smallft.o  -lm  -Wl,-soname
>>>     -Wl,libspeexdsp.so.1 -o
>>>     > .libs/libspeexdsp.so.1.5.0
>>>     > (cd .libs && rm -f libspeexdsp.so.1 && ln -s libspeexdsp.so.1.5.0
>>>     > libspeexdsp.so.1)
>>>     > (cd .libs && rm -f libspeexdsp.so && ln -s libspeexdsp.so.1.5.0
>>>     > libspeexdsp.so)
>>>     > ar cru .libs/libspeexdsp.a  preprocess.o jitter.o mdf.o fftwrap.o
>>>     > filterbank.o resample.o buffer.o scal.o smallft.o
>>>     > ranlib .libs/libspeexdsp.a
>>>     > creating libspeexdsp.la <http://libspeexdsp.la>
>>>     > (cd .libs && rm -f libspeexdsp.la <http://libspeexdsp.la> && ln
>>>     -s ../libspeexdsp.la <http://libspeexdsp.la>
>>>     > libspeexdsp.la <http://libspeexdsp.la>)
>>>     > gcc -shared  .libs/cb_search.o .libs/exc_10_32_table.o
>>>     > .libs/exc_8_128_table.o .libs/filters.o .libs/gain_table.o
>>>     > .libs/hexc_table.o .libs/high_lsp_tables.o .libs/lsp.o .libs/ltp.o
>>>     > .libs/speex.o .libs/stereo.o .libs/vbr.o .libs/vq.o .libs/bits.o
>>>     > .libs/exc_10_16_table.o .libs/exc_20_32_table.o
>>>     .libs/exc_5_256_table.o
>>>     > .libs/exc_5_64_table.o .libs/gain_table_lbr.o
>>>     .libs/hexc_10_32_table.o
>>>     > .libs/lpc.o .libs/lsp_tables_nb.o .libs/modes.o .libs/modes_wb.o
>>>     > .libs/nb_celp.o .libs/quant_lsp.o .libs/sb_celp.o
>>>     > .libs/speex_callbacks.o .libs/speex_header.o .libs/window.o  -lm
>>>     > -Wl,-soname -Wl,libspeex.so.1 -o .libs/libspeex.so.1.5.0
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testdenoise  testdenoise.o libspeexdsp.la
>>>     <http://libspeexdsp.la>  -lm
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testecho  testecho.o libspeexdsp.la <http://libspeexdsp.la>  -lm
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testjitter  testjitter.o libspeexdsp.la <http://libspeexdsp.la>
>>>      -lm
>>>     > (cd .libs && rm -f libspeex.so.1 && ln -s libspeex.so.1.5.0
>>>     libspeex.so.1)
>>>     > (cd .libs && rm -f libspeex.so && ln -s libspeex.so.1.5.0
>>>     libspeex.so)
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testdenoise testdenoise.o
>>>     > ./.libs/libspeexdsp.so -lm
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testecho testecho.o
>>>     > ./.libs/libspeexdsp.so -lm
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testjitter testjitter.o
>>>     > ./.libs/libspeexdsp.so -lm
>>>     > ar cru .libs/libspeex.a  cb_search.o exc_10_32_table.o
>>>     exc_8_128_table.o
>>>     > filters.o gain_table.o hexc_table.o high_lsp_tables.o lsp.o ltp.o
>>>     > speex.o stereo.o vbr.o vq.o bits.o exc_10_16_table.o
>>>     exc_20_32_table.o
>>>     > exc_5_256_table.o exc_5_64_table.o gain_table_lbr.o
>>>     hexc_10_32_table.o
>>>     > lpc.o lsp_tables_nb.o modes.o modes_wb.o nb_celp.o quant_lsp.o
>>>     sb_celp.o
>>>     > speex_callbacks.o speex_header.o window.o
>>>     > creating testdenoise
>>>     > creating testecho
>>>     > ranlib .libs/libspeex.a
>>>     > creating testjitter
>>>     > creating libspeex.la <http://libspeex.la>
>>>     > (cd .libs && rm -f libspeex.la <http://libspeex.la> && ln -s
>>>     ../libspeex.la <http://libspeex.la> libspeex.la <http://libspeex.la>)
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testenc  testenc.o libspeex.la <http://libspeex.la> -lm
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testenc_wb  testenc_wb.o libspeex.la <http://libspeex.la>  -lm
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > testenc_uwb  testenc_uwb.o libspeex.la <http://libspeex.la> -lm
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testenc_wb testenc_wb.o
>>>     > ./.libs/libspeex.so -lm
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testenc testenc.o
>>>     > ./.libs/libspeex.so -lm
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/testenc_uwb testenc_uwb.o
>>>     > ./.libs/libspeex.so -lm
>>>     > creating testenc_wb
>>>     > creating testenc
>>>     > creating testenc_uwb
>>>     > make[2]: Leaving directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/libspeex'
>>>     > Making all in include
>>>     > make[2]: Entering directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include'
>>>     > Making all in speex
>>>     > make[3]: Entering directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include/speex'
>>>     > make[3]: Nothing to be done for `all'.
>>>     > make[3]: Leaving directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include/speex'
>>>     > make[3]: Entering directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include'
>>>     > make[3]: Nothing to be done for `all-am'.
>>>     > make[3]: Leaving directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include'
>>>     > make[2]: Leaving directory
>>>     > `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/include'
>>>     > Making all in src
>>>     > make[2]: Entering directory
>>>     `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/src'
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include    -g -O2 -fvisibility=hidden -MT speexenc.o -MD
>>>     -MP -MF
>>>     > ".deps/speexenc.Tpo" -c -o speexenc.o speexenc.c; \
>>>     >     then mv -f ".deps/speexenc.Tpo" ".deps/speexenc.Po"; else rm -f
>>>     > ".deps/speexenc.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include    -g -O2 -fvisibility=hidden -MT wav_io.o -MD
>>>     -MP -MF
>>>     > ".deps/wav_io.Tpo" -c -o wav_io.o wav_io.c; \
>>>     >     then mv -f ".deps/wav_io.Tpo" ".deps/wav_io.Po"; else rm -f
>>>     > ".deps/wav_io.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include    -g -O2 -fvisibility=hidden -MT skeleton.o -MD
>>>     -MP -MF
>>>     > ".deps/skeleton.Tpo" -c -o skeleton.o skeleton.c; \
>>>     >     then mv -f ".deps/skeleton.Tpo" ".deps/skeleton.Po"; else rm -f
>>>     > ".deps/skeleton.Tpo"; exit 1; fi
>>>     > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I..
>>>     > -I/usr/include    -g -O2 -fvisibility=hidden -MT speexdec.o -MD
>>>     -MP -MF
>>>     > ".deps/speexdec.Tpo" -c -o speexdec.o speexdec.c; \
>>>     >     then mv -f ".deps/speexdec.Tpo" ".deps/speexdec.Po"; else rm -f
>>>     > ".deps/speexdec.Tpo"; exit 1; fi
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > speexenc  speexenc.o wav_io.o skeleton.o
>>>     ../libspeex/libspeex.la <http://libspeex.la>
>>>     > ../libspeex/libspeexdsp.la <http://libspeexdsp.la> -L/usr/lib
>>>     -logg       -lm
>>>     > /bin/sh ../libtool --mode=link gcc  -g -O2 -fvisibility=hidden   -o
>>>     > speexdec  speexdec.o wav_io.o ../libspeex/libspeex.la
>>>     <http://libspeex.la> -L/usr/lib -logg
>>>     > -lm
>>>     > mkdir .libs
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/speexdec speexdec.o
>>>     wav_io.o
>>>     > ../libspeex/.libs/libspeex.so -L/usr/lib /usr/lib/libogg.so -lm
>>>     > /usr/lib/libogg.so: could not read symbols: File in wrong format
>>>     > collect2: ld returned 1 exit status
>>>     > make[2]: *** [speexdec] Error 1
>>>     > make[2]: *** Waiting for unfinished jobs....
>>>     > gcc -g -O2 -fvisibility=hidden -o .libs/speexenc speexenc.o
>>>     wav_io.o
>>>     > skeleton.o  ../libspeex/.libs/libspeex.so
>>>     > ../libspeex/.libs/libspeexdsp.so -L/usr/lib /usr/lib/libogg.so -lm
>>>     > /usr/lib/libogg.so: could not read symbols: File in wrong format
>>>     > collect2: ld returned 1 exit status
>>>     > make[2]: *** [speexenc] Error 1
>>>     > make[2]: Leaving directory
>>>     `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1/src'
>>>     > make[1]: *** [all-recursive] Error 1
>>>     > make[1]: Leaving directory
>>>     `/home/fabio/ltib/rpm/BUILD/speex-1.2rc1'
>>>     > make: *** [all] Error 2
>>>     > error: Bad exit status from /home/fabio/ltib/tmp/rpm-tmp.91524
>>>     (%build)
>>>     >
>>>     >
>>>     > RPM build errors:
>>>     >     Bad exit status from /home/fabio/ltib/tmp/rpm-tmp.91524
>>>     (%build)
>>>     > Build time for speex: 36 seconds
>>>     >
>>>     > Failed building speex
>>>     >
>>>     >
>>>     > f_scbuild() returned an error, exiting
>>>     > traceback:
>>>     >  main:561
>>>     >
>>>     > Exiting on error or interrupt
>>>     >
>>>     >
>>>     >
>>>     > _______________________________________________
>>>     > LTIB home page: http://ltib.org
>>>     >
>>>     > Ltib mailing list
>>>     > address@hidden <mailto:address@hidden>
>>>     > http://lists.nongnu.org/mailman/listinfo/ltib
>>>     >
>>>
>>>
>>>     _______________________________________________
>>>     LTIB home page: http://ltib.org
>>>
>>>     Ltib mailing list
>>>     address@hidden <mailto:address@hidden>
>>>     http://lists.nongnu.org/mailman/listinfo/ltib
>>>
>>>
>>
>> _______________________________________________
>> LTIB home page: http://ltib.org
>>
>> Ltib mailing list
>> address@hidden
>> http://lists.nongnu.org/mailman/listinfo/ltib
>>   
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> LTIB home page: http://ltib.org
> 
> Ltib mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/ltib




reply via email to

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