I had a problem compiling ALSA.  It had no rules for stdarg.h.  I
followed
the path that it was trying and found that Mandrake 8.1 has changed the
path a
little: what should be i586-mandrake-linux in /usr/lib/gcc-lib has
become
i586-mandrake-linux-gnu  .  To fix this I made a sym-link:
cd /usr/lib/gcc-lib
ln -s /i586-mandrake-linux-gnu /i586-mandrake-linux

Alsa then compiled with no problem with rule definitions.  It still wont
compile the utilities because it bombs on alsactl as per my earlier
post.

Chuck Busby
[EMAIL PROTECTED]




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

Reply via email to