#54: build on Leopard fails on readline ---------------------------------+------------------------------------------ Reporter: edarocket@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: readline | ---------------------------------+------------------------------------------ Comment (by edarocket@gmail.com): Now that MacRuby is built using Rake, I am not sure how to specify build options. Therefore, I am getting the exact same error that Eloy picked up on previously: {{{ lipo: can't open input file: /var/folders/qi/qiRsmsrKFyGifWoVhWoCz++++TM/-Tmp-//ccNzT4hX.out (No such file or directory) }}} Rather than bother you immediately, I tried his initial suggestion, i.e. I tried to recompile readline-5.2 as a fat binary: {{{ $ pwd /usr/local/src/readline-5.2 $ make distclean $ ./configure --prefix=/usr/local --enable-fat-binary }}} I then went back to MacRuby, ran 'rake clean' and 'rake', but still received the same error. So then I ran his check suggestion: {{{ $ file /usr/local/lib/libreadline.dylib /usr/local/lib/libreadline.dylib: Mach-O dynamically linked shared library i386 }}} So apparently I did not successfully rebuild readline as a fat binary. Can someone assist me with this problem? -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/54#comment:5> macruby <http://ruby.macosforge.org/>