GNOME Bugzilla – Bug 334654
GStreamer --host assignment doesn't work
Last modified: 2006-03-24 11:26:27 UTC
Please describe the problem: I tried cross compiling GStreamer to ARM. It seems GStreamer is not behaving correctly in regards to the --host=arm-linux flag. When passing this flag to lixml or glib2 I see this in the compile output: --mode=compile --tag=CC arm-linux-gcc While GStreamer just do: --tag=CC --mode=link gcc The compilation then fails due to trying to link i386 binaries to ARM libraries. Steps to reproduce: Trying to cross compile GStreamer towards ARM architecture. Actual results: Expected results: Does this happen every time? Other information:
*** This bug has been marked as a duplicate of 314415 ***