eLore has asked for the wisdom of the Perl Monks concerning the following question:
When I try running the make, I get:
$ make
Makefile:989: *** missing separator. Stop.
The line with @(PM_TO_BLIB) is 989...
Makefile (lines 982 to the end):
Thanks.# --- 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) $@ # --- MakeMaker selfdocument section: # --- MakeMaker postamble section: # End.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: libwin32-0.16/cygwin
by tye (Sage) on Nov 10, 2000 at 01:57 UTC | |
|
Re: libwin32-0.16/cygwin
by chromatic (Archbishop) on Nov 10, 2000 at 01:47 UTC |