Re: Using SystemConfiguration API inside KEXT
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Le 11 mai 2010 à 19:11, Uli Kusterer a écrit :
On May 11, 2010, at 6:40 PM, Jean-Daniel Dupas wrote:
gcc include.c
I think you left out the -framework SystemConfiguration option.
Yes, I did it Intentionally. It is required for linking, but not for header lookup, just like you don't need additional flag to use headers in /usr/include but need -lmylib to link it. -- Jean-Daniel _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jean-Daniel Dupas