Changes between Initial Version and Version 1 of Ticket #53044, comment 12
- Timestamp:
- Dec 13, 2016, 7:16:46 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53044, comment 12
initial v1 43 43 Note that `configure.cxx_stdlib libc++` should only be added when building with clang, maybe something like 44 44 {{{ 45 #!tcl 45 46 if {[string match *clang* ${configure.cxx}]} { 46 47 configure.cxx_stdlib libc++ … … 78 79 79 80 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 graphic magic? I like the GUI of course, but what's thetrick to force it to stay in the Terminal? And the GUI is stalled at exit. I have to force quit it.81 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 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.