Re: Undefined "atexit" in kext driver
Re: Undefined "atexit" in kext driver
- Subject: Re: Undefined "atexit" in kext driver
- From: "Justin C. Walker" <email@hidden>
- Date: Tue, 4 Jun 2002 14:10:50 -0400
On Monday, June 3, 2002, at 08:46 , Scott Taggart wrote:
Hi,
I get an undefined "atexit" symbol when I load my kext. I have seen
this before but it was very hard to track down (I have dozens of files
and none explicitly reference atexit()). I presume this is my code
referencing some library function that is referencing atexit. I
searched the archives and could find no mention of this. Any ideas on
how to find where this is referenced?
Have you tried 'nm' on your various objects? Note that you can't use
the system's normal "C Library" in kernel extensions (don't know if you
know this; just thought I'd point it out, since the appearance of
'atexit' is pretty weird).
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | When LuteFisk is outlawed
| Only outlaws will have
| LuteFisk
*--------------------------------------*-------------------------------*--
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.