mipsel-linux-uclibc交叉编译libogg

来源:互联网 发布:hadoop2.6 windows 编辑:程序博客网 时间:2024/05/21 07:13
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg$ cd libogg-1.3.0/
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ ls
aclocal.m4  config.guess               config.sub    depcomp     libogg.spec.in  Makefile.in  ogg-uninstalled.pc.in
AUTHORS     config.h.in                configure     doc         ltmain.sh       missing      README
CHANGES     config_ogg_skmedia.sh      configure.in  include     macosx          ogg.m4       src
compile     config_ogg_skmedia.sh.bak  COPYING       install-sh  Makefile.am     ogg.pc.in    win32
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ source config_ogg_skmedia.sh
####################
A52_HOME IS /home/depvlc/libogg/home
####################
configure: WARNING: if you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mipsel-linux-uclibc-strip... mipsel-linux-uclibc-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for mipsel-linux-uclibc-gcc... mipsel-linux-uclibc-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mipsel-linux-uclibc-gcc accepts -g... yes
checking for mipsel-linux-uclibc-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-uclibc-gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... mipsel-unknown-linux-uclibc
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by mipsel-linux-uclibc-gcc... mipsel-linux-uclibc-ld
checking if the linker (mipsel-linux-uclibc-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... mipsel-linux-uclibc-nm
checking the name lister (mipsel-linux-uclibc-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to mipsel-unknown-linux-uclibc format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for mipsel-linux-uclibc-ld option to reload object files... -r
checking for mipsel-linux-uclibc-objdump... mipsel-linux-uclibc-objdump
checking how to recognize dependent libraries... pass_all
checking for mipsel-linux-uclibc-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for mipsel-linux-uclibc-ar... mipsel-linux-uclibc-ar
checking for archiver @FILE support... @
checking for mipsel-linux-uclibc-strip... (cached) mipsel-linux-uclibc-strip
checking for mipsel-linux-uclibc-ranlib... mipsel-linux-uclibc-ranlib
checking command to parse mipsel-linux-uclibc-nm output from mipsel-linux-uclibc-gcc object... ok
checking for sysroot... no
checking for mipsel-linux-uclibc-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... mipsel-linux-uclibc-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if mipsel-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for mipsel-linux-uclibc-gcc option to produce PIC... -fPIC -DPIC
checking if mipsel-linux-uclibc-gcc PIC flag -fPIC -DPIC works... yes
checking if mipsel-linux-uclibc-gcc static flag -static works... yes
checking if mipsel-linux-uclibc-gcc supports -c -o file.o... yes
checking if mipsel-linux-uclibc-gcc supports -c -o file.o... (cached) yes
checking whether the mipsel-linux-uclibc-gcc linker (mipsel-linux-uclibc-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
checking whether mipsel-linux-uclibc-gcc and cc understand -c and -o together... yes
checking for ANSI C header files... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of u_int16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of u_int32_t... 4
checking size of int64_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for working memcmp... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/libogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating libogg.spec
config.status: creating ogg.pc
config.status: creating ogg-uninstalled.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure done ...

zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ 


============

zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ make
make  all-recursive
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
Making all in src
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
/bin/sh ../libtool --tag=CC   --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include    -O20 -Wall -ffast-math -fsigned-char -fPIC -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
libtool: compile:  mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -fPIC -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c  -fPIC -DPIC -o .libs/framing.o
libtool: compile:  mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -fPIC -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c -o framing.o >/dev/null 2>&1
mv -f .deps/framing.Tpo .deps/framing.Plo
/bin/sh ../libtool --tag=CC   --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include    -O20 -Wall -ffast-math -fsigned-char -fPIC -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
libtool: compile:  mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -fPIC -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c  -fPIC -DPIC -o .libs/bitwise.o
libtool: compile:  mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -fPIC -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c -o bitwise.o >/dev/null 2>&1
mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
/bin/sh ../libtool --tag=CC   --mode=link mipsel-linux-uclibc-gcc  -O20 -Wall -ffast-math -fsigned-char -fPIC -no-undefined -version-info 8:0:8  -o libogg.la -rpath /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib framing.lo bitwise.lo  
libtool: link: mipsel-linux-uclibc-gcc -shared  -fPIC -DPIC  .libs/framing.o .libs/bitwise.o    -O20   -Wl,-soname -Wl,libogg.so.0 -o .libs/libogg.so.0.8.0
libtool: link: (cd ".libs" && rm -f "libogg.so.0" && ln -s "libogg.so.0.8.0" "libogg.so.0")
libtool: link: (cd ".libs" && rm -f "libogg.so" && ln -s "libogg.so.0.8.0" "libogg.so")
libtool: link: mipsel-linux-uclibc-ar cru .libs/libogg.a  framing.o bitwise.o
libtool: link: mipsel-linux-uclibc-ranlib .libs/libogg.a
libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
/bin/sh ../libtool --tag=CC   --mode=link mipsel-linux-uclibc-gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC   -o test_bitwise test_bitwise-bitwise.o  
libtool: link: mipsel-linux-uclibc-gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC -o test_bitwise test_bitwise-bitwise.o 
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
/bin/sh ../libtool --tag=CC   --mode=link mipsel-linux-uclibc-gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC   -o test_framing test_framing-framing.o  
libtool: link: mipsel-linux-uclibc-gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -fPIC -o test_framing test_framing-framing.o 
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
Making all in include
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
Making all in ogg
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
Making all in doc
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
Making all in libogg
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ 

============

make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ make install
Making install in src
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib"
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libogg.la '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib'
libtool: install: /usr/bin/install -c .libs/libogg.so.0.8.0 /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/libogg.so.0.8.0
libtool: install: (cd /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib && { ln -s -f libogg.so.0.8.0 libogg.so.0 || { rm -f libogg.so.0 && ln -s libogg.so.0.8.0 libogg.so.0; }; })
libtool: install: (cd /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib && { ln -s -f libogg.so.0.8.0 libogg.so || { rm -f libogg.so && ln -s libogg.so.0.8.0 libogg.so; }; })
libtool: install: /usr/bin/install -c .libs/libogg.lai /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/libogg.la
libtool: install: /usr/bin/install -c .libs/libogg.a /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/libogg.a
libtool: install: chmod 644 /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/libogg.a
libtool: install: mipsel-linux-uclibc-ranlib /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/libogg.a
libtool: finish: PATH="/opt/toolchains/stbgcc-4.5.3-1.3/bin:/usr/local/bin:/bin:/usr/bin:/sbin" ldconfig -n /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib


If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'


See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/src'
Making install in include
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
Making install in ogg
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg"
 /usr/bin/install -c -m 644 config_types.h '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg'
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg"
 /usr/bin/install -c -m 644 ogg.h os_types.h '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/include/ogg'
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include/ogg'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/include'
Making install in doc
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
Making install in libogg
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0/ogg" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0/ogg"
 /usr/bin/install -c -m 644 bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_packet_clear.html ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_packetpeek.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_pageout_fill.html ogg_stream_reset.html ogg_stream_reset_serialno.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0/ogg'
 /usr/bin/install -c -m 644 ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writealign.html oggpack_writeclear.html oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html overview.html reference.html style.css '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0/ogg'
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc/libogg'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[3]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0"
 /usr/bin/install -c -m 644 framing.html index.html oggstream.html ogg-multiplex.html stream.png vorbisword2.png white-ogg.png white-xifish.png rfc3533.txt rfc5334.txt skeleton.html '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/doc/libogg-1.3.0'
make[3]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0/doc'
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/aclocal" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/aclocal"
 /usr/bin/install -c -m 644 ogg.m4 '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/share/aclocal'
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/pkgconfig" || /bin/mkdir -p "/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/pkgconfig"
 /usr/bin/install -c -m 644 ogg.pc '/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/home/lib/pkgconfig'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/libogg/libogg-1.3.0'
zhangbin@bogon:~/bcm/unimedia/depvlc/libogg/libogg-1.3.0$ 


===========================