Displaying 1 result from an estimated 1 matches for "ac_cv_bigendian".
Did you mean:
ac_c_bigendian
2004 Dec 12
0
R-2.0.0 on ARM (Sharp Zaurus)
...y progress...
As ever the configure script isn't overly happy cross-compiling. The problem
is the way in which LD_LIBRARY_PATH is altered (I note the FIXME comments
around this bit of code). I've patched the file to remove this for my
cross-build and it now works fine. I'm also passing ac_cv_bigendian=yes to
avoid the NA problem of old (I presume this is still necessary, I'll test
once I have a working binary).
The next issue is related to the compilation process's use of the R.bin
binary during the compilation. Obviously this doesn't work very well when
you're cross-compiling....