Mail Archives: djgpp/1994/11/22/07:16:48
> Why can't info read the iostream.inf documentation ? It says "Cannot
> find node Top" although I can find no difference with the other files on
Did you save this file with any DOS-based program, like editor? The
version of Info which comes with DJGPP insists on having the lines
of the info files to end with anly a Line-Feed (LF), it barfs if
you have the usual DOS CR/LF pair.
If you have the same problem with the original iostream.inf which
came with DJGPP, then something is wrong with the way you invoked
Info. If you invoke Info in the same directory the file iostream.inf
resides, you should say something like ``info -d. -f iostream.inf''.
Or, maybe your installation isn't right: the INFOPATH variable and
the file DIR in the directory that variable points to.
- Raw text -