Date: Mon, 27 Oct 1997 17:12:12 -0800 (PST) Message-Id: <199710280112.RAA17331@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Carolyn Kelly-Pajot" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: HELP!! DJGPP WON'T WORK! Precedence: bulk At 11:42 10/26/1997 -0500, Carolyn Kelly-Pajot wrote: >Sounds to me like your forgot to set DJGPP=E:\DJ\DJGPP.ENV. If you compile a >C++ program from DOS, i recommend using GXX not GCC. GCC forgets to link in >COUT, CIN, etc. Either that or compile GCC CHEAP.CC -o CHEAP.EXE -lgpp Correction: Don't type "CHEAP.CC". GCC is case sensitive and interprets "cheap.cc" different from "CHEAP.CC". IIRC, it will interpret the uppercase version as an object file, which is obviously wrong. Use lower case. Nate Eldredge eldredge AT ap DOT net