Re: [Alsa-user] Failing to build alsa 1.0.0rc2

2003-12-15 Thread William
>I build with >./configure --with-sequencer=yes --with-oss=yes --with-cards=rme9652 >--with-kernel=/usr/src/linux-2.4.23 It is odd you can build all of ALSA except for the OSS library. Please forward the output of: ls -ldt /usr/include/{linux,asm,asm-i386} /System.map* /boot/System.map* and seco

Re: [Alsa-user] Failing to build alsa 1.0.0rc2

2003-12-15 Thread jpff
> It looks like a possible configuration problem to me. I thought so to but... > Maybe your gcc version doesn't match the gcc version that compiled > your kernel and your kernel modules (check: gcc --version ; cat /proc/version). No. I build the kernel with the only version of GCC on this machin

Re: [Alsa-user] Failing to build alsa 1.0.0rc2

2003-12-14 Thread William
It looks like a possible configuration problem to me. Maybe your gcc version doesn't match the gcc version that compiled your kernel and your kernel modules (check: gcc --version ; cat /proc/version). Maybe there was a problem with the command-line arguments you used for ./configure. Try this ex

[Alsa-user] Failing to build alsa 1.0.0rc2

2003-12-10 Thread jpff
I have been trying to build alsa for Hammerfall Lite with the 1.0.0rc2 Seems to fail to create OSS emulation, which I need. What have I missed? ==John ffitch gcc -shared alsa-oss.lo -ldl /usr/lib/libasound.so -lm -ldl -lpt