ubuntu configure中遇到的小问题

来源:百度知道 编辑:UC知道 时间:2024/05/24 16:30:44
我要安装 alsa-utils-1.0.21
./configure 时显示:
最后说找不到panel.h 我想就是因为少这个文件吧 ??
请问哪找 panel.h

...

checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin...

对头,curses helper header,应该是ncurses的开发包里面的。
你装之前要看README和INSTALL,把依赖的包也装好。
我到unix-center去看了一下,你可以apt-get install libncurses5-dev
或者libncursesw5-dev也可以。

看样子是声卡驱动,建议用apt-get从源安装。自己编译会有很多依赖性问题,建议搜索针对你所使用的ubuntu版本的alsa安装方法。