From: Eloy D. <elo...@gm...> - 2007-07-17 20:42:49
|
Hey Tim, Nice! Thanks for your test. Of course it would also be a god thing to really test it with the included tests.... :) Cheers, Eloy On 7/17/07, Tim Perrett <he...@ti...> wrote: > Hey Eloy > > I gave compiling the UB a go and here were the results... > > timmo:~/Desktop/ruby-1.8.6 tpfgperrett$ file ruby > ruby: Mach-O universal binary with 2 architectures > ruby (for architecture ppc): Mach-O executable ppc > ruby (for architecture i386): Mach-O executable i386 > timmo:~/Desktop/ruby-1.8.6 tpfgperrett$ file .ext/universal-darwin8.0/ > openssl.bundle > .ext/universal-darwin8.0/openssl.bundle: Mach-O universal binary with > 2 architectures > .ext/universal-darwin8.0/openssl.bundle (for architecture ppc): Mach- > O bundle ppc > .ext/universal-darwin8.0/openssl.bundle (for architecture > i386): Mach-O bundle i386 > > Hooray! Looks as though it has worked :) great stuff Eloy, well done! > > So either way, using a bespoke compile, or the rubyosx packages, we > now have UB versions of ruby and gems etc that we could incudle into > applications for a totally self contained RC app. > > I know Laurent said he was going to post onto the wikki, but I know > there are people on this list who are trying to deploy apps in this > manner at the moment and wondered if anyone has has any success > completing the packaging yet? > > Cheers > > Tim > > > On 17 Jul 2007, at 12:43, Eloy Duran wrote: > > > Check the output of: > > $ file ruby > > And also of: > > $ file .ext/universal-darwin8.0/openssl.bundle > > > > They should both give something like: > > openssl.bundle: Mach-O universal binary with 2 architectures > > openssl.bundle (for architecture ppc): Mach-O bundle ppc > > openssl.bundle (for architecture i386): Mach-O bundle i386 > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > |