William Estrada wrote: > hi group, > > Trying to rebuild my ALSA programs with static libs. > > [snip] > but when I try with -static, I get this: > Code: > > gcc -g -O2 -static -lasound -o volume volume.o > /usr/local/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../i686-pc-linux-gnu/bin/ld: > cannot find -lasound >
There isn't a libasound.a so far as I'm aware. I would say that it's unlikely that any distro would provide one since the alsa library dynamically loads its various modules which rather defeats the object of it being static. To be honest, unless you have a really, really good case for a static executable you should avoid them anyway. At the moment, I can't think of a sensible use-case for static ALSA programs, although I'm sure someone could! jch ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Alsa-user mailing list Alsa-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/alsa-user