octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder n


From: Rik
Subject: [Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder name with umlaut
Date: Fri, 30 Sep 2016 23:29:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #21, bug #49118 (project octave):

See the attached file 'myconfig'.  It is written a tcsh script, but you can
easily adapt it to bash or whatever.

For ccache, install that using your package manager.  Once that is done, add
the directory '/usr/lib/ccache' to the start of your path.  The line from my
.tcshrc file, for example, is


   set path = (. /usr/lib/ccache ~/local/bin $path ~/scripts)


After that, initialize the cache size with something like this which sets a 10
Gigabyte cache.


ccache -M 10G


Once that is done, go to the directory where you build, run 'myconfig'
followed by 'make -jXX' where XX is the number of CPUS or sometimes CPUS+1.

You can verify that it is working by running


ccache -s


to see the cache statistics


(file #38634)
    _______________________________________________________

Additional Item Attachment:

File name: myconfig                       Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49118>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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