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





-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ad.doubleclick.net/clk;4699841;7576301;v?http://www.sun.com/javavote
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to