[cfe-dev] build clang failed under MSYS (windows)
NAKAMURA Takumi
geek4civic at gmail.com
Wed Nov 3 18:50:06 PDT 2010
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
More information about the cfe-dev
mailing list