help-octave
[Top][All Lists]
Advanced

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

Re: Gnuplot doesn't work with octave 3.0 on UBUNTU


From: Thomas Weber
Subject: Re: Gnuplot doesn't work with octave 3.0 on UBUNTU
Date: Tue, 21 Oct 2008 18:05:13 +0200

Please keep the list cc'ed, thanks (that's probably the 'reply-all' link
in squirrelmail)

Am Dienstag, den 21.10.2008, 17:51 +0200 schrieb thomas vanderbruggen:
> Sorry, here is the error message on a simple plot:
> 
> octave-3.0.2:1> x=0:.1:10;
> octave-3.0.2:2> y=sin(x);
> octave-3.0.2:3> plot(x,y)
> error: libpcre.so.0: cannot open shared object file: No such file or
> directory

That's suspicious. It's pretty unlikely that you have libpcre.so.0. What
version(s) of pcre do you have installed on your machine? 

At the end of the configuration, Octave tells you how it was configured.
What's the line with REGEX libraries like? It should be something along

Octave is now configured for i486-pc-linux-gnu
        ...
        REGEX libraries:      -L/usr/lib -lpcre
        ...

        Thomas




reply via email to

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