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
From: Chris Faylor <cgf@cygnus.com>
Date: Mon, 7 Feb 2000 15:58:39 -0500
To: Earnie Boyd <earnie_boyd@yahoo.com>
Cc: "Guy T. Moore Jr." <gmoore@openmarket.com>, cygwin@sourceware.cygnus.com,
        aleherbauer@takefive.co.at
Subject: Re: clearmake and cywin b20  and \r\n on NT
Message-ID: <20000207155839.A11986@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: Earnie Boyd <earnie_boyd@yahoo.com>,
	"Guy T. Moore Jr." <gmoore@openmarket.com>,
	cygwin@sourceware.cygnus.com, aleherbauer@takefive.co.at
References: <20000207203046.22646.qmail@web107.yahoomail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 1.0i
In-Reply-To: <20000207203046.22646.qmail@web107.yahoomail.com>; from earnie_boyd@yahoo.com on Mon, Feb 07, 2000 at 12:30:46PM -0800

On Mon, Feb 07, 2000 at 12:30:46PM -0800, Earnie Boyd wrote:
>--- "Guy T. Moore Jr." <gmoore@openmarket.com> wrote:
>> 
>> What was the exact answer to using Clearmake and Cygwin b20
>> on the WinNT platform?
>> 
>> I just tried:
>> CYGWIN=nobinmode
>> but that did not help running clearmake.
>> 
>> I still get, 
>> : not found
>> 
>
>This is definately a message coming from the ash port.  I see it most commonly
>when some command can't be executed via sh when trying to use it from a
>non-Cygwin program.  Is Clearmake OpenSource?  Can you rebuild it using Cygwin?
>Rebuilding with Cygwin would be the best solution.  If you can't do that, try:
>
>cp sh.exe ash.exe
>cp bash.exe sh.exe
>
>This will give you a different message that may help determine the real problem
>which I suspect to be pathing issues related to Cygwin vs non-Cygwin paths.

Actually, it looks like a "\r\n" line ending problem to me.  It's probably trying
to run "\r" as a program.

cgf

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

