[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: On OSX, why running octave also starts X11?
From: |
Leo Liu |
Subject: |
Re: On OSX, why running octave also starts X11? |
Date: |
Mon, 29 Apr 2013 09:41:39 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) |
On 2013-04-29 08:44 +0800, Ben Abbott wrote:
> Looks as if your build was linked to X11 instead of Carbon. If you add
> the flag "--with-framework-carbon" to ./configure, X11 will not be
> required to build or run Octave. This assumes you've linked to
> fltk-aqua. (X11 may still be needed by gnuplot).
Thank you, Ben, for the help. I have reported the bug here:
https://github.com/Homebrew/homebrew-science/issues/160
Leo