| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Fri, 15 Sep 2000 11:32:13 -0400 |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: gawk: system() or piping does not work due to no /bin/sh |
| Message-ID: | <20000915113212.B4739@cygnus.com> |
| Reply-To: | cygwin AT sources DOT redhat DOT com |
| Mail-Followup-To: | cygwin AT sourceware DOT cygnus DOT com |
| References: | <DFEDIIOHEOKJAKHGAJMHIECACAAA DOT richard DOT atterer AT gulp DOT de> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.3.6i |
| In-Reply-To: | <DFEDIIOHEOKJAKHGAJMHIECACAAA.richard.atterer@gulp.de>; from richard.atterer@gulp.de on Fri, Sep 15, 2000 at 11:37:07AM +0200 |
On Fri, Sep 15, 2000 at 11:37:07AM +0200, Richard Atterer wrote:
>Hello,
>
>I encountered this problem: Executing other programs from within gawk did
>not seem to work, no matter whether you tried it through a pipe or with
>system(). Examples:
>
>gawk 'BEGIN{system("echo foobar")}'
>gawk 'BEGIN{while(("echo foobar"|getline l) >= 1) print l}'
>
>It turns out this is because /bin/sh doesn't exist, an "ln -s bash.exe sh"
>in /bin solved the problem.
The lack of /bin/sh means that your installation is corrupted.
>I installed using setup.exe with downloaded tarballs already present in the
>local directory. It should be noted that setup crashed towards the end the
>first time I ran it (IIRC, before it tried to create the menu entries), but
>it didn't crash on subsequent runs. Sorry for not being able to give more
>detailed information about the crash.
If setup crashed, that explains the problem. If you can't provide any details
then this will have to remain a mystery, I guess.
cgf
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |