RE: [Qemu-devel] [patch] Configure check for gcc4

2005-11-02 Thread Sylvain Petreolle
I waited this moment since months. +1 ! --- Paul Brook <[EMAIL PROTECTED]> a écrit : > Qemu is known to not build properly with gcc4. Despite this being documented > in several places users frequent still get it wrong. This is probably the > second most frequent question (the first, equally du

Re: [Qemu-devel] [patch] Configure check for gcc4

2005-11-02 Thread Jan Marten Simons
Paul Brook wrote: +if ! $cc -o $TMPO $TMPC 2>/dev/null ; then +echo "ERROR: \"$cc\" looks like gcc 4.x" +echo "QEMU is known to have problems when compiled with gcc 4.x" +echo "It is recommended they you use gcc 3.x to build QEMU" +echo "To use this compiler a

[Qemu-devel] [patch] Configure check for gcc4

2005-11-02 Thread Paul Brook
Qemu is known to not build properly with gcc4. Despite this being documented in several places users frequent still get it wrong. This is probably the second most frequent question (the first, equally dumb problem being "I can't make ping work with -user-net"). The attached patch adds a config