Mail Archives: djgpp/1997/07/30/12:39:35
My question about viewing the man-oriented files (such as foo.1, foo.3,
etc.) is actually treated in DJGPPFAQ.
But NONE of the solutions given work:
1. the groff.exe is available, but a command like "groff mydoc.1" fails:
cannot find DESC file (although I copied one from the distrib in the
current directory)
fatal error: invalid device 'ps' (or invalid devide 'ascii' if a sgive
the option -Tascii).
Unfortunately, the doc groff.1n is not read by INFO... My solution is a
man.bat whose text is:
groff.exe -Tascii -Fc:\c\share\groff\font %1.* | more
That was obvious, isn't it?
2. I got the man-pc.zip but:
2.a The makefile is definitely NOT adaptet to djgpp/gcc (e.g. it says
#CC = cc)
2.b event after error-free compilation, man finds the given man file
at the right place, but fails with a diag and yields nothing.
-------------------------------------------------------------------------
Daniel Taupin, Physique des Solides, Univ. Paris-Sud, 91405 ORSAY
E-mail : mailto:taupin AT lps DOT u-psud DOT fr
Tél: (33) 1.69.15.60.79, Fax: (33) 1.69.15.60.86
-------------------------------------------------------------------------
- Raw text -