Ok, so I've searched everywhere, and I am still not getting a definite answer from anyone, just partial answers. On make of my sound card driver, I get an error...
gcc: installation problem, cannot exec 'cpp0':No such file or directory.
This much I've gathered. cpp0 is actually a variable that should be cpp, and has something to do with the C++ compiler. Somehow, and initial installation of Mandrake 8.2 (my distro) screwed that up. Now, in the make file, there is no instance of cpp0, but there is a variable CPPFLAGS = -I/usr/src/linux/include. Go figure. I can't get any sound until I get this fixed. Help would be appreciated very much.
gcc: installation problem, cannot exec 'cpp0':No such file or directory.
This much I've gathered. cpp0 is actually a variable that should be cpp, and has something to do with the C++ compiler. Somehow, and initial installation of Mandrake 8.2 (my distro) screwed that up. Now, in the make file, there is no instance of cpp0, but there is a variable CPPFLAGS = -I/usr/src/linux/include. Go figure. I can't get any sound until I get this fixed. Help would be appreciated very much.