dvips doesn't find config.ps under (my setup with) Win 98

Eli Zaretskii eliz@is.elta.co.il
Sun, 13 Jun 1999 11:51:51 +0300 (IDT)


On Sun, 13 Jun 1999, John Hillas wrote:

> I have two copies of config.ps in my TeX tree,
> at c:/TeX/texmf.local/dvips/config
> and at c:/TEX/texmf/dvips/config
[snip]
> but this made no difference to the behaviour of dvips.

Does your ls-R file mention these files?  If not, Kpathsea won't find
them, because when a texmf tree has an ls-R file, the filesystem is
never searched.  If ls-R does NOT have those files, running mktexlsr
would solve the problem.

> Should kpsewhich find config.sp?

It should, if you tell it to look for DviPS config files, like this:

  kpsewhich --format="dvips config" config.ps

If this doesn't work, run it again after you set KPSE_DEBUG=-1, then
look at the output (redirecting it to a file is a good idea, since it
is very voluminous).