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 | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.