Hi.

Would you install LLVM as following? :D
  $ svn co -r 106781 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
  $ cd llvm-trunk
  $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc
CXX=/usr/bin/g++ ./configure --enable-bindings=none --enable-optimized
--with-llvmgccdir=/tmp
  $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc
CXX=/usr/bin/g++ make
  $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc
CXX=/usr/bin/g++ make install

Please watch a REAME.rdoc in detail :
http://github.com/masterkain/macruby/blob/master/README.rdoc

2010/7/9 Alexander v. Below <be...@mac.com>:
> Hello,
>
> I am attempting to build MacRuby-trunk (rev 4338), and when I call rake I get 
> the error:
>
> "The llvm-config executable was not located as /usr/local/bin/llvm-config. 
> Please make sure LLVM is correctly installed on your machine and pass the 
> llvm_config option to rake if necessary."
>
> Can I remedy this for Developer Tools installation of llvm (4.2), or is the 
> only way to get rid of this to use the llvm version indicated in the readme?
>
> Thanks
>
> Alex
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to