From: "James" Newsgroups: comp.os.msdos.djgpp Subject: Newbie Installation question Date: 13 Jun 1999 22:25:59 GMT X-ELN-Insert-Date: Sun Jun 13 15:35:02 1999 X-Newsreader: Microsoft Internet News 4.70.1155 Organization: EarthLink Network, Inc. X-Posted-Path-Was: not-for-mail Lines: 15 NNTP-Posting-Host: ip151.isdn15.800.psi.net X-ELN-Date: 13 Jun 1999 22:25:59 GMT Message-ID: <01beb5eb$d1241f20$970e1e26@van-thillo> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have recently started to learn programming (in general not just C++). I downloaded the djgpp compiler and am using the RHIDE ver 1.4 portion of it to type in my very basic programs. If I click on "compile" on the top menu bar and then "compile" from the menu it converts my programs to .cpp files without errors. But it runs into trouble when I select "Link". It comes back c:/djgpp/bin/id.exe can not open -lstdcx: no such file or directory exists. I can create a .exe from a .cpp program if I go to DOS and manually type "gxx myfile.cpp -o myfile.exe -lst". I have added the paths and read the FAQ regarding this problem but didn't exactly understand the solution. Can anybody offer another explanation to the "no such file or directory exists" problem. Thanks