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?

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to