| 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 sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <20000303195745.17044.qmail@web111.yahoomail.com> |
| Date: | Fri, 3 Mar 2000 11:57:45 -0800 (PST) |
| From: | Earnie Boyd <earnie_boyd AT yahoo DOT com> |
| Reply-To: | earnie_boyd AT yahoo DOT com |
| Subject: | Re: Can Perl Run from Shebang Line on BASH Shell on Windows 98 Computer? |
| To: | James E Keenan <jkeen AT concentric DOT net>, cygwin AT sourceware DOT cygnus DOT com |
| MIME-Version: | 1.0 |
--- James E Keenan <jkeen AT concentric DOT net> wrote:
> I am having problems running Perl on my Windows 98 machine using the Cygwin
> B-32 BASH shell. While I can run Perl from the command line, I cannot yet get
> "stand-alone" Perl programs to run, i.e., programs where Perl runs not
> because the command "perl -e" is evoked in the first position on the command
> line but rather because the ".pl" file itself has information concerning the
> location of the Perl interpreter on the computer.
>
> Installation: Perl version 5.005_03 built for MSWin32-x86-objec.
> Binary build 522 from ActiveState Tool Corp.
>
NON-CYGWIN programs will not know about the Cygwin mounted paths. You will
need to use an absolute DOS path for the here document. You will need to do
something like:
#! c:\\program\ folder\\perl\\bin\\perl
Caveat: Untested.
=====
---
Earnie Boyd: <mailto:earnie_boyd AT yahoo DOT com>
__Cygwin: POSIX on Windows__
Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html>
__Minimalist GNU for Windows__
Mingw32 List: <http://www.egroups.com/group/mingw32/>
Mingw Home: <http://www.mingw.org/>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
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 |