Hi,

your mistake seems to be easy to eleminate:

I suppose, you compile with cc -o xxx xxx.c or something like this.
You'd better try out gcc -o xxx xxx.c -lasound for compiling that.
The -lasound  includes the library depending on the headerfile.
Without the static library you won't run any application and the
headerfile only give declarations.

73 Phil


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to