Date: Sun, 18 Oct 1998 13:25:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Carlos M. Matos" cc: djgpp AT delorie DOT com Subject: Re: Desperately Need Help with Running C++ program from Rhide In-Reply-To: <36269f03.0@news1.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 15 Oct 1998, Carlos M. Matos wrote: > Creating: testing.exe > Error: c:/djgpp/bin/ld.ex: cannot open -lstdcx: No such file or directory > (ENOENT) > There were some errors See section 8.7 of the DJGPP FAQ. > The file which I believes has the info viewer is txi390b.zip. I unzip all > the files in the order suggested by the zip-picker. My info viewer seems to > work fine but when I enter "h" which is suppose to run the tutorial for > beginners, it gives me the following message: No such file or directory > (ENOENT). Is there anything that I am missing here? All of the above strongly suggests that your DJGPP environment variable isn't set correctly. Please check out the possible reasons in section 8.1 of the FAQ. In addition, I suggest to download the latest version 3.12 of the Texinfo distribution, txi312b.zip. It is better and more reliable on Windows 9X that version 3.9 you are using.