help-octave
[Top][All Lists]
Advanced

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

Re: pkg install


From: Tatsuro MATSUOKA
Subject: Re: pkg install
Date: Tue, 29 Jan 2019 20:00:52 +0900 (JST)

--- k.ohlhus@
> On Tue, Jan 29, 2019 at 8:41 AM Tarmo Tapio <> wrote:
> My Octave verion is 4.2.2. Linux Xubuntu 18.04.
> 
> Tarmo
> 
> Tarmo Tapio kirjoitti 29.1.2019 klo 9.30:
> > Hi
> >
> > I was downloading a new package to Octave, but it announced:
> >
> > >> pkg install -forge geometry
> > sh: 1: make: not found
> > skipping line
> > skipping line
> > skipping line
> > skipping line
> >
> > pkg: error running `make' for the geometry package.
> > error: called from
> >     configure_make at line 95 column 9
> >     install at line 194 column 7
> >     pkg at line 394 column 9
> >
> > what is problem?
> >
> > Tarmo
> >
> 
> 
> Do you have GNU "make" and "gcc" installed on your system?
> 
>    sudo apt-get install make
> 
> Best,
> Kai 
I recommend you to install build-essential package.

sudo apt install build-essential

Tatsuro



reply via email to

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