From: Jon B. <jo...@gm...> - 2007-07-11 23:04:03
|
Yeah thats the confusing part, so to bundle for PPC and Intel (UB) you need to modify the Makefile that comes w/ a gem to get to that part. I think, so its pretty tricky for RC apps then since there might be a few scenarios you have to work out, does standalonify take any of these into consideration? Im fortunately @ the point where Im not packaging an app yet but Im looking @ how others accomplish it. - Jon On Jul 11, 2007, at 5:54 PM, jea...@gm... wrote: > On 7/11/07, Jon Baer <jo...@gm...> wrote: > Yeah that is what those *.bundle items are when you looked @ PackRat > app ... > > Inside of lib you would put ... > > ./gems/1.8/gems/libxml-ruby-0.3.8.4/lib/xml/libxml_so.bundle > > And then require that bundle in rb_main. > > Im having a similar issue with Hpricot gem I want to use and not sure > the bundling of native items will work properly if the ruby binary > has not been updated. > > could you build the native parts on the respective platforms then > lipo them together? > > cheers, > jean-pierre |