X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,HS_INDEX_PARAM,NML_ADSP_CUSTOM_MED,RP_MATCHES_RCVD,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Paul Subject: Re: plotting from octave: address space already occupied, fork aborts Date: Thu, 15 Sep 2011 14:21:55 +0000 (UTC) Lines: 55 Message-ID: References: <4E703F00 DOT 8020101 AT gmail DOT com> <4E709C95 DOT 3070600 AT cs DOT utoronto DOT ca> <4E709F16 DOT 2050002 AT gmail DOT com> <4E711B87 DOT 3060801 AT gmail DOT com> <4E717400 DOT 4060901 AT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Marco atzeri || Unfortunately, duplicating it at home is a no-go. I am running into a || different problem between octave and gnuplot on Windows 7 Professional || 64-bit. The problem seems to be accurately captured by someone else's || account http://savannah.gnu.org/bugs/?33291 . | | that problem should be solved using a cygwin snapshot dll | instead of 1.7.9-1 one. Oh, yes....I didn't use a snapshot at home because I didn't have to deal with the issue of creating, or writing to, network files. | I should look in all the bug reports reporting cygwin as "OS", thank | for the link. | || I'm going to treat octave as a strictly nongraphical application for || the time being. | | you can try to use the fltk plotting interface instead of gnuplot | default one: | | graphics_toolkit("fltk") | x=1:10; | plot(x,x) | | Be aware that the octave "print" command does not work with fltk, | but you should be able to make a windows "print screen copy". As it turns out, I was able to access Matlab at work today (that's where I really need the app). Your solution is great for future reference, since I won't always have access to the floating license. Thanks! -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple