<div dir="ltr">Hi,<div><br></div><div>That's the first problem. pdflatex is not existing after the full compilation:</div><div><div>[gcr] ls -l /tmp/TeXLive/2014/bin/powerpc-ibm-aix6.1.0.0/pdftex</div><div>-rwxr-xr-x    1 root     system      3597882 Oct  1 10:11 /tmp/TeXLive/2014/bin/powerpc-ibm-aix6.1.0.0/pdftex</div><div>[gcr] ls -l /tmp/TeXLive/2014/bin/powerpc-ibm-aix6.1.0.0/pdflatex</div><div>/tmp/TeXLive/2014/bin/powerpc-ibm-aix6.1.0.0/pdflatex not found</div></div><div><br></div><div><br></div><div>I have added the log of the compilation in attach.</div><div>The procedure is just:</div><div>export PATH=/usr/local/gcc/gcc-4.6.3-4/opt/freeware/bin:/opt/freeware/bin/:$PATH<br></div><div>OBJECT_MODE=64 AR_FLAGS="-X64 cru" CC="gcc -maix64" CFLAGS='-maix64 -O2 -pedantic -std=c99 -static-libgcc' CXXFLAGS='-maix64 -O2' CXX="g++ -maix64" AR="ar -X64" DLLDFLAGS='-G -bexpall' EXTRA_LDFLAGS_SHLIB="-b64  -static-libgcc" NM="nm -X64" ./configure --prefix=/opt/third/texlive/2014/ --enable-build-in-source-tree --disable-luajittex <br></div><div>gmake<br></div><div><some correctives></div><div>gmake install</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><br></div><div><br></div><a href="http://about.me/crebassa.gilles" target="_blank">http://about.me/crebassa.gilles</a></div></div>
<br><div class="gmail_quote">2014-10-29 15:33 GMT+01:00 Norbert Preining <span dir="ltr"><<a href="mailto:preining@logic.at" target="_blank">preining@logic.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 29 Oct 2014, Gilles Crebassa wrote:<br>
> pdftex --interaction=nonstopmode -output-directory=/prg/temp<br>
> /prg/fichier/999-0005701-48_2014-08-13_00001_000001.tex<br>
<br>
...<br>
<br>
> l.1 \documentclass<br>
>                   [a4paper,10pt]{article}<br>
<br>
<br>
The file you are compiling is a LaTeX document, so you have to<br>
use<br>
        pdflatex<br>
and *NOT*<br>
        pdftex<br>
;-)<br>
<br>
Norbert<br>
<br>
------------------------------------------------------------------------<br>
PREINING, Norbert                               <a href="http://www.preining.info" target="_blank">http://www.preining.info</a><br>
JAIST, Japan                                 TeX Live & Debian Developer<br>
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13<br>
------------------------------------------------------------------------<br>
</blockquote></div><br></div>