-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cross Compile (for arm) fails #128
Comments
* bug/128: fix, PEBKAC, use YUCK as set by configure everywhere, fixes issue #128
Hi, $ ./configure --without-included-yuck YUCK=/bin/false to skip building yuck. However, the Then
should work. |
Oh, and in case you're building the tarball it's much easier: Delete the GNUmakefile and kick |
Unfortunately now I'm getting this error: Any ideas? Is there a flag to not run the tests. Here are my configure opts: For reference, I'm not installing man pages, so no need to generate those. |
Oh yes, that rings a bell. That is the test to determine the zone file layout. That test (and possibly others) isn't cross-compile-proof. I suppose you could set the variable
|
Any chance for AX_ZONEINFO to be more cross-compile friendly? |
Try dd9c667 for a configure run without deep inspection of zoneinfo files. |
That helped, thanks! An additional issue that I ran into is that |
Thanks for reporting the At the moment I feel this is over the top for something as trivial as generating a C file with a a few constants. So instead in 1bab114 I stooped to committing generated code. |
I'm trying to cross compile the package for arm, but turns out it also cross compiles "yuck" and then tries to use the cross compiled version which results in:
Can I pass a compiler flag to disable yuck? I don't want any docs or anything else, just the core tools on my system.
The text was updated successfully, but these errors were encountered: