After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 143741 - cross compiling issue
cross compiling issue
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.8.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-06-04 21:12 UTC by Daniel Gazard
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.ac fix (191 bytes, patch)
2004-06-04 21:20 UTC, Daniel Gazard
none Details | Review

Description Daniel Gazard 2004-06-04 21:12:45 UTC
Just launch configure as follow:
./configure cross_compiling=yes 

This yield an error during the configure large file support checking:
checking for large file support... configure: error: cannot run test program
while cross compiling
Comment 1 Daniel Gazard 2004-06-04 21:20:03 UTC
Created attachment 28357 [details] [review]
configure.ac fix

I just put back a default action in the action-if-cross-compiling field of the
AC_TRY_RUN macro (which was removed in Revision 1.302 ; what was the particular
reason ?).
Comment 2 Benjamin Otte (Company) 2004-06-07 03:14:00 UTC
applied.
Looks like it was removed by accident and noone noticed yet.