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: <3924269C.3851A1B0@home.com>
Date: Thu, 18 May 2000 13:21:32 -0400
From: Ravi Chari <cravi@home.com>
Organization: @Home Network
X-Mailer: Mozilla 4.73 [en]C-AtHome0405  (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin@sourceware.cygnus.com
Subject: Re: need MAKE help
References: <958666867.2545.ezmlm@sourceware.cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Rob,
  I think the problem is the much cited CR/LF problem. 
Do 
tr -d '\r' < Makefile > makefile.nocr
make -f makefile.nocr

That should do it.
Ravi

***********************************
Subject:  need MAKE help
Date:   Thu, 18 May 2000 12:08:56 -0400
From:   "Robert Soukop" <rsoukop@zucotto.com>
To:  "Cygwin" <cygwin@sourceware.cygnus.com>



I've been using cygwin B20 and make 3.77 for the past while and most of
the features I have needed have worked for MAKE, except for ifeq and
ifneq (which I really need), and assigning values to variables.  I
recently started using Cygwin 1.1.1 and cannot get make to work at all. 
Is there
any setup necessary to make this work.  The problem I am having is that
- first of all, I can't include any files.  Second, if I don't include
any files,
i get the error - 'needed by foo.  Stop.arget'. Thanks - Rob   
***************************************

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

