2. Setting the PATH variable in Windows XP
The second step is to set the System's PATH variable to include
C:\cygwin\bin\
, so that Eclipse can find
g++
,
gdb
, and
make
:
On your computer, select
Start->Settings->Control Panel->System
:
A "System Properties" dialog box will appear. Click it's
Advanced
tab:
Click the
Environment variables
button:
An
Environment Variables
dialog box will appear. In the
System variables
section, scroll down until you find the
PATH
variable. Select this variable:
Click the
Edit
button to edit the value of this variable.
At the end of the "Variable value:" box, add
;C:\cygwin\bin\
Click the
OK
button in each dialog box, until they have all disappeared.
Congratulations! The folder containing
g++
,
gdb
, and
make
is now in your System's
PATH
, which will allow Eclipse to find them!
CS
>
112
>
Resources
>
Installing Eclipse
> Setting PATH
The Next Step
This page maintained by
Joel Adams
.