Xref: news-dnh.mv.net comp.os.msdos.djgpp:1262 Path: news-dnh.mv.net!mv!news.sprintlink.net!dispatch.news.demon.net!demon!nuldev.demon.co.uk!John From: John Boyne Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! info problem. Date: Sun, 30 Jul 95 20:37:58 GMT Lines: 40 References: <351092309wnr AT jjavp DOT demon DOT co DOT uk> Reply-To: John AT nuldev DOT demon DOT co DOT uk To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp 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 line ending (\r\n) instead of the **ix convention of (\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