Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <39459087.3AFC40CC@carlthompson.net>
Date: Mon, 12 Jun 2000 18:38:15 -0700
From: Carl Thompson <cet@carlthompson.net>
X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686)
MIME-Version: 1.0
To: Woody Jin <wjin@houston.geoquest.slb.com>
Cc: Cygwin List <cygwin@sourceware.cygnus.com>
Subject: Re: Make and javac compliler problem in bash
References: <4.2.2.20000612160752.00a78a50@gqserver.houston.geoquest.sl b.com>
	 <4.1.20000612144728.01f06100@pop.mathworks.com>
	 <4.2.2.20000612131311.00b313c0@gqserver.houston.geoquest.sl b.com>
	 <4.1.20000612114500.02abfa80@pop.mathworks.com>
	 <4.2.2.20000612100114.00b2faa0@gqserver.houston.geoquest.sl b.com> <4.2.2.20000612173539.00b3d690@gqserver.houston.geoquest.slb.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Woody Jin wrote:

> ...

> But a better way would be to resolve it within Cygwin.  By default,
> any application that is not in cygwin may be considered as Windows
> native application (WNA). So, when you launch WNAs, cygwin can convert
> the unix style directory to DOS style.  After the conversion, pass the
> converted MS-DOS style path to the WNA. I don't know why you think
> that this is so impossible or so difficult.  It is just  putting the
> gvim's functionality into Cygwin.

I like this idea, but I think this functionality would more properly go into
the BASH patches for Cygwin than in the Cygwin DLL itself.  Since BASH (like
all Unix shells) processes metacharacters in command lines itself before
sending them to the application, this would be an natural fit for that
section of the code.  The only real tricky part would be figuring out how to
allow BASH to figure out whether an application is Cygwin or native Windows
(or is that easy?).

> ...

Carl Thompson

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

