Re: dvipng compilation error for teTeX 2.99.3 on OSF1
Stefan Ulrich <[email protected]> Wed, 10 Nov 2004 20:46:15 +0000
| Newsgroups | gmane.comp.tex.tetex.beta |
|---|---|
| Message-ID | <[email protected]> |
Svend Tollak Munkejord <[email protected]> writes: >> Did you make sure there were no files compiled with the other >> compiler still lying around? (Try `make distclean', then again >> configure && make ...) > Oh yes, I had even removed the source directory and unpacked the > tetex-src*.tar.gz file again. OK. Could you try whether one of: xdvi -expertmode 0 file.dvi xdvi -not1lib file.dvi works with a minimal input file like: \documentclass{article} \begin{document} a \end{document} ? If not, could you send me (via mail) the output of xdvi -debug -1 file.dvi ? It will be a lot of output, best redirect it to a file, e.g. with (ba)sh: xdvi -debug -1 file.dvi 2>&1 > xdvi-log Best, Stefan