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: <3BA39B87.3B2A6C0F@cportcorp.com>
Date: Sat, 15 Sep 2001 14:18:47 -0400
From: Peter Buckley <peter.buckley@cportcorp.com>
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: camip@sol.dk
CC: cygwin@cygwin.com
Subject: Re: Make and VC++ compiler problems
References: <3B8AE3790002CAB1@cpmail.asap.asp.net>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

I think your problem is that Cygwin's make uses /bin/sh.exe 
as its default shell, in its default MAKE_MODE, which is "unix".
If you open up a sh.exe shell, or a bash shell for that matter (IIRC), 
and type "copy" you will get a "command not found" error. 
You might be better off doing what Chris Faylor says, and using 
nmake. Not that he is discouraging your use of cygwin, but 
cygwin walks a fine line between POSIX and microsoft compatibility, 
when microsoft is doing their best to avoid any POSIX behavior. 

You can try setting MAKE_MODE=win32 in your environment, that will 
use the Windows command shell, which will recognize the copy command. 
IIRC there is no copy.exe because copy is a shell built in for 
windows.

Hope that helps,
Peter

camip@sol.dk wrote:
> 
> Hi,
> 
> I'm trying to compile a library using make and the Visual C++ compiler.
> 
> It's starting fine, but then it gives me this error: make[2]: copy: Command
> not found.
> 
> It's strange because it should know the copy command. I can't find any copy.exe
> anywhere. Could that be a problem?.
> 
> I'm compiling on platform win98.
> 
> Hope you can help me.
> 
> Camilla
> 
> ________________________________________
> Få din egen webmail på http://mail.sol.dk - gratis og med dig overalt!
> 
> --
> 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/

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

