Re: why not #include "config.h"?

2009-09-23 Thread Steffen Dettmer
Hi, thank you for the detailed explanations. It seems my assumption (which could be a common one) that <> are for system includes and "" are for user includes, essentially is wrong. If I looked to the rigth place, the standard (ISO/IEC 9899:TC3 page 161) does not specify how this works (if I und

Re: how to support compilers that cannot create executables?

2009-09-23 Thread Steffen Dettmer
On Mon, Sep 21, 2009 at 7:37 PM, wrote: > * Steffen Dettmer wrote on Mon, Sep 21, 2009 at 10:24:26AM CEST: > > > If you cannot write such a wrapper, then it probably makes > > > just as much sense to pre-seed a config.site file with > > > cache variables containing the correct answers for this > >