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=oss,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) += audio_pt_int.o
to
audio-obj-y += 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
Fournit : --
Dépend de : glibc bash
Dépendances opt. : --
Requis par : --
Incompatible avec : --
Remplace : --
Taille (installé) : 1448,00 K
Paqueteur : Andreas Radke <andyrtr@xxxxxxxxxxxxx>
Architecture : x86_64
Compilé le : mar. 17 mars 2009 12:42:18 CET
Installé le : dim. 03 mai 2009 16:50:58 CEST
Motif d'installation : Explicitement installé
Script d'installation : Oui
Description : GNU make utility to maintain groups of programs
Hope it helps ;)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html