Hi all,<br><br>i don't know if this is related to blackfin or if it is a build issue, so I'm posting on the gst-devel instead of gst-embedded.<br><br>while i was cross compiling gstreamer-core, i disabled check (because i really don't want it on blackfin, it uses fork, and for me it is a problem, and while I'm cross compiling i cant run tests). i run configure like that:<br>
<br>./configure --prefix /home/katcipis/blackfin --libdir /home/katcipis/blackfin/lib --build=i686-pc-linux-gnu --host=bfin-linux-uclibc --enable-shared --disable-check --disable-tests --disable-failing-tests --disable-examples<br>
<br>gstreamer core and gstreamer-base cross compile just ok.... but on gstreamer-good i configured like that:<br><br>./configure --prefix /home/katcipis/blackfin --libdir /home/katcipis/blackfin/lib --build=i686-pc-linux-gnu --host=bfin-linux-uclibc --enable-shared --without-x --without-libv4l2 --disable-libpng --disable-gdk_pixbuf --disable-oss4 --disable-soup --disable-gst_v4l2 --disable-annodex --disable-oss --disable-shout2 --disable-cairo --disable-examples --disable-schemas-install --disable-gtk-doc<br>
<br>and everything compiles just great... but then...it tries to compile tests/check, i don't know why the configure process think i have libgstcheck (it is not on the lib dir since i disabled it on gstreamer core configuration) and tries to link with gst-check and to run the tests. the error is the following:<br>
<br>make[3]: Entering directory `/home/katcipis/blackfin/src/gst-plugins-good-bfin/tests/check'<br> CC autodetect.o<br> CCLD elements/autodetect<br>/opt/uClinux/bfin-linux-uclibc/lib/gcc/bfin-linux-uclibc/4.3.5/../../../../bfin-linux-uclibc/bin/ld: cannot find -lgstcheck-0.10<br>
collect2: ld returned 1 exit status<br><br>config.log shows that the configure process really thinks i have check:<br><br>HAVE_GST_CHECK_FALSE='#'<br>HAVE_GST_CHECK_TRUE=''<br><br>i tried to configure with --disable-tests, --disable-check...none of this options exists on configure... and the internal tests that configure run to check com gst-check for some kind of reason pass...and it tries to use check...and i don't know how i can force gst-plugins-good build to don't use gst-check. Am i doing something wrong? is there a way to disable the run of the check tests on gst-plugins-good?<br>
<br>best regards,<br>Tiago Katcipis<br>