Make and VC++ compiler problems

rich-paul@rich-paul.net rich-paul@rich-paul.net
Mon Sep 17 05:18:00 GMT 2001


I disagree with the statement that if you're using VC++, you
should use nmake.  There is no reason that a garbage compiler
should imply a garbage make environment.  Perhaps a better way to
phrase it is "Know the tools you're using".  My project uses VC++
in a cygwin environment quite nicely, although we're working
toward porting to mingw.

Anyway, the makefile can also be changed to use cp, that's what
I'd do, for portability.

On Sat, Sep 15, 2001 at 01:03:49PM -0400, Christopher Faylor wrote:
> On Sat, Sep 15, 2001 at 01:35:08PM +0200, Ronald Landheer wrote:
> >Hello Camilla,
> >
> >If you're running under Bash, you might want to try the following:
> >$ alias copy=cp
> 
> Somehow, I think that this problem is just indicative of the "tip
> of the iceberg".
> 
> If you're using VC++, then use nmake.  If you don't understand what
> cygwin is or how make works then just stick with the tools that are
> designed to work with what you're using.
> 
> 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/
> 

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



More information about the Cygwin mailing list