There was an older latex.fmt in /usr/share/texmf-var/web2c/latex.fmt which was causing problems.
export ia="/usr/share/texmf"; export ib="/web2c/latex.fmt"; mv `echo $ia`-var$ib `echo $1`-var`echo $ib`.old; cp $ia$ib `echo $ia`-var$ib; unset ia; unset ib This is the output from make install in /usr/src/jadetex before shuffling the files around. 04:54 PM [EMAIL PROTECTED]:/usr/src/jadetex-3.13# make install <screen scroll> tex -ini -progname=jadetex "&latex" jadetex.ini This is TeX, Version 3.141592 (Web2C 7.5.4) (INITEX) ---! /mnt/.hda9/usr.lfs/share/texmf-var/web2c/latex.fmt was written by pdfetex (Fatal format file error; I'm stymied) make: *** [jadetex.fmt] Error 1 -- http://linuxfromscratch.org/mailman/listinfo/lfs-chat FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
