Re: Kernel Framework missing?
Re: Kernel Framework missing?
- Subject: Re: Kernel Framework missing?
- From: Douglas Davidson <email@hidden>
- Date: Tue, 12 Jun 2001 13:38:21 -0700
On Tuesday, June 12, 2001, at 12:56 PM, Hua Ying Ling wrote:
>
I'm trying to use syslog which requires the kernel framework, but when I
No, it doesn't. The "kernel framework" is just for things that go in
the kernel; you can't actually link against it. If you are thinking of
syslog(3), as in <syslog.h>, that is in the System framework, which
everything automatically links against. Either way, you don't have to
worry about it.
>
try to add the framework to my project I project builder gives me this
>
error "can't locate framework for: -framework Kernel" I also find that
>
the actual binary for the framework is missing the the documentation is
>
present.
>
>
Can I download this framework separately? Also is there online
>
documentation on how to use syslog, I'm still not sure how use the
>
function calls after looking at the headers.
Try "man 3 syslog". Are you sure you really want to use it? It's a bit
complicated, and if you don't already understand it, there's a good
chance it's not what you're looking for.
Douglas Davidson