delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/10/31/11:24:42

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Date: Wed, 31 Oct 2001 11:23:28 -0500
From: Christopher Faylor <cgf AT redhat DOT com>
To: cygwin AT cygwin DOT com
Subject: Re: Problema using make
Message-ID: <20011031112328.E6446@redhat.com>
Reply-To: cygwin AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
References: <3BDFF0DB DOT 5000404 AT netcom DOT es>
Mime-Version: 1.0
In-Reply-To: <3BDFF0DB.5000404@netcom.es>
User-Agent: Mutt/1.3.21i

On Wed, Oct 31, 2001 at 12:38:51PM +0000, Ignasi Villagrasa wrote:
>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 ?

'@' file parsing is only available when a cygwin program is invoked from
a command shell.  Otherwise use UNIX-style methods for putting command
line arguments in a file, e.g.,

c++.exe `cat cmpr_cyg.lk1`

cgf


--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019