On 5/24/07, kamakura <[EMAIL PROTECTED]> wrote:
Convert uses ghost script, but convert seemed to find gs.

In the terminal both of tcsh and bash can find gs. I do not know why
J system cannot find the path to   /sw/bin/convert or /sw/bin/convert.

try:
  2!:0'echo $PATH'
(or whichever variant you are comfortable with)

and see if the path to ghostscript is included.

If not, you might try:
  2!:0'PATH="$PATH:/path/to/ghostscript" convert abc.eps abc.bmp'

Replacing /path/to/ghostscript with whatever is appropriate, and
if you prefer, replacing 2!:0 with whatever you feel most comfortable
with.  (Note also that you don't need the inner double quotes if
you have no special characters -- like spaces -- in your any of
your PATH directories.)

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to