help-octave
[Top][All Lists]
Advanced

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

Re: rand problem


From: John Eaton
Subject: Re: rand problem
Date: Wed, 01 Feb 95 08:45:16 CST

address@hidden (Mustafa Akgul) wrote:

: rand function has problems under sunos4.1.3, gcc-2.6.3,
: libg++-2.6.2
: 
: firat  AKGUL [48] lib/octave  >  octave
: Octave, version 1.1.0.  Copyright (C) 1992, 1993, 1994, 1995
: John W. Eaton.
: This is free software with ABSOLUTELY NO WARRANTY.
: For details, type `warranty'.
: 
: octave:1> rand
: error: unable to load builtin function rand
: error: evaluating expression near line 1, column 5
: octave:2> 
: 
: %%%%
: It works under 1.0
: 
: Is it a bug ?

Did you configure Octave with --enable-dld and --enable-lite-kernel?

The only way these messages should appear is if you are trying to use
these features.  They should work on a SunOS system if you have
installed Octave correctly.

I suspect that Octave is unable to find the correct libraries to link
to at run time.

jwe


reply via email to

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