help-octave
[Top][All Lists]
Advanced

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

Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing op


From: Alexander Hansen
Subject: Re: parcellfun test issue on Mac OS 10.8, was Re: problems installing openmpi_ext
Date: Mon, 09 Sep 2013 09:00:11 -0700
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 9/9/13 8:23 AM, c. wrote:

On 9 Sep 2013, at 15:59, Alexander Hansen <address@hidden> wrote:

I've got similar, but slightly more verbose output (with -g, -O0, and using 
gcc-4.8 to build Octave):

This confirms the problem occurs in "fload.cc", even if reading from a real 
file and not from a pipe.
this is very surprising as "fload" is essentially the same as the built in load 
command except it uses
an already open file stream ...

Does the following also give you problems?

x = pi;
name = tmpnam;
save ("-binary", name, "x");
y = load ("-binary", name, "x");
assert (x, y.x)
z = load (name, "x");
assert (x, z.x)

c.



Nope; that works fine for me.


--
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/


reply via email to

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