I&#39;m trying to cross compile gstreamer, gst-plugins-base and gst-plugins-good for an ARM9 target. I successfully built libglib and gstreamer. Now I am trying to build gst-plugins-base, but I get an error message. Here is how I configure and build it:<br>
<span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;" id="internal-source-marker_0.23899831810099537">./configure
 CC=/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc 
 --build=i686-linux --host=arm-none-linux-gnueabi 
--prefix=/home/nlbutts/vision_mpeg/dependencies 
CFLAGS=-I/home/nlbutts/vision_mpeg/dependencies/include/ 
LDFLAGS=-L/home/nlbuts/vision_mpeg/dependencies/lib/<br><br>Here is the final output of the configuration:<br>configure: *** Plug-ins without external dependencies that will be built:<br>    adder<br>    app<br>    audioconvert<br>
    audiorate<br>    audioresample<br>    audiotestsrc<br>    encoding<br>    ffmpegcolorspace<br>    gdp<br>    playback<br>    subparse<br>    tcp<br>    typefind<br>    videorate<br>    videoscale<br>    videotestsrc<br>
    volume<br><br>configure: *** Plug-ins without external dependencies that will NOT be built:<br><br>configure: *** Plug-ins with dependencies that will be built:<br>    alsa<br>    gio<br>    ogg<br>    pango<br>    video4linux<br>
    vorbis<br>    ximagesink<br>    xvimagesink<br><br>configure: *** Plug-ins with dependencies that will NOT be built:<br>    cdparanoia<br>    gnomevfs<br>    ivorbisdec<br>    libvisual<br>    theora<br><br>configure: *** Orc acceleration disabled.  Requires Orc &gt;= 0.4.11, which was<br>
               not found.  Slower code paths will be used.<br><br><br>Finally, here is the error message I am getting:<br>/opt/montavista/pro/devkit/arm/v5t_le/bin/../lib/gcc/armv5tl-montavista-linux-gnueabi/4.2.0/../../../../armv5tl-montavista-linux-gnueabi/bin/ld: warning: libgstinterfaces-0.10.so.0, needed by ./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>, not found (try using -rpath or -rpath-link)<br>
./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>: undefined reference to `gst_property_probe_get_type&#39;<br>./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>: undefined reference to `gst_mixer_list_tracks&#39;<br>
./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>: undefined reference to `gst_property_probe_get_property&#39;<br>./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>: undefined reference to `gst_mixer_get_type&#39;<br>
./.libs/<a href="http://libgstaudio-0.10.so">libgstaudio-0.10.so</a>: undefined reference to `gst_property_probe_probe_and_get_values&#39;<br>collect2: ld returned 1 exit status<br><br></span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"></span>I&#39;m at a loss for why this wouldn&#39;t get built. Any ideas? <br>
<br>Thanks in advanced.<br clear="all"><br>