libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGW issue


From: Bob Friesenhahn
Subject: Re: MinGW issue
Date: Sat, 9 Oct 2004 19:36:53 -0500 (CDT)

On Sat, 9 Oct 2004, Bob Friesenhahn wrote:

It is worth noting that my Cygwin environment uses sed 4.0.9 while the MinGW environment uses sed 3.02. Since the failing tests pass under Cygwin, it seems possible that sed 4.0.9 will accept a command that 3.02 rejects.

And this is confirmed:

Cygwin:

% echo hello | sed -e 1iEXPORTS
EXPORTS
hello

MinGW:

$ echo hello | sed -e 1iEXPORTS
sed: -e expression #2, char 3: Extra characters after command

And my Solaris system (also with sed 3.02 since I proved to myself that it was better than sed 4.X):

% echo hello | sed -e 1iEXPORTS
sed: -e expression #1, char 3: Extra characters after command

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]