Carl Brewer wrote:
Stas Bekman wrote:

Carl Brewer wrote:

S

Looks fine as it's in .PHONY. You should be able to do

% cd xs/APR/aprext/Makefile
% make dynamic
make: Nothing to be done for `dynamic'.




steel1: {7} cd xs/APR/aprext/
steel1: {8} make dynmaic
make: don't know how to make dynmaic. Stop

make: stopped in /data/src/mod_perl-1.99_15-dev/xs/APR/aprext



hmm, you've a typo : s/dynmaic/dynamic/


Not this time :

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

make: stopped in /data/src/mod_perl-1.99_15-dev/xs/APR/aprext

It all compiles fine and is running with gmake, but NetBSD's
make doesn't seem to like this Makefile.

Well, it's really a MakeMaker issue, which should do the right thing. Are you running the latest ExtUtils::MakeMaker? If so it's probably something to be posted to the makemaker list.


--
__________________________________________________________________
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]



Reply via email to