This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Octave 3.6.4 and 3.6.2 - urlread failing to load file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]