Date: Thu, 29 Jul 1999 11:04:55 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: jeff DOT fritsche AT persoft DOT com cc: djgpp AT delorie DOT com Subject: Re: Make fails with "*** missing separator." In-Reply-To: <7nnd50$59o$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 28 Jul 1999 jeff DOT fritsche AT persoft DOT com wrote: > 724 # --- MakeMaker pm_to_blib section: > 725 > 726 pm_to_blib: $(TO_INST_PM) > 727 @$(PERL) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)" \ > 728 "-I$(PERL_ARCHLIB)" "-I$(PERL_LIB)" -MExtUtils::Install \ > 729 -e "pm_to_blib(qw[ < 730 > 731 $(PM_TO_BLIB) > 732 << > 733 @$(TOUCH) $@ > 734 > 735 > 736 # --- MakeMaker selfdocument section: > > Note that line #731 is not indented at all. Seems like something goes terribly wrong when these lines are generated, because $(PM_TO_BLIB) and the line after it seems to be wrong (what's that lone "<<" on line 732 supposed to do, anyway?). You will have to dig deeper into how this part is generated, to find what the culprit is. If you cannot figure it out, try asking someone who can run this on Unix for what should those lines look like, or post here a detailed description of how this fragment is generated and from what text.