I built krb5-1.4.1 on HP-UX with CC=cc CFLAGS="-g -Ae +DAportable".
Running kinit gives the following:
$ kinit
Assertion failed: i->did_run != 0, file ../../include/k5-platform.h, line 232
Abort(coredump)
This indicates that the k5_once macro isn't doing its job correctly. One possible reason might be if the native C library provides a stub for pthread_once that never calls the indicated function. Could you check on that and let me know?
Ken
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
