On Wed, 2013-07-31 at 20:54 +0200, joa...@verona.se wrote: > #make takes a loong time, much more than a normal emacs > ./autogen.sh && ./configure && make
I'm not familiar with building Emacs, but doesn't its build system support parallel compilation (couldn't you run "make -j4" or whatever's appropriate for your system to get a nice speedup)?