help-octave
[Top][All Lists]
Advanced

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

Error when crating a window with Octave - gnuplot cygwin x11


From: Fabien Delaloye
Subject: Error when crating a window with Octave - gnuplot cygwin x11
Date: Mon, 12 Mar 2012 11:48:37 +0100

Hi everyone,
I have dowloaded the latest version of Cygwin and then installed the following packages :  xterm, gnuplot, xorg-server, xinit and octave.
My goal is to be able to plot a simple graph using the octave plot function.
I use windows 7.

I launch Cygwin and then startxwin, in the xterm window I do the following :


address@hidden ~

$ 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> plot(1:10)
      0 [main] octave-3.6.1 2736 child_info_fork::abort: unable to remap find.oct to same address as parent (005C0000) - 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:2> 


when I try to open a new Window with the command figure, I get the following error : 

octave:4> figure(2)
      0 [main] octave-3.6.1 3708 child_info_fork::abort: cyglapack-0.dll: Loaded to different address: parent(0x930000) != child(0x5B0000)
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:5> 



I feel I have installed everything needed and just have to configure it right. 
Does anyone knows how to configure X11 and gnuplot so it works ?


Thanks,

Fabien Delaloye

reply via email to

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