help-octave
[Top][All Lists]
Advanced

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

Re: oct-file with GSL


From: Kevin H. Hobbs
Subject: Re: oct-file with GSL
Date: Mon, 22 May 2006 14:00:45 -0400

On Mon, 2006-05-22 at 15:57 +0200, Michael Kopp wrote:
> Hello,
> 
> I am trying to write an oct-file that uses the random-number generator from
>  the GNU Scientific Library (see e.g.
> http://www.lsw.uni-heidelberg.de/manuals/gsl-ref-html/gsl-ref_16.html.)

<SNIP>

> I get an error message stating
> 
>       error: /home/michael/gsl_rand.oct:
>       undefined symbol: gsl_rng_mt19937
>       error: `gsl_rand' undefined near line 2 column 1
> 
> Note that gsl_rng_mt19937 is defined in gsl_rng.h and that the C-compiler
> does not complain.

Did you tell it to link against gsl and a cblas? gsl_rng_mt19937 isn't
defined until link? 

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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