Mail Archives: djgpp/1997/10/27/20:14:10
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
- Raw text -