Hi,
the log output clearly states what's happening: libasound uses ptheads and is linked against version 2.3.2 of glibc. Presumably the version of glibc installed on your system is different, so some the linker was not able to resolve some of the symbols. In other words: you have to fix that version mismatch. Either use a version of libasound that is compiled for your version of glibc of install the version of glibc that the current libasound is linked against.
Matthias
asutosh gopinath wrote:
Hi, I checked the config.log and it shows the following:
configure:46526: checking for snd_ctl_open in -lasound configure:46556: arm-linux-gcc -o conftest -O0 -Wall -Wstrict-prototypes -fsigne d-char -I/opt/arm-linux/lib/include -DNDEBUG -L/opt/arm-linux/lib/lib conftest.c -lasound -L/opt/arm-linux/lib/ lib -lasound -lm -ldl -lpthread -L/opt/arm-linux /lib >&5 conftest.c:194: warning: function declaration isn't a prototype conftest.c:197: warning: function declaration isn't a prototype /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_ [EMAIL PROTECTED]' /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_ [EMAIL PROTECTED]' /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_ [EMAIL PROTECTED]' /opt/arm-linux/lib/lib/libasound.so: undefined reference to `pthread_cond_ [EMAIL PROTECTED]' collect2: ld returned 1 exit status configure:46562: $? = 1 configure: failed program was: | /* confdefs.h. */
I have no idea how to fix it.
Regards Asutosh ===============
----- Original Message ----- From: Matthias Pfisterer <[EMAIL PROTECTED]> Date: Fri, 30 Jul 2004 15:43:31 +0200 To: asutosh gopinath <[EMAIL PROTECTED]> Subject: Re: [kaffe] Sound on XSCALE (no mixer supporting this type of line...)
Hi,
using ALSA 1.0.5 sould work. The libraries are searched for in the standard library paths (/usr/lib, /usr/local/lib, ... depending on your linker configuration).
Please check the file config.log for the reason why exactly the test fails.
Matthias
asutosh gopinath wrote:
Hi, Configure gives following output for ALSA ( I did not notice it before !)
checking for ALSA CFLAGS... -I/usr/local/arm-linux/lib/include checking for ALSA LDFLAGS... -L/usr/local/arm-linux/lib/lib -lasound -lm -ldl - lpthread checking for libasound headers version >= 1.0.1... found. checking for snd_ctl_open in -lasound... no Useable version of ALSA not found.
Where ( path/to/alsa) is it trying to find the usable version? I have installed libasound2 (1.0.5-1) from debian.org
From where can i get "usable" version of ALSA.
Regards Asutosh
-- Matthias Pfisterer [EMAIL PROTECTED] Reuchlinstrasse 28 phone ++49-711-62 87 12 D-70176 Stuttgart (in Deutschland 0711-62 87 12) GERMANY
Work like you don't need the money. Love like you've never been hurt. Dance like nobody is watching.
Java Sound Resources (examples, FAQ, applications): http://www.jsresources.org/
Tritonus, the open source implementation of the Java Sound API: http://www.tritonus.org/ --------------------------------------------------------------
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe