On 21/05/02 12:45 +1200, Christian Soeller wrote:
> A brief follow-up: after manually hacking the C test out in install it
> works and installs fine.
>
> How about an installable flag in the registration process that defaults
> to 0:
Christian,
Good idea. I'll add it to the todo list for the next release.
Cheers, Brian
> sub register {
> return {
> language => 'Pdlpp',
> aliases => ['pdlpp','PDLPP'],
> type => 'compiled',
> suffix => $Config{dlext},
> installable => 1,
> };
> }
>
> Only those languages whose installation can be handled correctly by
> Inline would set this. Fairly simple patches to Inline::C and Inline
> could achieve this behaviour.
>
> Christian