On Wed, Jul 04, 2001 at 12:02:29PM -0500, Jarkko Hietaniemi wrote: > grumble new constants not added to the list of known MakeMaker > constants I thought I did that in full_setup() or is there more? > grumble old constants AUTOSPLITFILE -AUTOSPLITFILE = $(PERL) "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -e 'use AutoSplit;} .$asl.q{autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;' +AUTOSPLITFILE = $(PERLRUN) -e 'use AutoSplit;}.$asl.q{autosplit($$ARGV[0], $$AR GV[1], 0, 1, 1) ;' > MKPATH -MKPATH = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Command -e mkpath +MKPATH = $(PERLRUN) -MExtUtils::Command -e mkpath > EQUALIZETIMESTAMP -EQUALIZE_TIMESTAMP = $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -MExtUtils::Comman d -e eqtime +EQUALIZE_TIMESTAMP = $(PERLRUN) -MExtUtils::Command -e eqtime > require PERLRUNINST instead of just PERLRUN because otherwise the > sdbm subdirectory won't even build That shouldn't be necessary, its not what they were originally taking. SDBM_File builds fine for me. Something else is going on here. > grumble was this change even tested grumble I built the core and a few external modules with it and ran the test suite. I'm working on getting MakeMaker some real tests but its not easy. -- Michael G. Schwern <schwern@pobox.com> http://www.pobox.com/~schwern/ Perl6 Quality Assurance <perl-qa@perl.org> Kwalitee Is Job One Maybe they hooked you up with one of those ass-making magazines. -- brian d. foy as misheard by Michael G SchwernThread Previous | Thread Next