我在安装gstreamer出现了一个问题
configure通过了 make 的时候出现问题
Configuration
Version : 0.10.30.3
Source code location : .
Prefix : /usr/local
Compiler : arm-linux-gcc -std=gnu99
Package name : GStreamer prerelease
Package origin : Unknown package origin
Documentation (manuals) : no
Documentation (API) : no
Debug Logging : yes
Pipeline XML load/save : yes
Command-line parser : yes
Option parsing in gst_init : yes
Tracing subsystem : yes
Allocation tracing : yes
Plugin registry : yes
Plugin support : yes
Network support : yes
Unit testing support : yes
Debug :yes
Profiling : no
Building examples :no
Building test apps : yes
Building tests that fail : no
[root@CC gstreamer-0.10.30.3]# make
make all-recursive
make[1]: Entering directory `/YY/gstreamer-0.10.30.3'
Making all in pkgconfig
make[2]: Entering directory `/YY/gstreamer-0.10.30.3/pkgconfig'
CP gstreamer-0.10.pc
CP gstreamer-base-0.10.pc
CP gstreamer-check-0.10.pc
CP gstreamer-controller-0.10.pc
CP gstreamer-dataprotocol-0.10.pc
CP gstreamer-net-0.10.pc
CP gstreamer-0.10-uninstalled.pc
CP gstreamer-base-0.10-uninstalled.pc
CP gstreamer-check-0.10-uninstalled.pc
CP gstreamer-controller-0.10-uninstalled.pc
CP gstreamer-dataprotocol-0.10-uninstalled.pc
CP gstreamer-net-0.10-uninstalled.pc
make[2]: Leaving directory `/YY/gstreamer-0.10.30.3/pkgconfig'
Making all in gst
make[2]: Entering directory `/YY/gstreamer-0.10.30.3/gst'
GEN gstenumtypes.h
GEN gstmarshal.h
/bin/sh: /usr/local/bin/glib-genmarshal: cannot execute binary file
make[2]: *** [gstmarshal.h] Error 126
make[2]: Leaving directory `/YY/gstreamer-0.10.30.3/gst'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/YY/gstreamer-0.10.30.3'
make: *** [all] Error 2
[root@CC gstreamer-0.10.30.3]#
请帮忙
配置是
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --host=arm-linux --disable-valgrind --disable-x --disable-gnome_vfs --disable-ogg --disable-pango--disable-theora --disable-vorbis --disable-examples