On Sun, 26 May 2002 15:10:36 -0600
"Idris S Hamid" <[EMAIL PROTECTED]> wrote:

> Dear folks,
> 
> I'm in the process of migrating to Linux (Suse 8.0) and I'm having
> some problems getting texexec to behave:-)
> 
> Updating to the latest official ConTeXt I place the appropriate
> perl scripts in 
> /usr/TeX/bin/i386-linux
> eliminating the .pl extension as suggested in minstall. This is
> what happens: 
> 
> # texexec --make
> `texexec.pl' not found.

In later versions of teTeX, texexec is a little script that tries to
find and run the real texexec.pl in the texmf/context/perltk
directory:

#!/bin/sh
what=`echo $0 | sed 's@.*/@@'`
p=`kpsewhich -progname=context -format='other text files' $what.pl`
{ test -n "$p" && test -f "$p"; } \
  || { echo "\`$what.pl' not found."; exit 1; }
perl "$p" "$@"

If your version of teTeX works this way, then you should leave the
perl scripts where they are, under their original name, and you
should also leave the teTeX version of texexec and the various
symlinks to it alone.

Siep

Reply via email to