help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cygwin (gnu) path problem, cannot find g++/make...


From: Jeffrey Schwab
Subject: Re: Cygwin (gnu) path problem, cannot find g++/make...
Date: Thu, 12 May 2011 07:28:41 -0700 (PDT)
User-agent: G2/1.0

On Thursday, May 12, 2011 9:58:27 AM UTC-4, crea wrote:

> Very strange to me that puttimg the bin -path to PATH -variable does not do 
> that job. PATH variable defines where to look DOS command-programs? If I 
> have DOS promtph:
> 
> C:\
> 
> and I type
> 
> C:\g++.exe
> 
> then the computer will use that PATH variables paths to find g++.exe, isnt 
> it?

No, PATH is used when you do not specify the location of the program:

  C:\> g++

Can you please paste the value of PATH here?  It may be that the path separator 
(;) is missing or incorrect.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]