From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Egraj-0007j7-He for qemu-devel@nongnu.org; Mon, 28 Nov 2005 17:35:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Egrag-0007i7-7u for qemu-devel@nongnu.org; Mon, 28 Nov 2005 17:35:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egrag-0007i3-2O for qemu-devel@nongnu.org; Mon, 28 Nov 2005 17:35:18 -0500 Received: from [66.93.172.17] (helo=nevyn.them.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Egraf-0002wy-CO for qemu-devel@nongnu.org; Mon, 28 Nov 2005 17:35:17 -0500 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EgraW-0002NG-Lq for qemu-devel@nongnu.org; Mon, 28 Nov 2005 17:35:08 -0500 Date: Mon, 28 Nov 2005 17:35:08 -0500 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] Debian blues (Re: Problem compiling with gcc 3.3 on 2.6.14 (Debian)) Message-ID: <20051128223508.GA9087@nevyn.them.org> References: <20051128165951.GA28507@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Nov 28, 2005 at 10:24:10PM +0100, Emmanuel Charpentier wrote: > Natalia Portillo wrote: > >-----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. I didn't read the original message, but this is a non-issue. It doesn't matter what compiler was used for libm.a [Completely incorrect rant snipped] > So you're supposed to "ln -s /usr/bin/gcc-3.3 /usr/bin/gcc # etc ...) ad > nauseam... No, you're bloody well not. You're supposed to configure applications to use the correct compiler if they need a particular version. For qemu that's --cc. Not so hard, was it? -- Daniel Jacobowitz CodeSourcery, LLC