[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnu plot error on octave
From: |
Ben Abbott |
Subject: |
Re: gnu plot error on octave |
Date: |
Fri, 18 Jan 2013 09:51:11 -0500 |
On Jan 18, 2013, at 9:29 AM, Christopher Dsouza wrote:
>
> --- On Sun, 13/1/13, Ben Abbott <address@hidden> wrote:
>
> From: Ben Abbott <address@hidden>
> Subject: Re: gnu plot error on octave
> To: "fr33c0untry" <address@hidden>
> Cc: address@hidden
> Date: Sunday, 13 January, 2013, 3:14 PM
>
> On Jan 13, 2013, at 1:40 AM, fr33c0untry wrote:
>
> > hi ben
> > sorry for the late reply.gnu plot is working now .
> > but the error continues to show up whenever gnu plot crashes ie when i
> > execute certain .m files or use zoom in excessively.however i found out that
> > deleting octave core file and restarting octave would solve the problem.
> > i dont have problems with plotting a function but there's one .m file which
> > i recently coded which shows this error.
> > i get the same error for other plots which worked previously after executing
> > this one
> > here it is:
> >
> > the version i use is 3.2.4 which i downloaded from the software center.
>
> I'm running Ubuntu 12.10 via Virtual Box, the Octave available from the
> Software Center is Octave 3.6.2.
>
> Are you sure your Octave is 3.2.4 (is much older than Ubuntu 12)? Have you
> tried to update your Octave? What of Ubuntu and then Octave?
>
> Ben
>
> thanks Ben
> i found octave 3.6.2 in the software center guess i did'nt notice it when i
> installed octave 3.2.4.
> A few days back i downloaded the tarball for octave 3.6.3 from octave forge
> .i tried to compile it but it shows an error that LAPACK and BLAS libraries
> are not found although i downloaded liblapack-dev and libblas-dev from
> synaptic package manager.
> it was the first time a tried to compile a software from its source.but i
> found it quite time consuming and had to download extra stuff from synaptic
> manager.is it really worth it to compile applications from source?
>
> anyways i think I'll avoid that headache and install it from the software
> center.
Try the line below from a terminal. This will install all of Octave's
dependencies.
apt-get build-deb octave3.6
After that you should be able to compile the developer's sources by ...
./bootstrap
./configure
make
If you're building from a released tar-ball, then just ...
./configure
make
Ben
- gnu plot error on octave, fr33c0untry, 2013/01/06
- Re: gnu plot error on octave, Ben Abbott, 2013/01/07
- Re: gnu plot error on octave, fr33c0untry, 2013/01/13
- Re: gnu plot error on octave, Jordi GutiƩrrez Hermoso, 2013/01/18
- Re: gnu plot error on octave, fr33c0untry, 2013/01/19
- Re: gnu plot error on octave, Ben Abbott, 2013/01/19
- Re: gnu plot error on octave, fr33c0untry, 2013/01/19
- Re: gnu plot error on octave, Mike Miller, 2013/01/19
- Re: gnu plot error on octave, fr33c0untry, 2013/01/19
- Re: gnu plot error on octave,
Ben Abbott <=