Hello, i download gstreamer-0.10.19.tar.gz and configure it for mips linux system. i do ./configure and make. it show: .....mipsel-linux-bin/ld: cannot find -lcheck_pic i look for libcheck_pic.a via google,but not find. i try remove -lcheck_pic in Makefile,i copy gstream library in my mips linux embedded platform,and set library path. i test as following: # ./gst-inspect staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features # ./gst-inspect fakesrc No such element or plugin 'fakesrc' # i am new to gstreamer. how can i compile it? Best Regard! Richard