octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave warnings


From: Daniel J Sebald
Subject: Re: octave warnings
Date: Wed, 08 Dec 2004 22:05:09 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

I'm having a problem with Octave 2.1.57 and 2.1.64. The former is the binary in Fedora Core 3. The latter is what I compiled. The behavior is the same. It could be a problem with the compiler that is on the Fedora binaries:

gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)

Could someone please see if the following "detrend-1.m" test works properly on their system for Octave 2.1.64? Type

N=32;
x = (0:1:N-1)/N + 2;
y = detrend(x);

My system gets stuck in the last command and won't return. However, if I cntrl-c out of detrend(), then retype the very same command it will work properly.

So as it is, "make check" is failing too many times to count on my system.

Thanks,

Dan



reply via email to

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