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