Re: [dev] [quark] [PATCH] Add the chrootdir configuration variable

2014-11-30 Thread FRIGN
On Sat, 29 Nov 2014 08:42:17 +0100 Ivan Delalande wrote: > Change the behavior of docroot, which is now used as a prefix path for > all file operations related to static files. And add chrootdir, which is > just the old docroot behavior and allows to control the path into which > quark will chroo

Re: [dev] GCC situation

2014-11-30 Thread Sylvain BERTRAND
GCC 4.7.x can be bootstraped with a basic C compiler/runtime. >From GCC 4.8, you must have c++98 compiler/runtime, which is of several order of magnitude more costly from a technical point of view. For me, that reason is enough to start looking at other compilers (written/bootstrapable in C) and/