On Tue, 22 Jun 2004, Stas Bekman wrote:

> Randy Kobes wrote:
> > I believe the last APR::* module that depends on mod_perl.so
> > is APR::Bucket - this diff included modperl_bucket.c in the
> > files copiled into APR.so, so that APR::Bucket doesn't need
> > mod_perl.so:
>
> +1
>
> I'm not sure this is the last one, since we don't test all APR:: modules.

Thanks ... I used the term "last APR::*" module based simply
on trying to compile all the APR::* modules without linking
to mod_perl.so. But you're right - there may be dependencies
on mod_perl.so lurking that testing will expose.

> Also I believe the copying part was originally a quick
> hack, I see no reason why .c files should be compiled
> twice. So eventually we should replace copy-n-compile with
> create-right-dependecies-n-compile-once

That's true ... What about, when building APR.so, simply
linking in the relevant .o files within src/modules/perl
(which already exist at this point of the build)?

-- 
best regards,
randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to