octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wait_for_file ??


From: Michael D Godfrey
Subject: Re: wait_for_file ??
Date: Thu, 02 Sep 2010 07:52:30 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Thunderbird/3.1.2

Ben,

Just to clarify what is wrong for anyone who may be able to
help:

Under some circumstances when using a command of the form:
print gl2ps_t1x.pdf -dpdfwrite
or
print gl2ps_t1x.pdf -dpdf

the process which writes the intermediate *.eps file to /tmp,
does not complete before the gs command which reads this file
and creates the PDF is executed.  The fix that is needed is to
ensure that these steps are executed in sequence in the sense
that control does not reach the gs execution before the eps file has
been created.

Michael


reply via email to

[Prev in Thread] Current Thread [Next in Thread]