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

2013-03-26 Thread Partha Lal
I've attached cygcheck output as described. I've run mkpasswd > /etc/mkpasswd and now see: $ ls -l /usr/lib/octave/3.6.4/oct/i686-pc-cygwin/urlwrite.oct -rwxr-xr-x 1 admin None 106510 Feb 23 08:38 /usr/lib/octave/3.6.4/oct/i686-pc-cygwin/urlwrite.oct however urlread still gives the same error.

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

2013-02-23 Thread marco atzeri
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/i6

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

2013-02-23 Thread marco atzeri
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:

Octave 3.6.4 and 3.6.2 - urlread failing to load file

2013-02-23 Thread Partha Lal
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 I've checked th