Re: fatal error: config.h: No such file or directory

2014-12-24 Thread Andrew Haley
On 23/12/14 21:54, Bruce Korb wrote: > On 12/23/14 09:07, Aldy Hernandez wrote: >> Andrew Haley writes: >> >>> On 12/21/2014 02:38 AM, Bruce Korb wrote: Shouldn't the configure step have made config.h? >>> >>> It's probably because you are building in srcdir. That is not >>> supported. >> >>

Re: fatal error: config.h: No such file or directory

2014-12-23 Thread Bruce Korb
On 12/23/14 09:07, Aldy Hernandez wrote: Andrew Haley writes: On 12/21/2014 02:38 AM, Bruce Korb wrote: Shouldn't the configure step have made config.h? It's probably because you are building in srcdir. That is not supported. Hmm, newbies run into this often enough that I wonder whether

Re: fatal error: config.h: No such file or directory

2014-12-23 Thread Aldy Hernandez
Andrew Haley writes: > On 12/21/2014 02:38 AM, Bruce Korb wrote: >> Shouldn't the configure step have made config.h? > > It's probably because you are building in srcdir. That is not > supported. Hmm, newbies run into this often enough that I wonder whether we should just error out from the con

Re: fatal error: config.h: No such file or directory

2014-12-21 Thread Andrew Haley
On 12/21/2014 02:38 AM, Bruce Korb wrote: > Shouldn't the configure step have made config.h? It's probably because you are building in srcdir. That is not supported. Andrew.