Re: ver. 4.0 how to build ex.exe
- Posted by gbonvehi Sep 22, 2008
- 1544 views
Bernie, check your PATH enviroment value, probably DJGPP binaries are before in the order. To see the current value, type (in a dos command prompt): echo %PATH% To change it temporarily, type: PATH=YOURDIRECTORY/BIN;%PATH% Then, in the same prompt (that's important), try to compile.