help-octave
[Top][All Lists]
Advanced

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

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


From: Peng Yu
Subject: warning: print.m: epstool binary is not available.
Date: Tue, 21 May 2013 14:28:09 -0500

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.

-- 
Regards,
Peng


reply via email to

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