Date: Mon, 7 Jun 1993 11:13 EST From: "Wonkoo Kim, EE, U. of Pittsburgh" Subject: Re: New djgpp distribution docs. To: jibpefuj AT sisb00 DOT si DOT ehu DOT ES, djgpp AT sun DOT soe DOT clarkson DOT EDU >Date: Mon, 7 Jun 1993 12:38:58 UTC+0200 >From: Jose Manuel Perez >Subject: New djgpp distribution docs. > >I have downloaded the new distribution of the djgpp software from >omnigate.clarkson.edu:pub/msdos/djgpp. The documentation files are in latex >file format, but i can't compile them with my version of LaTeX. Can i get >the dvi format of this files from somewhere?. In the gas doc file there is >the dvi format of TeX docs and i can print it ok, can i get the other doc >files in the same dvi format?. The *.tex files are not in LaTeX format. You have to use standard TeX and you need a texinfo.tex macro file to compile *.tex djgpp/gcc documents. The texinfo.tex file can be found in some of docs directory of djgpp/gcc and it does not exist in all docs directories. A best way is to copy the most updated version of texinfo.tex to your TEXINPUT directory so that you keep just a copy of texinfo.tex.(save disk) Wonkoo Kim