On Fri, 17 May 2002, Douglas E. Engert wrote: > Dan Million wrote: > > > > Hi. I'm linking a program to libgssapi_krb5.a, which has > > worked before, but now I'm getting an unresolved symbol > > called .__eprintf, which is being referenced in the > > init_sec_context module of the library (in make_ap_req_v2, > > I think). I did a "strings" command on libgssapi_krb5.a, > > and .__eprintf shows up there, but it isn't in the list > > of global symbols available from the library. > > > > This is KRB5 v1.2.3, compiled on AIX 5.1, although the > > .__eprintf string also appears in a library compiled under > > AIX 4.3.3. > > Its used by the gcc assert.h. > Its in libgcc2.c
Hmmm....that's what I get for building Kerberos with gcc. Well, looks like it's back to xlc for me. Thanks for the info. Dan ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
