Intro. to C++ : Compiler problems

greenspun.com : LUSENET : Steve Heller's books : One Thread

Further to my last message I enclose the following(I noticed that you had requested this info. from someone with a similar prob.):

*******path.inf******

PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\GNET95\DOS

*******set.inf********

TMP=C:\WINDOWS\TEMP TEMP=C:\WINDOWS\TEMP PROMPT=$p$g winbootdir=C:\WINDOWS COMSPEC=C:\WINDOWS\COMMAND.COM DJGPPTMP=c: DJGPPRUN=c: DJGPP=c:/djgpp/djgpp.env BLASTER=A220 I7 D1 T4 SOUND16=C:\OPTI930 TZ=cst6cdt WSWWORK=c:\temp SUPERTCP=c:\windows\supertcp.ini PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\GNET95\DOS windir=C:\WINDOWS

Thanks, Chris.

-- Chris Morrison (cm@grian.demon.co.uk), July 24, 1999

Answers

Path problems

Your problem is that your path is not set correctly. It must include the directory C:\djgpp\bin, so the compiler can be found when you try to run it.

-- Steve Heller (stheller@koyote.com), July 29, 1999.

Moderation questions? read the FAQ