octave-maintainers
[Top][All Lists]
Advanced

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

compiling cli version only


From: c.
Subject: compiling cli version only
Date: Fri, 17 Feb 2017 16:05:02 +0100

Hi,

I am installing from sources on a machine where I will not need to use graphics.
I am configuring with:

./configure ...  --without-qt --with-x=no --without-opengl --without-fltk    ...

nontheless make produces two separate and different binaries:

lrwxrwxrwx 1 carlo numer      12 Feb 17 15:57 octave -> octave-4.2.0
-rwxr-xr-x 1 carlo numer  129960 Feb 17 15:57 octave-4.2.0
lrwxrwxrwx 1 carlo numer      16 Feb 17 15:57 octave-cli -> octave-cli-4.2.0
-rwxr-xr-x 1 carlo numer  114200 Feb 17 15:57 octave-cli-4.2.0

and, if I start "octave" I always get the following warning:

$ octave   
octave: no graphical display found
octave: disabling GUI features

which I don't get when running "octave-cli"

Is there a way to tell configure to produce "octave-cli" only?
How do I get rid of the warning?

c.







reply via email to

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