Nick Ing-Simmons wrote:
> Stas Bekman <[EMAIL PROTECTED]> writes:
> 
>>>So all you need is the "normal" OBJECT => '$(O_FILES)' 
>>>that anything with multiple .o files needs.
>>
>>yay, why things are always so simple when somebody tells you how ;)
>>
>>I've added :
>>
>>BOOT:
>># boot the second XS file
>>boot_Bar();
> 
> 
> boot_Bar() is an XS() so it expects some args
> 
> I think 
> 
>  boot_Bar(aTHX_ cv);
> 
> Will suffice - it will pass "wrong" CV *, but that is unlikely to matter.
> However for MULTIPLICITY (or threads) the aTHX_ will ensure a my_perl
> is passed.

Hmm, funny but it did work without this addition with ithreads-enabled 
perl. But I've added the args as you've suggested.

Thanks Nick!

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to