Changes between Initial Version and Version 1 of Ticket #53044, comment 12


Ignore:
Timestamp:
Dec 13, 2016, 7:16:46 AM (7 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53044, comment 12

    initial v1  
    4343Note that `configure.cxx_stdlib libc++` should only be added when building with clang, maybe something like
    4444{{{
     45#!tcl
    4546if {[string match *clang* ${configure.cxx}]} {
    4647    configure.cxx_stdlib libc++
     
    7879
    7980
    80 Oh, wait ... I just tried to run `octave` now to test it and I get a GUI instead of the command line? Is this something new from version 4.2 or is that because I disabled graphicmagic? I like the GUI of course, but what's the trick to force it to stay in the Terminal? And the GUI is stalled at exit. I have to force quit it.
     81Oh, wait ... I just tried to run `octave` now to test it and I get a GUI instead of the command line? Is this something new from version 4.2 or is that because I disabled graphicsmagick? I like the GUI of course, but is there any trick to force it to stay in the Terminal? And the GUI is stalled at exit. I have to force quit it.