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.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to