help-octave
[Top][All Lists]
Advanced

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

Fwd: x11, octave, cygwin


From: Simon Schröder
Subject: Fwd: x11, octave, cygwin
Date: Sun, 13 May 2012 02:47:09 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1


Hello,

I hope you can help me.
I am using cygwin on a windows 7 OS.
after $ startx
I start octave in the x-window, load some data and try to plot them, but
all I get is a bunch of error messages (see below).
I have no idea how to deal with it, so I'm hoping for your help.
Making a plot in the cygwin command window without the startx order
works, but is of course not of sufficient quality.

Thank you.
Simon Schröder

$ octave
GNU Octave, version 3.6.1
Copyright (C) 2012 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.  For details, type `warranty'.

Octave was configured for "i686-pc-cygwin".

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/help-wanted.html

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

For information about changes from previous versions, type `news'.

octave:1>  y=load('STD');
octave:2>  plot(y)
      5 [main] octave-3.6.1 1164 child_info_fork::abort: unable to
remap find.oct to same address as parent (00800000) - try running rebaseall
error: popen2: process creation failed -- Resource temporarily unavailable
error: called from:
error:
/usr/share/octave/3.6.1/m/plot/private/__gnuplot_open_stream__.m at line
30, column 44
error:   /usr/share/octave/3.6.1/m/plot/__gnuplot_drawnow__.m at line
72, column 19
octave:3>



reply via email to

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