|
From: | Igal Franko |
Subject: | Re: Error when executing "make" on Ubuntu Linux |
Date: | Mon, 24 Nov 2014 23:42:19 +0200 |
Am 23.11.2014 um 15:26 schrieb Igal Franko:
> Any other ideas? I am quite at a loss here.
Are you able to use gnuplot if you execute
/run-octave --no-gui
in your build-dir and then
graphics_toolkit ("gnuplot");
plot (rand(3))
Another idea: I normally make an out of source build:
hg clone .... octave-src
cd octave-src
/bootstrap
cd ..
mkdir octave-build
cd octave-build
./octave-src/configure
make -j8
have you tried to make a new build after installing all dependencies?
-- Andy
[Prev in Thread] | Current Thread | [Next in Thread] |