Re2: standard library pow function needed from kext
Re2: standard library pow function needed from kext
- Subject: Re2: standard library pow function needed from kext
- From: Frode Isaksen <email@hidden>
- Date: Fri, 27 Sep 2002 09:20:36 +0200
>
not a static libm on the system. Is this correct? Are there only dynamic
>
versions of the math and other libs? And if so, can a dynamic library be
>
linked to a kext? Is there a linker option to specify code from a dynamic
>
library be pulled into a generated program/kext as would be done with a
>
static library? Any other suggestions?
>
Thanks,
I have compiled a static version of libm.a for use within the kernel. It
works fine... If you want it, I can send the project to you.
Make sure that you do not call the floating point function log(), as it
collides with a kernel logger function log().
BTW, Apple is using floating point in the kernel in some audio stuff.
Hilsen,
Frode
_______________________________________________
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.