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

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 3 17:40:27 PDT 2010


Please show us "./config.status --version", thank you.

eg. $ ./config.status --version
llvm config.status 2.9svn
configured by ../../llvm-cur/configure, generated by GNU Autoconf 2.63,
  with options "'-C' '--disable-docs' '--enable-pthreads'
'--enable-optimized' '--enable-assertions=yes'
'--prefix=/c/Users/chapuni/llvm/build/msys-shared/install/stage1'
'--enable-shared=yes' '--enable-targets=all' 'CXX=ccache g++'"

Copyright (C) 2008 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.


...Takumi


2010/10/26 asmwarrior <asmwarrior at gmail.com>:
> I just follow the instruction here: ( I just use the svn to update to the
> latest clang and llvm)
>
> http://clang.llvm.org/get_started.html
>
> Then I have all the required tools installed.
>
> When I finish the configure, I simply run the "make" command under the llvm
> folder.
>
> But here is the error :
>
>
> $ make
> Makefile:130: /Makefile.rules: No such file or directory
> make: *** No rule to make target `/Makefile.rules'.  Stop.
>
>
> I just look at the makefile line 130:
>
> # Include the main makefile machinery.
> include $(LLVM_SRC_ROOT)/Makefile.rules
>
> It seems $(LLVM_SRC_ROOT) is not defined.
>
> How can I fix this kind of problem?
>
> thanks.
>
> asmwarrior
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>




More information about the cfe-dev mailing list