Re: pdflatex failures on big-endian architectures (s390x / ppc64)
Karl Berry <[email protected]> Sat, 28 Oct 2023 16:01:06 -0600
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
Maybe for any reason still the
old (unfixed) pdftex binary is called..
pdflatex is a symlink to pdftex, ordinarily in the same directory.
Did you update pdftex in the place that pdflatex points to?
You could equivalently run
./pdftex -fmt=pdflatex testfile.tex
if pdflatex.fmt is somewhere known to TeX. Or could give a full path to
-fmt. I think.
Just grasping at straws ... -k