From: unbewust Date: 2007-08-09T03:24:58+09:00 Subject: Re: mixing ObjC and C is possible ??? On 8 ao�t, 17:32, Sherm Pendley wrote: > My solution for calling ObjC from Perl XS extensions was to tell GCC to > compile .c files (generated from .xs files and thus not easy to rename > to .m without patching the utility that generates them) as Objective-C. > The compiler flag for that is, surprisingly enough, -ObjC. Thanks for this tip !!! > How to apply the -ObjC compiler flag when building Ruby extensions is a > question for someone with more Ruby expertise than me. Sorry! > it's really easy to do C ext for ruby ... Yvon