Re: [Chicken-users] libchicken universal support added

2008-01-18 Thread Heinrich Taube
this is great! thanks so much. dont know if felix gives out Rooster badges, but you clearly qualify ;) On Jan 17, 2008, at 10:25 PM, Zbigniew wrote: Hi there, I added universal binary support to Chicken. make PLATFORM=macosx ARCH=universal Eggs built with chicken-setup will

Re: [Chicken-users] libchicken universal support added

2008-01-17 Thread Zbigniew
Hi there, I added universal binary support to Chicken. make PLATFORM=macosx ARCH=universal Eggs built with chicken-setup will automatically be universal. On Jan 15, 2008 4:06 PM, Heinrich Taube [EMAIL PROTECTED] wrote: hi, since chicken compiles on osx ppc and intel is it possible to

Re: [Chicken-users] libchicken universal support added

2008-01-17 Thread felix winkelmann
On Jan 18, 2008 5:25 AM, Zbigniew [EMAIL PROTECTED] wrote: Hi there, I added universal binary support to Chicken. make PLATFORM=macosx ARCH=universal Eggs built with chicken-setup will automatically be universal. You're da man, Zbigniew. cheers, felix

[Chicken-users] libchicken universal?

2008-01-15 Thread Heinrich Taube
hi, since chicken compiles on osx ppc and intel is it possible to compile it as a universal lib? Im getting ready to ship chicken in an osx app bundle and this would save some release headaches. best,rick ___ Chicken-users mailing list

Re: [Chicken-users] libchicken universal?

2008-01-15 Thread Zbigniew
No one has actually tried it to my knowledge, but you could try building two copies (one PPC, one Intel) and then using `lipo -create` to fuse the copies of each library together. The easiest way would be to build on a native i386 and a native PPC machine, but if unavailable I think you could