Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker.mit.edu!stanford.edu!neon.Stanford.EDU!rokicki From: rokicki@neon.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.text.tex Subject: DVIPS/VMS not finding PostScript files Message-ID: <1991Jun11.211730.13801@neon.Stanford.EDU> Date: 11 Jun 91 21:17:30 GMT Organization: Computer Science Department, Stanford University, Ca , USA Lines: 12 Some versions of dvips under VMS can't find PostScript files because of a bug in the VMS port. Specifically, dvips looks in the same place for PostScript files as TeX looks for input files---or it is supposed to. Apparently, under VMS, the logical tex$inputs (or whatever the actual name is) does not by default include the current input path, and TeX automatically searches the current directory before tex$inputs. Dvips under VMS should have the same behavior, but it does not. The fix should be pretty easy in search.c, but I don't know enough about VMS at this point to do it . . . -tom