[Qemu-devel] Problem compiling with gcc 3.3 on 2.6.14 (Debian)

2005-11-28 Thread Emmanuel Charpentier
Dear List, I recently upgraded to Linux 2.6.14 (as compiled as a 686 Debian package), and found that this distribution, too, has switched to GCC 4 for kernel. I tried to recompile a plain vanilla qemu 0.7.2 tarball : I switched to gcc 3.3 for this (in /usr/bin : ln -sf gcc-3.3 gcc ; ln -sf

Re: [Qemu-devel] Problem compiling with gcc 3.3 on 2.6.14 (Debian)

2005-11-28 Thread Jim C. Brown
On Mon, Nov 28, 2005 at 09:46:02AM +0100, Emmanuel Charpentier wrote: Dear List, I recently upgraded to Linux 2.6.14 (as compiled as a 686 Debian package), and found that this distribution, too, has switched to GCC 4 for kernel. I tried to recompile a plain vanilla qemu 0.7.2 tarball :

Re: [Qemu-devel] Problem compiling with gcc 3.3 on 2.6.14 (Debian)

2005-11-28 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just, I think, it is trying to link with libm.a, that is compiled using GCC 4.0, so, the fail. Doesn't your distro have a gcc_select? I use it in MacOS X to change between GCC 3.3 and GCC 4.0 and it also changes default library locations so