From maintainers-request at octave dot org Wed Dec 8 22:02:34 2004 Subject: Re: octave warnings From: Daniel J Sebald To: octave maintainers mailing list Date: Wed, 08 Dec 2004 22:05:09 -0600 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