From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42439 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIWcY-0000Vo-AN for qemu-devel@nongnu.org; Tue, 16 Nov 2010 20:15:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIWcW-00040S-07 for qemu-devel@nongnu.org; Tue, 16 Nov 2010 20:15:33 -0500 Received: from adelie.canonical.com ([91.189.90.139]:41428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIWcV-00040M-LV for qemu-devel@nongnu.org; Tue, 16 Nov 2010 20:15:31 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1PIWcU-0003HL-QF for ; Wed, 17 Nov 2010 01:15:30 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C27E12E806B for ; Wed, 17 Nov 2010 01:15:30 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 17 Nov 2010 01:09:59 -0000 From: Nigel Horne <676190@bugs.launchpad.net> Sender: bounces@canonical.com References: <20101116183722.16105.16809.malonedeb@wampee.canonical.com> Message-Id: <4CE32B67.1090507@bandsman.co.uk> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 676190] Re: Latest git fails to link - missing main() routine Reply-To: Bug 676190 <676190@bugs.launchpad.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 11/16/2010 04:14 PM, Stefan Hajnoczi wrote: > On Tue, Nov 16, 2010 at 6:37 PM, Nigel Horne<676190@bugs.launchpad.net> = wrote: > = >> Public bug reported: >> >> I can't get git 2834c3e0140c3b0ed4422909dfa0607b7213d95d to link on my >> Debian Linux/x86_64 machine with gcc4.4: >> = > Peter Maydell has submitted a patch to fix this: > http://patchwork.ozlabs.org/patch/71449/ > > I just tried it and it works for me. > > Stefan > > = Thanks for the quick turn around. I've closed the bug - it works for me = now as well. Regards, -Nigel ** Changed in: qemu Status: New =3D> Fix Released -- = Latest git fails to link - missing main() routine https://bugs.launchpad.net/bugs/676190 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: Fix Released Bug description: I can't get git 2834c3e0140c3b0ed4422909dfa0607b7213d95d to link on my Debi= an Linux/x86_64 machine with gcc4.4: All goes well until the link stage: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/crt1.o: In function `_s= tart': (.text+0x20): undefined reference to `main' collect2: ld returned 1 exit status make[1]: *** [trace] Error 1 make: *** [subdir-i386-softmmu] Error 2 I did make distclean ./configure --enable-linux-aio --enable-io-thread --enable-kvm