[cfe-dev] build clang failed under MSYS (windows)

asmwarrior asmwarrior at gmail.com
Wed Nov 3 18:50:50 PDT 2010


On 2010-11-4 9:50, NAKAMURA Takumi wrote:
> Good morning.
>
> 2010/11/4 asmwarrior<asmwarrior at gmail.com>:
>> -------------------------------------------------------------------------
>> here is the report:
>>
>>   /e/clang_build/llvm
>> $ ./config.status --version
>> llvm config.status 2.9svn
>> configured by ./configure, generated by GNU Autoconf 2.60,
>>   with options ""
>>
>> Copyright (C) 2006 Free Software Foundation, Inc.
>> This config.status script is free software; the Free Software Foundation
>> gives unlimited permission to copy, distribute and modify it.
>> -------------------------------------------------------------------------
> In-place configure (./configure) might be bad sometimes,
> and you may try configure on dedicated build directory, thank you.
>
> $ mkdir /path/to/build
> $ cd /path/to/build
> $ /path/to/llvm/configure
> $ make
>
> I will investigate what would be wrong by in-place configure, someday.
>
>
> ...Takumi
Thanks.
  In-fact, I have tried to build in an dedicated directory, ( I have 
create a separate directory  /e/clang_build/build )
and do the configure like:
../llvm/configure
but it gives the same make command error.

asmwarrior



More information about the cfe-dev mailing list