|
小弟是一名新手,在fc6下安装编译802.1x认证软件xsupplican时遇到如下问题:
在./configure过程中提示缺少iwlib.h,不能make,然后我去下载了一个wireless-tools-devel的包。最后它又提示缺少compiler.h,然后我把这个头文件补上,终于可以make了,但这时问题就来了,在make的时候显示如下信息:
[root@localhost xsupplicant-1.2.8]# make
Making all in lib
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/lib'
Making all in libxsupgui
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/lib/libxsupgui'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib/libxsupgui'
Making all in libxsupconfig
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfig'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfig'
Making all in libxsupconfwrite
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfwrite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfwrite'
Making all in libxsupconfcheck
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfcheck'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib/libxsupconfcheck'
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/lib'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib'
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/lib'
Making all in src
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/src'
Making all in etc
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/etc'
Making all in tools
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/tools'
Making all in config-parser
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/tools/config-parser'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/tools/config-parser'
Making all in ntpwdhash
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/tools/ntpwdhash'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/tools/ntpwdhash'
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/tools'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/tools'
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/tools'
Making all in doc
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/doc'
Making all in drivers
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/drivers'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/drivers'
Making all in gui_tools
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools'
Making all in cli
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli'
Making all in xsup_set_pwd
make[3]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_set_pwd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_set_pwd'
Making all in xsup_monitor
make[3]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_monitor'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_monitor'
Making all in xsup_get_state
make[3]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_get_state'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli/xsup_get_state'
make[3]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli'
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools/cli'
make[2]: Entering directory `/home/ben/xsupplicant-1.2.8/gui_tools'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools'
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8/gui_tools'
make[1]: Entering directory `/home/ben/xsupplicant-1.2.8'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/ben/xsupplicant-1.2.8'
这应该是make不成功吧??我想知道它怎么总是说“ Nothing to be done for xxxx”呢?这是什么原因呢?这些代码究竟意味着什么呢??希望热心人能帮帮小弟!!谢谢! |
|