Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3BDFF0DB.5000404@netcom.es>
Date: Wed, 31 Oct 2001 12:38:51 +0000
From: Ignasi Villagrasa <gri@netcom.es>
Organization: gri
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:0.9.2) Gecko/20010726 Netscape6/6.1
X-Accept-Language: es-es
MIME-Version: 1.0
To: Cygwin <cygwin@cygwin.com>
Subject: Problema using make
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I have a problem running a makefile. An error appears as follows:

S:\client\src>make -f mcyg32
rm -f cmpr_cyg.lk1
dlltool --dllname mcodbcnt.dll --def libmcodbcnt.def --output-lib 
libmcodbcnt.a
-k
c++.exe @cmpr_cyg.lk1
c++.exe: @cmpr_cyg.lk1: No such file or directory
c++.exe: No input files
make: *** [/client/mcc_cyg/cmpr/cmprnt.exe] Error 1


and if I try to run again from the command line, it works properly.

S:\client\src>c++.exe @cmpr_cyg.lk1

S:\client\src>


Why don't I find cmpr_cyg.lk1 file from make utility ?

Thanks in advance, Ignasi Villagrasa.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

