From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzMAX-00008R-3G for qemu-devel@nongnu.org; Thu, 22 May 2008 21:34:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzMAV-00007Z-Vb for qemu-devel@nongnu.org; Thu, 22 May 2008 21:34:04 -0400 Received: from [199.232.76.173] (port=41519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzMAV-00007S-Qf for qemu-devel@nongnu.org; Thu, 22 May 2008 21:34:03 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:53300) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JzMAV-0002aS-KZ for qemu-devel@nongnu.org; Thu, 22 May 2008 21:34:03 -0400 Date: Fri, 23 May 2008 02:33:59 +0100 From: Thiemo Seufer Subject: Re: [Qemu-devel] Current SVN head doesn't compile Message-ID: <20080523013359.GC20195@networkno.de> References: <20080522202210.e34cc7f1.mle+tools@mega-nerd.com> <20080523084803.0246b8fe.mle+tools@mega-nerd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080523084803.0246b8fe.mle+tools@mega-nerd.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik de Castro Lopo Cc: qemu-devel@nongnu.org Erik de Castro Lopo wrote: > Erik de Castro Lopo wrote: > > > HI all, > > > > I'm currently getting this on SVN 4522. > > > > libqemu.a(translate.o): In function `tcg_gen_helper_0_0': > > /home/erikd/Hack/GIT/qemu.git/tcg/tcg-op.h:181: undefined reference to `do_dclo' > > libqemu.a(translate.o): In function `gen_cl': > > /home/erikd/Hack/GIT/qemu.git/tcg/tcg-op.h:181: undefined reference to `do_dclz' > > collect2: ld returned 1 exit status > > I'm now at SVN 4535 and it still doesn't compile. This is a clean > checkout followed by: > > ./configure && make I believe this is fixed now, thanks for the heads-up. Thiemo