On Nov 10, 2007, at 6:17 AM, Antoine van Gelder wrote:
object= *(oop *)dlsym(global, "_libid_object");
It's not finding the symbol _libid_object so returning 0 and
segfaulting during the cast.
Ah, now I remember. _libid_object (and all the similar globals) went
away (to eliminate any dependency on dlsym() during initialisation)
and were replaced by a single structure called _libid (described in
id.h). All the same stuff is there; you just have to replace
_libid_object with _libid->object etc.
HTH,
Ian
_______________________________________________
fonc mailing list
[email protected]
http://vpri.org/mailman/listinfo/fonc