[Alsa-user] 0.9.0rc3 utils fail to compile; I _do_ have libncurses-devel
Brought to you by:
perex
|
From: Temcat <te...@ma...> - 2002-10-22 15:14:30
|
I successfully compiled drivers and libs but can't compile utils. Make says: <skipped> gcc -g -O2 -o alsamixer alsamixer.o -lasound -lm -ldl -lpthread alsamixer.o: In function `mixer_dc': /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:315: undefined reference to `stdscr' /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:317: undefined reference to `stdscr' alsamixer.o: In function `mixer_init_draw_contexts': /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:325: undefined reference to `start_color' /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:331: undefined reference to `acs_map' /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:338: undefined reference to `acs_map' /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:339: undefined reference to `acs_map' /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:340: undefined reference to `acs_map' alsamixer.o: In function `mixer_clear': /usr/src/alsa/alsa-utils-0.9.0rc3/alsamixer/alsamixer.c:379: undefined reference to `clearok' <the rest skipped> i know that alsamixer needs ncurses-devel and I do have it installed. Is it a bug in alsamixer.c? What can be done about it? I noticed that there were postings citing the same problem but no one was answered... I have ALT Linux Junior 2.0 with 2.4.19 kernel (it's a Mandrake clone). Regards, Artem Vakhitov |