help-octave
[Top][All Lists]
Advanced

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

Re: warning: print.m: epstool binary is not available.


From: Alexander Hansen
Subject: Re: warning: print.m: epstool binary is not available.
Date: Tue, 21 May 2013 15:25:20 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

On 5/21/13 12:28 PM, Peng Yu wrote:
Hi,

The "print" command gives the following warnings. Does anybody know
what is wrong? Thanks.

~/linux/test/octave/lang/function/plot$ cat main.m
#!/usr/bin/env octave -q

x = -10:0.1:10;
figure (1);
plot(x, sin(x));
print -deps figure1.eps;
~/linux/test/octave/lang/function/plot$ ./main.m
warning: print.m: epstool binary is not available.
Some output formats are not available.
warning: print.m: fig2dev binary is not available.
Some output formats are not available.
warning: print.m: pstoedit binary is not available.
Some output formats are not available.
~/linux/test/octave/lang/function/plot$ octave --version
GNU Octave, version 3.6.4
Copyright (C) 2013 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.

Octave was configured for "x86_64-apple-darwin12.3.0".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html

Read http://www.octave.org/bugs.html to learn how to submit bug reports.


Do you have epstool, transfig, or pstoedit installed?

--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/


reply via email to

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