On Thu, Jan 15, 2009 at 2:33 PM, björn <[email protected]> wrote: > I had a look at configure.in but I cannot figure out where things go > wrong so I can't provide a fix.
The configure process runs ruby and asks it what flags it was built with. On Mac OS X ruby is universal, so it was built with "-arch ppc -arch i386." The configure process will happily use whatever flags ruby tells it. The best solution, I think, is to strip the arch flags from the ruby flags altogether, since the arch is specified as a separate configure option. I'll see if I can get a patch for this done this weekend. Jason --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
