>> Dennis Schmidt writes:

  DS> Since I don't have much of a guess where the problem is, and I
  DS> wasn't able to get more information with gdb (because I didn't
  DS> get the SEGV with it), I will tell you the history of this
  DS> problem.

My guess is that the postscript file created by Photoshop does contain
dos line-ends (CR-LF) instead of the unix line-ends (LF). You could
try to run the postscript file through "tr -d '\r' < <infile>
<outfile>" (or a better suited conversion utility) and see if that helps.

        Lgb     

Reply via email to