参考http://blog.csdn.net/yu5611789/article/details/7675862
--host=mipsel-linux
但是,实际上,应该用
mipse-linux-uclibc
才对。
===============================================
应该是首先bootstrap一下吧
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ ./bootstrap
+ aclocal -I autotools
+ libtoolize --force --copy
Putting files in AC_CONFIG_AUX_DIR, `autotools'.
+ autoheader
+ automake --add-missing --copy
liba52/Makefile.am: installing `autotools/depcomp'
liba52/Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
liba52/Makefile.am:1: use `AM_CFLAGS' instead.
src/Makefile.am:1: `CFLAGS' is a user variable, you should not override it;
src/Makefile.am:1: use `AM_CFLAGS' instead.
+ autoconf
+ rm -f config.cache
====================================
然后准备configure一下了:
zhangbin@bogon:~/bcm/unimedia/uniskmedia/DepThird/a52dec-0.7.4$ ./configure --help
`configure' configures this package to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data [PREFIX/share]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--infodir=DIR info documentation [PREFIX/info]
--mandir=DIR man documentation [PREFIX/man]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--enable-shared=PKGS build shared libraries default=no
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-double use double-precision samples
--enable-djbfft make a version using djbfft
--disable-oss make a version not using oss
--disable-solaris-audio make a version not using solaris audio
--disable-al-audio make a version not using al audio
--disable-win make a version not using win audio
--enable-warnings treat warnings as errors
--enable-gprof make a version using gprof
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld assume the C compiler uses GNU ld default=no
--with-pic try to use only PIC/non-PIC objects default=use both
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L
nonstandard directory
CPPFLAGS C/C++ preprocessor flags, e.g. -I
headers in a nonstandard directory
CPP C preprocessor
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
zhangbin@bogon:~/bcm/unimedia/uniskmedia/DepThird/a52dec-0.7.4$
配置一下configure用的脚本:
DST=/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home
A52_HOME=$DST
echo "A52_HOME IS $A52_HOME"
./configure --prefix=${A52_HOME} --host=mipsel-linux --enable-shared=PKGS --with-pic
echo "configure done ..."
=====================
执行configure
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ ./config_a52_skmedia.sh
A52_HOME IS /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/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
/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing: Unknown `--run' option
Try `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-strip... mipsel-linux-strip 明显错误啊。
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-redhat-linux-gnu
checking host system type... mipsel-unknown-linux-gnu 明显错误啊。
checking for mipsel-linux-gcc... mipsel-linux-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 mipsel-linux-gcc accepts -g... yes
checking for mipsel-linux-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-gcc... gcc3
checking how to run the C preprocessor... mipsel-linux-gcc -E
checking for egrep... grep -E
checking whether mipsel-linux-gcc needs -traditional... no
checking if mipsel-linux-gcc supports -fPIC -O3 flags... yes
checking if mipsel-linux-gcc supports -fPIC -O3 -fomit-frame-pointer flags... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by mipsel-linux-gcc... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking for /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 for mipsel-linux-g++... mipsel-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-linux-g++ accepts -g... yes
checking dependency style of mipsel-linux-g++... gcc3
checking how to run the C++ preprocessor... mipsel-linux-g++ -E
checking for mipsel-linux-g77... no
checking for mipsel-linux-f77... no
checking for mipsel-linux-xlf... no
checking for mipsel-linux-frt... no
checking for mipsel-linux-pgf77... no
checking for mipsel-linux-fort77... no
checking for mipsel-linux-fl32... no
checking for mipsel-linux-af77... no
checking for mipsel-linux-f90... no
checking for mipsel-linux-xlf90... no
checking for mipsel-linux-pgf90... no
checking for mipsel-linux-epcf90... no
checking for mipsel-linux-f95... no
checking for mipsel-linux-fort... no
checking for mipsel-linux-xlf95... no
checking for mipsel-linux-ifc... no
checking for mipsel-linux-efc... no
checking for mipsel-linux-pgf95... no
checking for mipsel-linux-lf95... no
checking for mipsel-linux-gfortran... mipsel-linux-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether mipsel-linux-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-nm -B output from mipsel-linux-gcc object... ok
checking for objdir... .libs
checking for mipsel-linux-ar... mipsel-linux-ar
checking for mipsel-linux-ranlib... mipsel-linux-ranlib
checking for mipsel-linux-strip... (cached) mipsel-linux-strip
checking if mipsel-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for mipsel-linux-gcc option to produce PIC... -fPIC
checking if mipsel-linux-gcc PIC flag -fPIC works... yes
checking if mipsel-linux-gcc static flag -static works... yes
checking if mipsel-linux-gcc supports -c -o file.o... yes
checking whether the mipsel-linux-gcc linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by mipsel-linux-g++... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking whether the mipsel-linux-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking for mipsel-linux-g++ option to produce PIC... -fPIC
checking if mipsel-linux-g++ PIC flag -fPIC works... yes
checking if mipsel-linux-g++ static flag -static works... yes
checking if mipsel-linux-g++ supports -c -o file.o... yes
checking whether the mipsel-linux-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for mipsel-linux-gfortran option to produce PIC... -fPIC
checking if mipsel-linux-gfortran PIC flag -fPIC works... yes
checking if mipsel-linux-gfortran static flag -static works... no
checking if mipsel-linux-gfortran supports -c -o file.o... yes
checking whether the mipsel-linux-gfortran linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
configure done ...
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
但是,这样可以编译过。
===================================
DST=/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home
A52_HOME=$DST
echo "A52_HOME IS $A52_HOME"
HOST=mipsel-linux-uclibc 改成这样了。
./configure --prefix=${A52_HOME} --host=$HOST --enable-shared=PKGS --with-pic
echo "configure done ..."
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ mipsel-linux-uclibc-gcc
mipsel-linux-uclibc-gcc: no input files
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ ./config_a52_skmedia.sh
A52_HOME IS /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/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
/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing: Unknown `--run' option
Try `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-uclibc-strip... mipsel-linux-uclibc-strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-redhat-linux-gnu
checking host system type... Invalid configuration `mipsel-linux-uclibc': system `uclibc' not recognized
configure: error: /bin/sh autotools/config.sub mipsel-linux-uclibc failed
configure done ...
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
参考http://blog.csdn.net/commshare/article/details/16360307
./autotools/config.sub: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
说明这里需要的是个os?
uclibc不是一个os的。所以configure这里会报错。
那到底是啥才对呢?
;;
-qnx*)
case $basic_machine in
x86-* | i*86-*)
;;
*)
os=-nto$os
;;
esac
;;
-nto-qnx*)
;;
-nto*)
os=`echo $os | sed -e 's|nto|nto-qnx|'`
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* \
| -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
;;
-mac*)
os=`echo $os | sed -e 's|mac|macos|'`
;;
-linux*)
os=`echo $os | sed -e 's|linux|linux-gnu|'`
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
;;
-sunos6*)
os=`echo $os | sed -e 's|sunos6|solaris3|'`
;;
-opened*)
os=-openedition
;;
-wince*)
os=-wince
;;
-osfrose*)
os=-osfrose
;;
-osf*)
os=-osf
;;
-utek*)
os=-bsd
;;
-dynix*)
os=-bsd
;;
-acis*)
os=-aos
;;
-atheos*)
os=-atheos
;;
-386bsd)
os=-bsd
;;
-ctix* | -uts*)
os=-sysv
;;
-nova*)
os=-rtmk-nova
;;
-ns2 )
os=-nextstep2
;;
-nsk*)
os=-nsk
;;
# Preserve the version number of sinix5.
-sinix5.*)
os=`echo $os | sed -e 's|sinix|sysv|'`
;;
-sinix*)
os=-sysv4
;;
-triton*)
os=-sysv3
;;
-oss*)
os=-sysv3
;;
-svr4)
os=-sysv4
;;
-svr3)
os=-sysv3
;;
-sysvr4)
os=-sysv4
;;
# This must come after -sysvr4.
-sysv*)
;;
-ose*)
os=-ose
;;
-es1800*)
os=-ose
;;
-xenix)
os=-xenix
;;
-*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
os=-mint
;;
-aros*)
os=-aros
;;
-kaos*)
os=-kaos
;;
-none)
;;
*)
# Get rid of the `-' at the beginning of $os.
os=`echo $os | sed 's/[^-]*-//'`
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
exit 1
;;
esac
else
=========================================
重新configure
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ ./config_a52_skmedia.sh
A52_HOME IS /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/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
/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing: Unknown `--run' option
Try `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-uclibc-strip... mipsel-linux-uclibc-strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-redhat-linux-gnu
checking host system type... Invalid configuration `mipsel-linux-uclibc': system `uclibc' not recognized
mipsel-linuxuclibc
checking for mipsel-linux-uclibc-gcc... mipsel-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-uclibc-gcc... gcc3
checking how to run the C preprocessor... mipsel-linux-uclibc-gcc -E
checking for egrep... grep -E
checking whether mipsel-linux-uclibc-gcc needs -traditional... no
checking if mipsel-linux-uclibc-gcc supports -fPIC -O3 flags... yes
checking if mipsel-linux-uclibc-gcc supports -fPIC -O3 -fomit-frame-pointer flags... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by mipsel-linux-uclibc-gcc... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking for /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... unknown
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 for mipsel-linux-uclibc-g++... mipsel-linux-uclibc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-linux-uclibc-g++ accepts -g... yes
checking dependency style of mipsel-linux-uclibc-g++... gcc3
checking how to run the C++ preprocessor... mipsel-linux-uclibc-g++ -E 还是被迫用了g++啊,估计bcm也知道应该会用到g++?
这些no都是啥呢?
checking for mipsel-linux-uclibc-g77... no
checking for mipsel-linux-uclibc-f77... no
checking for mipsel-linux-uclibc-xlf... no
checking for mipsel-linux-uclibc-frt... no
checking for mipsel-linux-uclibc-pgf77... no
checking for mipsel-linux-uclibc-fort77... no
checking for mipsel-linux-uclibc-fl32... no
checking for mipsel-linux-uclibc-af77... no
checking for mipsel-linux-uclibc-f90... no
checking for mipsel-linux-uclibc-xlf90... no
checking for mipsel-linux-uclibc-pgf90... no
checking for mipsel-linux-uclibc-epcf90... no
checking for mipsel-linux-uclibc-f95... no
checking for mipsel-linux-uclibc-fort... no
checking for mipsel-linux-uclibc-xlf95... no
checking for mipsel-linux-uclibc-ifc... no
checking for mipsel-linux-uclibc-efc... no
checking for mipsel-linux-uclibc-pgf95... no
checking for mipsel-linux-uclibc-lf95... no
checking for mipsel-linux-uclibc-gfortran... mipsel-linux-uclibc-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether mipsel-linux-uclibc-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-nm -B output from mipsel-linux-uclibc-gcc object... ok
checking for objdir... .libs
checking for mipsel-linux-uclibc-ar... mipsel-linux-uclibc-ar
checking for mipsel-linux-uclibc-ranlib... mipsel-linux-uclibc-ranlib
checking for mipsel-linux-uclibc-strip... (cached) mipsel-linux-uclibc-strip
checking if mipsel-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for mipsel-linux-uclibc-gcc option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-gcc PIC flag -fPIC 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 whether the mipsel-linux-uclibc-gcc linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by mipsel-linux-uclibc-g++... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking whether the mipsel-linux-uclibc-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... no
checking for mipsel-linux-uclibc-g++ option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-g++ PIC flag -fPIC works... yes
checking if mipsel-linux-uclibc-g++ static flag -static works... yes
checking if mipsel-linux-uclibc-g++ supports -c -o file.o... yes
checking whether the mipsel-linux-uclibc-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for mipsel-linux-uclibc-gfortran option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-gfortran PIC flag -fPIC works... yes
checking if mipsel-linux-uclibc-gfortran static flag -static works... no
checking if mipsel-linux-uclibc-gfortran supports -c -o file.o... yes
checking whether the mipsel-linux-uclibc-gfortran linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
configure done ...
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
=============================
看起来这个库并不大
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ make
Making all in autotools
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
Making all in include
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make all-am
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
Making all in doc
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
Making all in liba52
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
if /bin/sh ../libtool --tag=CC --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -MT bitstream.lo -MD -MP -MF ".deps/bitstream.Tpo" -c -o bitstream.lo bitstream.c; \
then mv -f ".deps/bitstream.Tpo" ".deps/bitstream.Plo"; else rm -f ".deps/bitstream.Tpo"; exit 1; fi
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o
if /bin/sh ../libtool --tag=CC --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -MT imdct.lo -MD -MP -MF ".deps/imdct.Tpo" -c -o imdct.lo imdct.c; \
then mv -f ".deps/imdct.Tpo" ".deps/imdct.Plo"; else rm -f ".deps/imdct.Tpo"; exit 1; fi
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT imdct.lo -MD -MP -MF .deps/imdct.Tpo -c imdct.c -o imdct.o
if /bin/sh ../libtool --tag=CC --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -MT bit_allocate.lo -MD -MP -MF ".deps/bit_allocate.Tpo" -c -o bit_allocate.lo bit_allocate.c; \
then mv -f ".deps/bit_allocate.Tpo" ".deps/bit_allocate.Plo"; else rm -f ".deps/bit_allocate.Tpo"; exit 1; fi
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT bit_allocate.lo -MD -MP -MF .deps/bit_allocate.Tpo -c bit_allocate.c -o bit_allocate.o
if /bin/sh ../libtool --tag=CC --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -MT parse.lo -MD -MP -MF ".deps/parse.Tpo" -c -o parse.lo parse.c; \
then mv -f ".deps/parse.Tpo" ".deps/parse.Plo"; else rm -f ".deps/parse.Tpo"; exit 1; fi
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -o parse.o
if /bin/sh ../libtool --tag=CC --mode=compile mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -MT downmix.lo -MD -MP -MF ".deps/downmix.Tpo" -c -o downmix.lo downmix.c; \
then mv -f ".deps/downmix.Tpo" ".deps/downmix.Plo"; else rm -f ".deps/downmix.Tpo"; exit 1; fi
mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c -o downmix.o
/bin/sh ../libtool --tag=CC --mode=link mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -prefer-non-pic -o liba52.la -rpath /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib -no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm
mkdir .libs
mipsel-linux-uclibc-ar cru .libs/liba52.a bitstream.o imdct.o bit_allocate.o parse.o downmix.o
mipsel-linux-uclibc-ranlib .libs/liba52.a
creating liba52.la
(cd .libs && rm -f liba52.la && ln -s ../liba52.la liba52.la)
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
Making all in libao
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out.o -MD -MP -MF ".deps/audio_out.Tpo" -c -o audio_out.o audio_out.c; \
then mv -f ".deps/audio_out.Tpo" ".deps/audio_out.Po"; else rm -f ".deps/audio_out.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT float2s16.o -MD -MP -MF ".deps/float2s16.Tpo" -c -o float2s16.o float2s16.c; \
then mv -f ".deps/float2s16.Tpo" ".deps/float2s16.Po"; else rm -f ".deps/float2s16.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_null.o -MD -MP -MF ".deps/audio_out_null.Tpo" -c -o audio_out_null.o audio_out_null.c; \
then mv -f ".deps/audio_out_null.Tpo" ".deps/audio_out_null.Po"; else rm -f ".deps/audio_out_null.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_float.o -MD -MP -MF ".deps/audio_out_float.Tpo" -c -o audio_out_float.o audio_out_float.c; \
then mv -f ".deps/audio_out_float.Tpo" ".deps/audio_out_float.Po"; else rm -f ".deps/audio_out_float.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_oss.o -MD -MP -MF ".deps/audio_out_oss.Tpo" -c -o audio_out_oss.o audio_out_oss.c; \
then mv -f ".deps/audio_out_oss.Tpo" ".deps/audio_out_oss.Po"; else rm -f ".deps/audio_out_oss.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_solaris.o -MD -MP -MF ".deps/audio_out_solaris.Tpo" -c -o audio_out_solaris.o audio_out_solaris.c; \
then mv -f ".deps/audio_out_solaris.Tpo" ".deps/audio_out_solaris.Po"; else rm -f ".deps/audio_out_solaris.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_al.o -MD -MP -MF ".deps/audio_out_al.Tpo" -c -o audio_out_al.o audio_out_al.c; \
then mv -f ".deps/audio_out_al.Tpo" ".deps/audio_out_al.Po"; else rm -f ".deps/audio_out_al.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_win.o -MD -MP -MF ".deps/audio_out_win.Tpo" -c -o audio_out_win.o audio_out_win.c; \
then mv -f ".deps/audio_out_win.Tpo" ".deps/audio_out_win.Po"; else rm -f ".deps/audio_out_win.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_wav.o -MD -MP -MF ".deps/audio_out_wav.Tpo" -c -o audio_out_wav.o audio_out_wav.c; \
then mv -f ".deps/audio_out_wav.Tpo" ".deps/audio_out_wav.Po"; else rm -f ".deps/audio_out_wav.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_aif.o -MD -MP -MF ".deps/audio_out_aif.Tpo" -c -o audio_out_aif.o audio_out_aif.c; \
then mv -f ".deps/audio_out_aif.Tpo" ".deps/audio_out_aif.Po"; else rm -f ".deps/audio_out_aif.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT audio_out_peak.o -MD -MP -MF ".deps/audio_out_peak.Tpo" -c -o audio_out_peak.o audio_out_peak.c; \
then mv -f ".deps/audio_out_peak.Tpo" ".deps/audio_out_peak.Po"; else rm -f ".deps/audio_out_peak.Tpo"; exit 1; fi
rm -f libao.a
mipsel-linux-uclibc-ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o
mipsel-linux-uclibc-ranlib libao.a
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
Making all in src
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT a52dec.o -MD -MP -MF ".deps/a52dec.Tpo" -c -o a52dec.o a52dec.c; \
then mv -f ".deps/a52dec.Tpo" ".deps/a52dec.Po"; else rm -f ".deps/a52dec.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT gettimeofday.o -MD -MP -MF ".deps/gettimeofday.Tpo" -c -o gettimeofday.o gettimeofday.c; \
then mv -f ".deps/gettimeofday.Tpo" ".deps/gettimeofday.Po"; else rm -f ".deps/gettimeofday.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la ../libao/libao.a
mkdir .libs
mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o a52dec a52dec.o getopt.o gettimeofday.o ../liba52/.libs/liba52.a -lm ../libao/libao.a
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT extract_a52.o -MD -MP -MF ".deps/extract_a52.Tpo" -c -o extract_a52.o extract_a52.c; \
then mv -f ".deps/extract_a52.Tpo" ".deps/extract_a52.Po"; else rm -f ".deps/extract_a52.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o extract_a52 extract_a52.o getopt.o
mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o extract_a52 extract_a52.o getopt.o
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
Making all in vc++
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
Making all in test
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
if mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -fPIC -O3 -fomit-frame-pointer -MT compare.o -MD -MP -MF ".deps/compare.Tpo" -c -o compare.o compare.c; \
then mv -f ".deps/compare.Tpo" ".deps/compare.Po"; else rm -f ".deps/compare.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o compare compare.o -lm
mkdir .libs
mipsel-linux-uclibc-gcc -fPIC -O3 -fomit-frame-pointer -o compare compare.o -lm
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
==================================
试一试安装
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'liba52.la' '/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib/liba52.la'
/usr/bin/install -c .libs/liba52.lai /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib/liba52.la
/usr/bin/install -c .libs/liba52.a /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib/liba52.a
chmod 644 /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib/liba52.a
mipsel-linux-uclibc-ranlib /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib/liba52.a
----------------------------------------------------------------------
Libraries have been installed in:
/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/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_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/liba52/a52dec-0.7.4/liba52'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
Making install in libao
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
Making install in src
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'a52dec' '/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin/a52dec'
/usr/bin/install -c a52dec /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin/a52dec
/bin/sh ../libtool --mode=install /usr/bin/install -c 'extract_a52' '/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin/extract_a52'
/usr/bin/install -c extract_a52 /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/bin/extract_a52
test -z "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/man/man1" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/man/man1"
/usr/bin/install -c -m 644 './a52dec.1' '/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/man/man1/a52dec.1'
/usr/bin/install -c -m 644 './extract_a52.1' '/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/man/man1/extract_a52.1'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
Making install in vc++
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
Making install in test
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$
没办法测试啊
=============
重新换一个make install的路径。
因此
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ ./config_a52_skmedia.sh
####################
A52_HOME IS /home/lbteam/zhangbin/bcm/unimedia/dest
####################
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
/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing: Unknown `--run' option
Try `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for mipsel-linux-uclibc-strip... mipsel-linux-uclibc-strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-redhat-linux-gnu
checking host system type... Invalid configuration `mipsel-linux-uclibc': system `uclibc' not recognized
mipsel-linuxuclibc
checking for mipsel-linux-uclibc-gcc... mipsel-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of mipsel-linux-uclibc-gcc... gcc3
checking how to run the C preprocessor... mipsel-linux-uclibc-gcc -E
checking for egrep... grep -E
checking whether mipsel-linux-uclibc-gcc needs -traditional... no
checking if mipsel-linux-uclibc-gcc supports -fPIC -O3 flags... yes
checking if mipsel-linux-uclibc-gcc supports -fPIC -O3 -fomit-frame-pointer flags... yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by mipsel-linux-uclibc-gcc... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking for /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... unknown
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 for mipsel-linux-uclibc-g++... mipsel-linux-uclibc-g++
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-linux-uclibc-g++ accepts -g... yes
checking dependency style of mipsel-linux-uclibc-g++... gcc3
checking how to run the C++ preprocessor... mipsel-linux-uclibc-g++ -E
checking for mipsel-linux-uclibc-g77... no
checking for mipsel-linux-uclibc-f77... no
checking for mipsel-linux-uclibc-xlf... no
checking for mipsel-linux-uclibc-frt... no
checking for mipsel-linux-uclibc-pgf77... no
checking for mipsel-linux-uclibc-fort77... no
checking for mipsel-linux-uclibc-fl32... no
checking for mipsel-linux-uclibc-af77... no
checking for mipsel-linux-uclibc-f90... no
checking for mipsel-linux-uclibc-xlf90... no
checking for mipsel-linux-uclibc-pgf90... no
checking for mipsel-linux-uclibc-epcf90... no
checking for mipsel-linux-uclibc-f95... no
checking for mipsel-linux-uclibc-fort... no
checking for mipsel-linux-uclibc-xlf95... no
checking for mipsel-linux-uclibc-ifc... no
checking for mipsel-linux-uclibc-efc... no
checking for mipsel-linux-uclibc-pgf95... no
checking for mipsel-linux-uclibc-lf95... no
checking for mipsel-linux-uclibc-gfortran... mipsel-linux-uclibc-gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether mipsel-linux-uclibc-gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /opt/toolchains/stbgcc-4.5.3-1.3/bin/mipsel-linux-uclibc-nm -B output from mipsel-linux-uclibc-gcc object... ok
checking for objdir... .libs
checking for mipsel-linux-uclibc-ar... mipsel-linux-uclibc-ar
checking for mipsel-linux-uclibc-ranlib... mipsel-linux-uclibc-ranlib
checking for mipsel-linux-uclibc-strip... (cached) mipsel-linux-uclibc-strip
checking if mipsel-linux-uclibc-gcc supports -fno-rtti -fno-exceptions... no
checking for mipsel-linux-uclibc-gcc option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-gcc PIC flag -fPIC 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 whether the mipsel-linux-uclibc-gcc linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by mipsel-linux-uclibc-g++... /opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld
checking if the linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) is GNU ld... yes
checking whether the mipsel-linux-uclibc-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... no
checking for mipsel-linux-uclibc-g++ option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-g++ PIC flag -fPIC works... yes
checking if mipsel-linux-uclibc-g++ static flag -static works... yes
checking if mipsel-linux-uclibc-g++ supports -c -o file.o... yes
checking whether the mipsel-linux-uclibc-g++ linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for mipsel-linux-uclibc-gfortran option to produce PIC... -fPIC
checking if mipsel-linux-uclibc-gfortran PIC flag -fPIC works... yes
checking if mipsel-linux-uclibc-gfortran static flag -static works... no
checking if mipsel-linux-uclibc-gfortran supports -c -o file.o... yes
checking whether the mipsel-linux-uclibc-gfortran linker (/opt/toolchains/stbgcc-4.5.3-1.3/mipsel-linux-uclibc/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands
configure done ...
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ make
Making all in autotools
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
Making all in include
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make all-am
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
Making all in doc
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
Making all in liba52
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
Making all in libao
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
Making all in src
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
Making all in vc++
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
Making all in test
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$ make install
Making install in autotools
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/autotools'
Making install in include
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec"
/usr/bin/install -c -m 644 'a52.h' '/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec/a52.h'
/usr/bin/install -c -m 644 'attributes.h' '/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec/attributes.h'
/usr/bin/install -c -m 644 'audio_out.h' '/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec/audio_out.h'
/usr/bin/install -c -m 644 'mm_accel.h' '/home/lbteam/zhangbin/bcm/unimedia/dest/include/a52dec/mm_accel.h'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/include'
Making install in doc
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/doc'
Making install in liba52
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
test -z "/home/lbteam/zhangbin/bcm/unimedia/dest/lib" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/dest/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'liba52.la' '/home/lbteam/zhangbin/bcm/unimedia/dest/lib/liba52.la'
/usr/bin/install -c .libs/liba52.lai /home/lbteam/zhangbin/bcm/unimedia/dest/lib/liba52.la
/usr/bin/install -c .libs/liba52.a /home/lbteam/zhangbin/bcm/unimedia/dest/lib/liba52.a
chmod 644 /home/lbteam/zhangbin/bcm/unimedia/dest/lib/liba52.a
mipsel-linux-uclibc-ranlib /home/lbteam/zhangbin/bcm/unimedia/dest/lib/liba52.a
libtool: install: warning: remember to run `libtool --finish /home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/home/lib'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/liba52'
Making install in libao
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/libao'
Making install in src
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
test -z "/home/lbteam/zhangbin/bcm/unimedia/dest/bin" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/dest/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'a52dec' '/home/lbteam/zhangbin/bcm/unimedia/dest/bin/a52dec'
/usr/bin/install -c a52dec /home/lbteam/zhangbin/bcm/unimedia/dest/bin/a52dec
/bin/sh ../libtool --mode=install /usr/bin/install -c 'extract_a52' '/home/lbteam/zhangbin/bcm/unimedia/dest/bin/extract_a52'
/usr/bin/install -c extract_a52 /home/lbteam/zhangbin/bcm/unimedia/dest/bin/extract_a52
test -z "/home/lbteam/zhangbin/bcm/unimedia/dest/man/man1" || mkdir -p -- "/home/lbteam/zhangbin/bcm/unimedia/dest/man/man1"
/usr/bin/install -c -m 644 './a52dec.1' '/home/lbteam/zhangbin/bcm/unimedia/dest/man/man1/a52dec.1'
/usr/bin/install -c -m 644 './extract_a52.1' '/home/lbteam/zhangbin/bcm/unimedia/dest/man/man1/extract_a52.1'
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/src'
Making install in vc++
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/vc++'
Making install in test
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4/test'
make[1]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[2]: Entering directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
make[1]: Leaving directory `/home/lbteam/zhangbin/bcm/unimedia/depvlc/liba52/a52dec-0.7.4'
zhangbin@bogon:~/bcm/unimedia/depvlc/liba52/a52dec-0.7.4$