Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Kevin F. Quinn
On Thu, 6 Apr 2006 14:33:30 +0200 (CEST) Sylvain Petreolle <[EMAIL PROTECTED]> wrote: > Hi people, > I have gcc 3.2.3 (run as gcc32) and gcc 4.1.0. > > ./configure --help runs the gcc check, thus displaying the following > error : ERROR: "gcc" looks like gcc 4.x > > IMHO this should be changed t

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Jim C. Brown
On Thu, Apr 06, 2006 at 10:40:15PM +0200, Sylvain Petreolle wrote: > why would you need to check gcc's version just for displaying help ?? > in fact a bunch of /bin/echo commands... > > --- "Jim C. Brown" <[EMAIL PROTECTED]> a ?crit : Not for help. I meant auto-detection, so that if u have gcc 4.

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
why would you need to check gcc's version just for displaying help ?? in fact a bunch of /bin/echo commands... --- "Jim C. Brown" <[EMAIL PROTECTED]> a écrit : > having configure check for gcc3, gcc31, gcc32, gcc33, gcc34, etc before > checking > for gcc itself might work. > > is it really wort

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
Hehe, qemu's configure doesnt use it :) --- "Kevin F. Quinn" <[EMAIL PROTECTED]> a écrit : > How about doing: > > CC=gcc32 ./configure > > -- > Kevin F. Quinn > > ___ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Kevin F. Quinn
On Thu, 6 Apr 2006 15:40:53 -0400 "Jim C. Brown" <[EMAIL PROTECTED]> wrote: > having configure check for gcc3, gcc31, gcc32, gcc33, gcc34, etc > before checking for gcc itself might work. > > is it really worth the trouble to check every possible combination? >[...] > > IMHO this should be change

Re: [Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Jim C. Brown
having configure check for gcc3, gcc31, gcc32, gcc33, gcc34, etc before checking for gcc itself might work. is it really worth the trouble to check every possible combination? On Thu, Apr 06, 2006 at 02:33:30PM +0200, Sylvain Petreolle wrote: > Hi people, > I have gcc 3.2.3 (run as gcc32) and gcc

[Qemu-devel] ./configure --help and gcc checks

2006-04-06 Thread Sylvain Petreolle
Hi people, I have gcc 3.2.3 (run as gcc32) and gcc 4.1.0. ./configure --help runs the gcc check, thus displaying the following error : ERROR: "gcc" looks like gcc 4.x IMHO this should be changed to avoid running things like this : ./configure --cc=gcc32 --help Do agree with that ? Kind regards,