make: stopped in /data/src/mod_perl-1.99_15-dev steel1: {30} cd xs/APR/aprext/ steel1: {31} make dynamic make: don't know how to make dynamic. Stop
OK, Carl, please file a bug report at: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ExtUtils-MakeMaker
The message should be
Subject: SKIP doesn't work on NetBSD + make -------------------------------------------
Makefile generated with Makefile.PL, which skips the dynamic target, doesn't work with NetBSD's make:
% grep dynamic Makefile # SKIP => [q[dynamic], q[test], q[static]] [...] .PHONY: all config static dynamic test linkext manifest
% make dynamic make: don't know how to make dynamic. Stop
However it works using gmake:
% gmake dynamic gmake: Nothing to be done for `dynamic'.
Is there anything EU::MM can do to make NetBSD's make happy? -----------------------------------------
followed by the output of your perl -V.
Let us know the results if any.
-- __________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]