Hi Daniel,
  Without getting into the debate about whether using the older GCC3 is absurd 
or not ;)  I thought I might point out that you can easily have both coexist 
peacefully on your system.  Heres what you do:

1) download a gcc3 tarball to your system and unpack
2) run "configure" with the suffix set to something like "-3" and a unique 
install path like "/usr/local/gcc-3"
3) configure KVM/QEMU build with "configure 
--qemu-cc=/usr/local/gcc-3/bin/gcc-3"

This is what I do and it works fine.  Hope this helps.
-Greg


>>> Dâniel Fraga <[EMAIL PROTECTED]> 03/18/07 4:53 PM >>>
On Sun, 18 Mar 2007 14:51:47 -0500
Anthony Liguori <[EMAIL PROTECTED]> wrote:

> You really should use gcc3.  You'll have a much better user
> experience and honestly it's more useful to have the ability to run
> -no-kvm to troubleshoot.
> 
> Is there a particular reason why gcc3 isn't available to you?

        I like to have only the latest versions of software installed
here. For me, it doesn't make sense to use gcc3 only to be able to
compile qemu, since I'll not use it on any other software.

        Well, to be honest, I think that qemu author should have
migrated to gcc4. I can't understand why someone still uses gcc3 for
development. I mean, the author could take a weekend and fix all the
code to compile with gcc4. Is it so hard? I think it's the natural order
of things.

        I think it's easier for the qemu author to port his code to
gcc4 instead of forcing the entire world to install an obsolete
compiler like gcc3 just to compile his code.

        We should get rid of old things, as fast as possible. Gcc3 has
no future, so why keep using it?

        Besides that, gcc4 offers a lot of options that gcc3
doesn't. It's faster, I can use its vectorizer and optimizes better the
code. If it takes too long, we'll have gcc 4.3 and qemu will be still
requiring gcc3. Don't you think it's absurd?

        Thank you!

-- 
http://u-br.net
Linux 2.6.20: Homicidal Dwarf Hamster
gcc (GCC) 4.1.2


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to