site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=F27IoQYDcQXDuQbCoTHnR0Ev04cwaAVnkZN5SKSYrc8=; b=XGTNG9S5HCYnRwTgBr37GTh+L8RYwDNctjjRsJH0EP/5LJMHYnZwVH1MhLwjxfMgo6 B2+awGBg4WCwfosj688MSOBmIF4RE3jWZrGxxAIYaBbGwSKuv/x83ppEahkAzs1C+nX4 I3sMlKMQAzroAFzOyH57PPJEBCvrd2kA4T24s= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=gKfw/bSshFoPbgD/dXLlKY76oChleOkg3N2rDGMfMfD3ty0Tonj/5ZWEwwM4ysiQo1 u6El0kom2xrogfTmNbXZmesOektLhdqC0/fMYzMHgLLwPrI2VdDqlGs7POKmCRtnkXbJ ZEhef2kr6WkKAgsn9DsBq2a5qyLRpCjAuMZ3s= Hi Alex, No actual *details* here, just a theory: it may be that llvm and gcc share a set of hidden files (which usually begin with a dot) for tracking the dependency of .c files on .h files, and the stored llvm dependencies are breaking the gcc build. The brutal solution would be to delete the build tree and start again from scratch. If I have the right problem and somebody has the details, they can probably suggest a much more sophisticated solution. Regards, James.
Date: Sat, 11 Sep 2010 02:13:27 +0200 From: Alexander von Below <below@mac.com> Subject: Re: Building the 10.6.4 Kernel To: Terry Lambert <tlambert@apple.com> Cc: "darwin-kernel@lists.apple.com Kernel" <darwin-kernel@lists.apple.com> Message-ID: <B8EA2A65-E3F8-4749-8209-529C8D78A9BE@mac.com> Content-Type: text/plain; charset=us-ascii
Thanks for your reply.
However, I have no clue why the makefile thiks it should use llvm-c
The error occurs even if I pass gcc-4.0 as the value for CC:
% make CC=/usr/bin/gcc-4.0 =========== make all for libstuff ============= /usr/bin/gcc-4.0 -std=c99 -O -DLTO_SUPPORT -g -I../../include -Wall -fno-builtin-round -D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ -D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -static -c \ -I/Developer/usr/local/include \ -MD -dependency-file ./lto.d \ -o ./lto.o ../lto.c ../lto.c:8:24: error: llvm-c/lto.h: No such file or directory
Could anyone shed light on this?
xcode-select points to /Developer, containing the current stable release of Xcode (3.2.4)
Thanks
Alex
_______________________________________________ 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