Andreas J. Koenig wrote:
>>>>>> On Mon, 24 Dec 2007 15:07:20 -0800, "Philippe M. Chiasson" <[EMAIL 
>>>>>> PROTECTED]> said:
> 
>  >> I then changed directory to apache.../src/modules/perl/ and did a
>  >> 'make libperl.a', which did compile one for me. Then I switched back
>  >> to mod_perl directory and retried a 'make' and indeed this finished
>  >> without error.
> 
>   > Most likely caused by not having done
> 
>   > $> make clean
> 
>   > before trying again. When not doing that, src/modules/perl under 
> apache/src
>   > will not be correctly re-generated.
> 
> Nope, it's really some fight between Linux and Cygwin for the right of
> way. 

Are you building this on Windows/Cygwin then ?

> I can make it work with this one line change but I don't know how
> much of your expectations are undermined by it:
> 
> --- apaci/Makefile.tmpl~        2007-12-25 05:28:23.448665692 +0100
> +++ apaci/Makefile.tmpl 2007-12-25 05:28:36.567058818 +0100
> @@ -37,7 +37,7 @@
>  ##
>  
>  #   the library to build
> -MP_LIB=libperl.$(MP_LIBEXT)
> +MP_LIB=libperl.$(LIBEXT)
>  
>  #   the objects to use
>  MP_OBJS=\
> 
> 
> Makes any sense?

Not much sense, no...

In your case, what does MP_LIBEXT end up being ?

-- 
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to