Mail Archives: djgpp/1995/07/31/18:22:30
In article <351092309wnr AT jjavp DOT demon DOT co DOT uk>
Justin AT jjavp DOT demon DOT co DOT uk "Justin Johnson" writes:
>
> Hi,
>
> I have just started setting up DJGPP and have got to the point where I
> can compile and run.
>
> However, I am getting 'Cannot find top node' when selecting the
> majority of menu items in info. This is done when in the directory.
>
> I belive all the files are there because I can edit them.
>
> Any ideas what I have to do?
>
Hi Justin,
Last time I had that problem it was because the info files had for
some reason got the msdos <CRLF> line ending (\r\n) instead of the
**ix convention of <LF> (\n). Try running dtou on the files (dtou
is one of the utilities that comes with djgpp). Info can't cope
with DOS carriage return,Line feed pairs and so barfs.
The above assumes that info is actually finding the files, if not
check that you have set the infopath correctly. [If the files aren't
found you should get a message saying so].
BTW Most DOS (and windows) text editors will cause that problem, I
use MultiEdit which allows you to specify unix format or DOS format
for any text file.
Hope this helps, feel free to mail anytime.
John
--
John Boyne
John AT nuldev DOT demon DOT co DOT uk
- Raw text -