site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail; t=1321482654; bh=YBotPSJDftuLNIoPkRYuhhlxzJmUomwT7Rbx2/j6H7I=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=chf45mMw96FODNC4RD92vCmx3EgZvkJqn9ZXjtt2VzZPeE8zEpv9fBFCyFEpC5oZl oOrh94Ny+w7OcC/JcYhSoaBm41cP4TpUVuOs9P4Jq8tcUOPyx35tXsP4aQe4HZ12fn plfeJ0RYdgx8nqUD2lznmJCJ/OMUWycSNSvf2p65GKhpg+NKj1mLMd9wuKpyEEluzu j2sEV4XQ3PSOmxtA1yvXfAXFt0s6nKirOQbWnffApYCZ6Y+1m3+UJxF1H+L0Nx+gc8 6bAujjbIHdTtCuiVTYX2gP5E2pISzQLJAs5Ruh55hqHiCYBl5D1yKZdP+PdbY8dSu/ Z4qhu1q3FZhlA== User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 I'm trying to build 10.8.0 with kdb. I edited osfmk/conf/MASTER and added a line: options MACH_KDB Then I rebuilt, but now the link is failing: CC version.o LD mach_kernel.sys Undefined symbols: "_getsymtab", referenced from: _aout_db_sym_init in db_aout.o ld: symbol(s) not found This is because libkern/kernel_mach_header.c has that compiled out when MACH_KDB is not defined. For now, I just hacked this into ./libkern/libkern/kernel_mach_header.h #ifndef MACH_KDB #define MACH_KDB 1 #endif But is there a more proper way? BTW, I haven't crashed yet, so I don't know if kdb actually still works ;) Thanks, Drew _______________________________________________ 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