help-octave
[Top][All Lists]
Advanced

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

2.1.57 : error: can't rename read-only function


From: Fredrik Lingvall
Subject: 2.1.57 : error: can't rename read-only function
Date: Fri, 16 Apr 2004 14:43:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040130

I get the following error msg when doing an fft,

octave:1> x=fft(randn(100,1));
error: can't rename read-only function `fft'
error: unable to rename `fft' to `builtin#fft'
error: unable to rename `dispatch#fft' to `fft'

and this is the output of whos,

octave:2> whos

*** dynamically linked functions:

prot  type                       rows   cols  name
====  ====                       ====   ====  ====
r--  dynamically-linked function      -      -  dispatch
r--  dynamically-linked function      -      -  fft
r--  dynamically-linked function      -      -  randn

*** currently compiled functions:

prot  type                       rows   cols  name
====  ====                       ====   ====  ====
rwd  user-defined function         -      -  isstr
rwd  user-defined function         -      -  orient
rwd  user-defined function         -      -  strcmp

*** local user variables:

prot  type                       rows   cols  name
====  ====                       ====   ====  ====
rwd  complex matrix              100      1  x

I'm using 2.1.57 and ocatave-forge (CVS from 2004.04.11).

Octave is compiled with (gcc 3.2.2 20030222  - Red Hat Linux 3.2.2-5) :

export CXXFLAGS='-O3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -march=pentium4 -mfpmath=sse -msse2 -pthread'

./configure --with-blas=blas_goto_p4_512 --with-lapack=lapack_LINUX_p4 --enable-shared --enable-dl

Anyone have an idea what is causing it?

Fredrik




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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