Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Sat, 27 May 2000 11:47:12 -0700 (PDT) Message-Id: <200005271847.LAA00714@spica.hpl.hp.com> From: Wooyoung Kim To: cygwin AT sourceware DOT cygnus DOT com Subject: Sed problem... Hi, I downloaded and installed cygwin1.1.1, and tried to generate a Makefile from a configuration file. The command that i used is bash configure.nt (BTW, I am using windows NT 4.0 and bash 2.04 from the latest drop) While processing the command, bash generated the following error messages. sed: file conftest.defs line 1: Unknown option to 's' The content of conftest.defs looks like s/#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)/-D\1=\2/g s/[ `~#$^&*(){}\\|;'"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g The confusing thing is when I passed the scripts directly from the command line, it worked. Also, the same process worked with bash 2.02 which comes with cygwin-b20. any help??? thanks -wooyoung -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com