> configured with "configure --with-alsa" and build 
> with "make CC=g++". 

This won't work.  If you're going to use C++, you have to configure
it with C++.  Use

make clean
configure --with-alsa CC=g++
make



_______________________________________________
Cmdist mailing list
[email protected]
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

Reply via email to