From: mteagard AT indiana DOT edu (Mark Alan Teagarden) Newsgroups: comp.os.msdos.djgpp Subject: Program compiles but won't run Date: 1 May 1998 00:43:16 GMT Organization: Indiana University, Bloomington Lines: 15 Message-ID: <6ib5r4$utn$1@flotsam.uits.indiana.edu> NNTP-Posting-Host: ezinfo.ucs.indiana.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I compiled mark.cc using rhide. It gave me a message saying that iostream.h couldn't find streambuf.h So, I changed the lfn setting in DJGPP.ENV to y, and now the program compiles just fine. But, when i tried to run the program, I got the following message: Error: c:/djgpp/bin/ld.exe cannot open -lstdcx: (or is it 1stdcx? no such file or directory. What does this mean and what do I need to do to fix it? My path is set correctly to include dgjpp/bin, and I have set ENV correctly. Thanks in Advance, Mark