[CM] error building latest sndlib

Bill Schottstaedt bil at ccrma.Stanford.EDU
Mon Apr 6 10:04:13 PDT 2009


> 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





More information about the Cmdist mailing list