Hallo,
Am Sam, 2003-05-31 um 10.42 schrieb Tobias Koenig:
Ich vermute du hast die libasound nicht installiert bzw. der Linker findet sie nicht in seinen Suchpfaden.
hmm...also die beiden Bibliotheken werden mit alsa mitinstalliert und sind auch vorhanden. In ldconfig sin die auch drinnen. Und config.log sagt folgendes, nur kann ich's nicht deuten :-))
configure:29110: checking enable_audio=alsa configure:29113: result: configure:29143: checking for ALSA CFLAGS configure:29149: result: configure:29152: checking for ALSA LDFLAGS configure:29160: result: -lasound configure:29165: checking for libasound headers version >= 0.1.1 configure:29227: gcc -c -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c >&5 In file included from configure:29249: /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. configure:29230: $? = 0 configure:29233: test -s conftest.o configure:29236: $? = 0 configure:29238: result: found. configure:29252: checking for snd_cards in -lasound configure:29283: gcc -o conftest -ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c -lasound >&5 /tmp/ccmAvJMV.o(.text+0xa): In function `main': : undefined reference to `snd_cards' collect2: ld returned 1 exit status configure:29286: $? = 1
Beste Grüße, Thomas Noßmann