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 vanderbruggen
Subject: Re: Gnuplot doesn't work with octave 3.0 on UBUNTU
Date: Tue, 21 Oct 2008 18:49:10 +0200 (CEST)
User-agent: SquirrelMail

About pcre, I have the libpcre3 version 7.4-1ubuntu2.1, but I'm not sure this is exactly the information you want ?

Else I have the following configuration for octave :

uname output:     Linux BIARO-BUREAU 2.6.24-21-generic #1 SMP Mon Aug 25 17:32:09 UTC 2008 i686 GNU/Linux
configure opts:   '--prefix=/usr/local/opt/binaries/octave-3.0.2' 'CFLAGS=-O2' 'CXXFLAGS=-O2' '--disable-readline'
Fortran compiler: gfortran
FFLAGS:           -O -mieee-fp
F2C:              @F2C@
F2CFLAGS:         @F2CFLAGS@
FLIBS:            -L/usr/lib/gcc/i586-manbo-linux-gnu/4.2.3 -L/usr/lib/gcc/i586-manbo-linux-gnu/4.2.3/../../.. -lz -lgfortranbegin -lgfortran -lm
CPPFLAGS:        
INCFLAGS:         -I. -I. -I./liboctave -I./src -I./libcruft/misc
C compiler:       gcc, version 4.2.3 (4.2.3-6mnb1)
CFLAGS:           -O2
CPICFLAG:         -fPIC
C++ compiler:     g++, version 4.2.3
CXXFLAGS:         -O2
CXXPICFLAG:       -fPIC
LD_CXX:           g++
LDFLAGS:         
LIBFLAGS:         -L.
RLD_FLAG:         -Wl,-rpath -Wl,/usr/local/opt/binaries/octave-3.0.2/lib/octave-3.0.2
BLAS_LIBS:       
FFTW_LIBS:       
LIBS:             -lncurses -ldl -lz -lm
LEXLIB:          
LIBGLOB:         
SED:              /bin/sed


But I'm didn't find the REGEX line. Can you please give the command to have it ?

Thanks,

Thomas

Le Mar 21 octobre 2008 18:05, Thomas Weber a écrit :
> 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]