site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Mon, 30 Apr 2007, cristian panci? wrote: gcc kextsymboltool.c -o kextsymboltool To be honest, I've never had any luck trying to build kextsymboltool from sources. (I think you need to use xcode, but I never got that to work, either:-) The good news is that you don't need it to build a bootable kernel, you only need it for building kexts. If you are working on an Intel Mac, you were able to grab binaries of the extra build stuff from www.macosforge.org (not sure if they are currently there), which included a working kextsymboltool binary. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com If you grab ftp://ftp.cis.uoguelph.ca/pub/nfsv4/darwin-port/xnu-client.tar.gz there are some notes in the tarball on how I build kernels. (Doesn't help w.r.t. building kextsymbltool from sources, though.) Good luck with it, rick