Jason Edgecombe <[EMAIL PROTECTED]> writes: > I wanted to see if I would have any better luck compiling 1.5.x for maemo. > > Cross-compiling for armel in scratchbox if that matters. > > The compile failed. Here is the last few lines of the compile:
The basic problem that caused this was that arm was the only platform that didn't get UBIK_PTHREAD_ENV defined everywhere AFS_PTHREAD_ENV was defined. Since both were otherwise always defined together, I believe UBIK_PTHREAD_ENV is redundant. I think /afs/ir.stanford.edu/users/r/r/rra/public/dropoff/openafs-pthread.diff fixes the underlying problem in the correct way after some discussion on Zephyr. Will commit after further build testing and review. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
