On Sat, 20 Oct 2001, Aniartia wrote:
> This only happens on my deb machine, do everything as I did on my other > boxes: untar a clean source, make & make install drivers, exicute the snddev > script, go into alsa-libs make & make instal, go into alsa-oss make & make > install, change ld.so.conf to include /usr/local/lib, ldconfig, go into > alsa-utils make and this happens: [...] > /home/istorm/alsa/0.9.0b7/alsa-utils-0.9.0beta7/alsamixer/alsamixer.c:750: > undefined reference to `stdscr' > /home/istorm/alsa/0.9.0b7/alsa-utils-0.9.0beta7/alsamixer/alsamixer.c:750: > undefined reference to `wmove' Those are symbols from ncurses, as you would have seen if you had searched Google for the missing symbols. You need to install libncurses5 and libncurses5-dev packages. -jwb