dotc has asked for the wisdom of the Perl Monks concerning the following question:
Running make on this makefile produces the, Makefile:730: *** missing separator. Stop errmsg.# --- MakeMaker pm_to_blib section: pm_to_blib: $(TO_INST_PM) @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \ "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \ -e "pm_to_blib(qw[ <<pmfiles.dat ],'$(INST_LIB)\auto')" $(PM_TO_BLIB) << @$(TOUCH) $@
Cutting the whole pm_to_blib: section doesn't help -- another error somewhere else pops up.
Any help would be greatly appreciated.
edit: chipmunk 2001-03-08
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: make / Makemaker trouble
by dotc (Acolyte) on Mar 08, 2001 at 10:26 UTC | |
|
Re: make / Makemaker trouble
by jmcnamara (Monsignor) on Mar 08, 2001 at 16:00 UTC | |
by tye (Sage) on Mar 08, 2001 at 18:38 UTC | |
|
Re: make / Makemaker trouble
by frag (Hermit) on Jun 29, 2001 at 05:41 UTC |