Thanks to both Nakamura & Csaba Raduly. My directory structure was the culprit. I was able to build  and install LLVM and LLVM-GCC successfully.<br><br>The README.LLVM file that comes with the source is not very clear. It jumps between platforms and makes it difficult to follow it.<br>
<br>Cheers,<br>Anand.<br><br><div class="gmail_quote">On Thu, Feb 10, 2011 at 6:38 AM, Csaba Raduly <span dir="ltr"><<a href="mailto:rcsaba@gmail.com">rcsaba@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Anand<br>
<div class="im"><br>
On Wed, Feb 9, 2011 at 7:19 PM, Anand Arumugam  wrote:<br>
> On Wed, Feb 9, 2011 at 9:40 AM, NAKAMURA Takumi  wrote:<br>
>><br>
>> Anand,<br>
>><br>
>><br>
>> I have not tried building llvm-gcc, though, ...<br>
>><br>
>> Please show me "/path/to/config.status --version".<br>
><br>
> [Anand] Here is the config.status output taken from '/cygdrive/c/llvm-2.8':<br>
><br>
> ./config.status --version<br>
> llvm config.status 2.8<br>
> configured by src/configure, generated by GNU Autoconf 2.60,<br>
>   with options "'--prefix=/cygdrive/c/llvm-2.8'"<br>
><br>
><br>
</div>...<br>
<div class="im">><br>
> [Anand] The build has to be done from a different directory than the source.<br>
> I was doing it from one level up. Whats wrong in the way I had it setup?<br>
><br>
> So if I have given a different prefix other than the directory from where<br>
> the build is done, then it will work. Is that what you are saying?<br>
><br>
<br>
</div>Hi Anand,<br>
<div class="im">In your first mail, you wrote:<br>
<br>
/cygdrive/c/llvm-2.8/src <--- contains the source extracted from the<br>
llvm-2.8 tar ball.<br>
<br>
</div>With "--prefix= /cygdrive/c/llvm-2.8" you are dangerously mixing the<br>
source and install directories.<br>
<br>
I usually build from the Subversion, with the following setup:<br>
<br>
$HOME/LLVM/llvm <- sources<br>
$HOME/LLVM/build-release <- build dir<br>
--prefix=/usr/local<br>
<br>
Csaba<br>
<font color="#888888">--<br>
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++<br>
Life is complex, with real and imaginary parts.<br>
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds<br>
"People disagree with me. I just ignore them." -- Linus Torvalds<br>
</font></blockquote></div><br>