[OpenAFS-devel] the "assert" mess
Neulinger, Nathan
nneul@umr.edu
Mon, 13 Jan 2003 11:58:40 -0600
Try linking in libafsutil.a - that fixed most of the assert() issues
when I was testing it.=20
I wasn't aware of the ones in debug.h, will take a look at that.=20
-- Nathan
------------------------------------------------------------
Nathan Neulinger EMail: nneul@umr.edu
University of Missouri - Rolla Phone: (573) 341-4841
Computing Services Fax: (573) 341-4216
> -----Original Message-----
> From: Jim Rees [mailto:rees@umich.edu]=20
> Sent: Monday, January 13, 2003 11:51 AM
> To: openafs-devel@openafs.org
> Subject: [OpenAFS-devel] the "assert" mess
>=20
>=20
> I'm getting four different versions of assert(), depending on=20
> what order the
> include directories are searched. This is not good.
>=20
> There is one version in include/afs/assert.h. It calls=20
> AssertionFailed(),
> which doesn't exist as far as I can tell. This is what's breaking my
> OpenBSD builds with the new Makefiles.
>=20
> There are two versions in include/afs/debug.h, one for the=20
> kernel and one
> for user space.
>=20
> And there is one in /usr/include/assert.h. That's the one I=20
> was getting
> with the old Makefiles.
> _______________________________________________
> OpenAFS-devel mailing list
> OpenAFS-devel@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-devel
>=20