Hello,
On Mon, Nov 14, 2005 at 03:14:44PM +0100, Lars Luthman wrote:
On Mon, 2005-11-14 at 05:56 -0800, Brian Hennessey
wrote:
#./configure --prefix=/usr --enable-posix-shm
--with-default-tmpdir=/mnt/ramfs
I get:
Build support for ALSA.........false
(or something similar, I am at work now)
#cat /proc/asound/cards
returns info about my card, and I am fairly sure I have alsa
set up correctly.(alsamixer and aconnect seem to work fine)
I am not a Debian person, but I would guess that they have different
packages for the shared libraries (which are needed for other ALSA-using
programs to work) and the header files (which are needed to actually
build programs that use ALSA). The development package could be named
something like alsa-dev or libasound-dev.
On Debian/sarge it's part of libasound2-dev:
$ dpkg -S /usr/lib/pkgconfig/alsa.pc
libasound2-dev: /usr/lib/pkgconfig/alsa.pc
Jacob