From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederic Bezies Subject: Re: KVM-88 fails to build with esd or pulseaudio Date: Tue, 14 Jul 2009 10:31:25 +0200 Message-ID: References: <88ef07b70907130042n49f4fd5eta6776e21e087d6f2@mail.gmail.com> <88ef07b70907130047h64f49ef0y54d9763ba7a49329@mail.gmail.com> <4A5AFBDE.1070301@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:60446 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbZGNJkG (ORCPT ); Tue, 14 Jul 2009 05:40:06 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MQeUU-0003NF-Oy for kvm@vger.kernel.org; Tue, 14 Jul 2009 09:40:02 +0000 Received: from abordeaux-256-1-15-162.w90-11.abo.wanadoo.fr ([90.11.58.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jul 2009 09:40:02 +0000 Received: from fredbezies by abordeaux-256-1-15-162.w90-11.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jul 2009 09:40:02 +0000 In-Reply-To: <4A5AFBDE.1070301@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 13/07/2009 11:18, Avi Kivity wrote: > On 07/13/2009 10:47 AM, Pelle van der Heide wrote: >> Hi, >> >> When running '$ ./configure --audio-drv-list=3Doss,alsa,sdl,esd,pa&& >> make -j2' the build fails, with both esdaudio.o and paaudio.o >> complaining about undefined references to audio_pt_* functions. >> The complete build output is attached. >> > > Try changing the line > > audio-obj-$(AUDIO_PT_INT) +=3D audio_pt_int.o > > to > > audio-obj-y +=3D audio_pt_int.o > > in Makefile. > > What version of make are you using? > Same problem for me, under archlinux 64 bits. fred ~/download/kvm $ yaourt -Qi make Nom : make Version : 3.81-4 URL : http://www.gnu.org/software/make Licences : GPL Groupes : base-devel =46ournit : -- D=E9pend de : glibc bash D=E9pendances opt. : -- Requis par : -- Incompatible avec : -- Remplace : -- Taille (install=E9) : 1448,00 K Paqueteur : Andreas Radke Architecture : x86_64 Compil=E9 le : mar. 17 mars 2009 12:42:18 CET Install=E9 le : dim. 03 mai 2009 16:50:58 CEST Motif d'installation : Explicitement install=E9 Script d'installation : Oui Description : GNU make utility to maintain groups of programs Hope it helps ;)