help-octave
[Top][All Lists]
Advanced

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

problems with lite-kernel and friends


From: Mario Storti
Subject: problems with lite-kernel and friends
Date: Thu, 02 Apr 1998 13:24:46 -0300

I successfully compiled Octave  under Linux RedHat 5.0. The executable
was >10Mb  in  size and I  need  dynamic-linking in order to  run .oct
files, so   that I tried:

$ ./configure  --enable-shared --enable-lite-kernel --enable-dl

but then Octave can't find some routines (those in libcruft, I guess),
for instance:

> octave> rand(10)
> error: `rand' undefined near line 6 column 1
> error: evaluating index expression near line 6, column 1
> octave> eig(a)
> error: `eig' undefined near line 8 column 1
> error: evaluating index expression near line 8, column 1
> octave> 

I had to manually add `/usr/local/lib/octave' to `/etc/ld.so.conf' and
run  `ldconfig'. It seems  that  the octave libraries liboctinterp.so,
liboctave.so and   libcruft.so   are    properly  installed  in    the
ld.so.cache. 

Sorry if this  is a dumb question. 

Any hints?

TIA,

Mario

%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%%%%%%<>%
Mario Alberto Storti                           | Fax: (54)(42) 55.09.44 |
Centro Internacional de Metodos Computacionales| Tel: (54)(42) 55.91.75 |
     en Ingenieria - CIMEC                     |........................|  
INTEC, Guemes 3450 - 3000 Santa Fe, Argentina                           |
Reply: address@hidden, http://venus.unl.edu.ar/gtm-eng.html |



reply via email to

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