delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | "M.O.D." <frjufrjufrju AT yahoo DOT com> |
Subject: | Bash command file gets stuck |
Date: | Sun, 14 Dec 2008 03:32:14 +0000 (UTC) |
Lines: | 38 |
Message-ID: | <loom.20081214T031132-754@post.gmane.org> |
Mime-Version: | 1.0 |
User-Agent: | Loom/3.14 (http://gmane.org/) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
I made a command file named gcc.bat: ----------------------------------- #! /bin/sh cc `pkg-config --cflags --libs gtk+-2.0` ${1}.cpp -o ${1} ----------------------------------- I set the execution flag: -rwx--x--x+ 1 pd None 71 Dec 13 17:25 gcc.bat I typed the cc command in by hand and it worked fine. But when I try to run the command file from the Cygwin command line: ----------------------------------- $ ./gcc.bat murq E:\cygwin\install\home\pd>#! /bin/sh '#!' is not recognized as an internal or external command, operable program or batch file. E:\cygwin\install\home\pd>cc `pkg-config --cflags --libs gtk+-2.0` ${1}.cpp -o ${1} ----------------------------------- At this point, the Cygwin command line window is stuck. Nothing I type in has any effect, including Ctrl-C and Ctrl-Z. I had to use the close window button at the top right of the window. I downloaded Cygwin (complete, everything) last Friday (5 Dec) and installed everything on a clean E: disk on Vista. I need some advice on how to get command files to work. Thanks, Ollie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |