[EMAIL PROTECTED] writes:
 > 
 > Now I'm writing an pure C extension for ALSA-0.9 . I encountered
 > the following strange problem:
 > 
 > When I try to initialize the pcm device, I get the following
 > error message:
 > 

For what it's worth, if I write a dynamically loaded Tcl extension
that implements snd_pcm_open and call it from Tcl, it succeeds.

There isn't very much in alsa-lib/src/dlmisc.c, you can easily figure
out where to insert diagnostics to see what libraries are being opened
and which symbols are not being found.

-- rec --


_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to