Date: Mon, 19 Jun 1995 09:13:25 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: jasonal AT netcom DOT com Subject: Re: I can't even get it installed!(NOT FUNNY damn it!) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I would really appreciate some simple, helpful instructions. Please > don't tell me to read the readmes and faqs and install it as they said, > again, being very careful to get it right. That is what I am going to do > if I can't get more specific advice. And please don't tell me to fuck > myself. It might seem like I get flamed a lot. I don't, I just like to > try to avoid it when I ask lame questions. I don't think you'll see much flaming on this list, even though your wording might suggest some... The DJGPP FAQ list (available as faq102.zip from the same place you got DJGPP) has some simple and helpful instructions for some possible causes of your problems. > The on-line help doesn't work. The dir .txi file lists a bunch of files > in directories that I don't have (the directories or the files). Section 4.1 in the FAQ explains how to be sure you got all the docs for all the packages you download: just get the *dc.zip file for every package you install, and the dj112doc.zip for the library reference and docs of non-GNU programs. > I can't figure out how to set up the include path and the object path. > It looks like they are in djgpp.env, but they don't seem to work. I saw You should set the DJGPP environment variable to point to the full path of djgpp.env, like this: set DJGPP=c:\djgpp\djgpp.env This is usually done in the AUTOEXEC.BAT (but put the actual path on your machine). This is also explained in the FAQ (question 8.1). > someone write a message mentioning compiling the .tex files. How? > Why aren't they compiled already? No, you don't need to compile them, because they _are_ compiled and supplied to you in the *.i* files included with the various *dc.zip files.