Re: [PUSHED 3-5 3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-08-01 Thread Petr Mladek
Michael Stahl píše v Po 30. 07. 2012 v 14:38 +0200: > >> ok, the problem should be fixed now on master with > >> c691d9643994956e8f17710625ccb989d428e1bf > >> > > Hmm, It removes AC_SUBST(COMPATH) but this variable is used in several > > makefiles, mainly for Solaris or Windows. > > argh that was

Re: [REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Michael Stahl
On 30/07/12 14:24, Petr Mladek wrote: > Michael Stahl píše v Po 30. 07. 2012 v 13:11 +0200: >> On 28/07/12 19:10, John Smith wrote: >>> On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: i guess it fails because you're using Fedora 17 and don't have ccache installed, which causes

Re: [REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Petr Mladek
Michael Stahl píše v Po 30. 07. 2012 v 13:11 +0200: > On 28/07/12 19:10, John Smith wrote: > > On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: > >> > >> i guess it fails because you're using Fedora 17 and don't have ccache > >> installed, which causes $COMPATH to be the empty string, because

[REVIEW][3-5][3-6] Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-30 Thread Michael Stahl
On 28/07/12 19:10, John Smith wrote: > On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: >> >> i guess it fails because you're using Fedora 17 and don't have ccache >> installed, which causes $COMPATH to be the empty string, because >> CC=/bin/gcc. that is a defect in the configure script, bu

Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-28 Thread John Smith
On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: > > i guess it fails because you're using Fedora 17 and don't have ccache > installed, which causes $COMPATH to be the empty string, because > CC=/bin/gcc. that is a defect in the configure script, but i'm too lazy > to boot my F17 box to fix

Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-28 Thread Michael Stahl
On 28/07/12 18:37, John Smith wrote: > Hi, > > > When running ./autogen.sh, I get the following error : > > checking for maximum parallelism for gmake... per module:1, for tail_build:2 > setting up the build environment variables... > configure: error: No compiler found. > Error running configur