X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Received: by 10.180.74.131 with SMTP id t3mr3236398wiv.26.1361637694136; Sat, 23 Feb 2013 08:41:34 -0800 (PST) Message-ID: <5128F13C.30405@gmail.com> Date: Sat, 23 Feb 2013 17:41:32 +0100 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Octave 3.6.4 and 3.6.2 - urlread failing to load file References: <5128EF27 DOT 40400 AT gmail DOT com> In-Reply-To: <5128EF27.40400@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 On 2/23/2013 5:32 PM, marco atzeri wrote: > On 2/23/2013 5:19 PM, Partha Lal wrote: >> Hi, >> >> Under cygwin, trying to use the urlread function in octave causes the >> following error: >> >> octave:7> url = 'http://www.google.com'; >> octave:8> [s,success,message] = urlread(url) >> error: /usr/lib/octave/3.6.4/oct/i686-pc-cygwin/urlwrite.oct: failed >> to load: No such file or directory >> Partha additional info, to confirm you that it is not a octave issue, on my system it works flawless octave:7> success success = 1 octave:8> whos Variables in the current scope: Attr Name Size Bytes Class ==== ==== ==== ===== ===== message 0x0 0 char s 1x43708 43708 char success 1x1 1 logical url 1x21 21 char so I downloaded 43708 char from google. Regards Marco -- 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