[MacRuby] #921: MacRuby readme file: Installation Instruction for LLVM Incomplete

MacRuby ruby-noreply at macosforge.org
Thu Sep 30 17:32:59 PDT 2010


#921: MacRuby readme file: Installation Instruction for LLVM Incomplete
------------------------------------+---------------------------------------
 Reporter:  dekiefer@…              |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  minor                   |   Milestone:  MacRuby 0.6          
Component:  MacRuby                 |    Keywords:  LLVM                 
------------------------------------+---------------------------------------

Comment(by lsansonetti@…):

 I see the following in my README.rdoc file:

 {{{
     $ 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
 }}}

 It looks good to me. Where did you find the wrong instructions?

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/921#comment:1>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list