help-octave
[Top][All Lists]
Advanced

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

Re: XFAIL frommake check


From: Andreas Weber
Subject: Re: XFAIL frommake check
Date: Wed, 25 Jan 2017 19:07:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1

Am 24.01.2017 um 22:06 schrieb dariodematties:
> I run *./configure --without-osmesa* and then *make*.
> ...
> *libinterp/dldfcn/__osmesa_print__.cc-tst ....................panic:
>

have you run "make clean" before? Btw, I always suggest to build out of
the source directory. Let's assume your source is in ~/octave-src
then I would:

cd
mkdir octave-build
cd octave-build
../octave-src/configure --without-osmesa
make -j 4

(or whatever nproc returns)

-- Andy



reply via email to

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