Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.3 - config.status file generation problems...
- X-seq: zsh-workers 3901
- From: Andrew Main <zefram@xxxxxxxxx>
- To: ajc@xxxxxxxxxxxxxxxxx (Andrew J Cosgriff)
- Subject: Re: 3.1.3 - config.status file generation problems...
- Date: Fri, 1 May 1998 14:29:49 +0100 (BST)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199805011239.WAA17927@xxxxxxxxxxxxxxxxxxxxxxx> from "Andrew J Cosgriff" at May 1, 98 10:39:26 pm
Andrew J Cosgriff wrote:
>2 goaway/2:a2 303 % ./config.status
>creating Makefile
>sed: Cannot find or open file :Makefile.in.
As I suspected, you have a duff config.status, caused by bogus editing.
It looks as if the shell you used to run the configure script has
translated '\\' to '\' within single quotes, which is well out of order.
Alternatively your ed has done the equivalent, which is also wrong.
Please try replacing ed with GNU ed, so tht we can eliminate that
possibility. And what is your /bin/sh?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author