./configure后显示:
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo...
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ANSI C header files... yes
checking for math.h... yes
checking for malloc.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for strchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking whether the assembler supports cpuid... yes
checking whether the assembler supports MMX... yes
checking whether the assembler supports 3DNow... yes
checking for ggi/ggi.h... no
checking whether to build the GGI driver... no
checking for vga.h... no
checking for X... no
checking for sys/shm.h... yes
checking for g++... yes
checking which GLU to build (SGI requires a C++ compiler)... SGI
checking for GL/glut.h... yes
checking for main in -lglut... no
checking whether to use an external (=already-installed) GLUT... no
checking for GLUT source dir in '.' ... no
checking for Mesa demo source dirs in '.' ... no
checking which compiler flag updates dependencies... -MD
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/GL/Makefile
config.status: creating src/Makefile
config.status: creating src/array_cache/Makefile
config.status: creating src/math/Makefile
config.status: creating src/swrast/Makefile
config.status: creating src/swrast_setup/Makefile
config.status: creating src/tnl/Makefile
config.status: creating src/Trace/Makefile
config.status: creating src/FX/Makefile
config.status: creating src/FX/X86/Makefile
config.status: creating src/GGI/Makefile
config.status: creating src/GGI/include/Makefile
config.status: creating src/GGI/include/ggi/Makefile
config.status: creating src/GGI/include/ggi/mesa/Makefile
config.status: creating src/GGI/ggimesa.conf
config.status: creating src/GGI/default/Makefile
config.status: creating src/GGI/default/genkgi.conf
config.status: creating src/GGI/display/Makefile
config.status: creating src/GGI/display/fbdev.conf
config.status: creating src/OSmesa/Makefile
config.status: creating src/SVGA/Makefile
config.status: creating src/X/Makefile
config.status: creating src/X86/Makefile
config.status: creating src/SPARC/Makefile
config.status: creating util/Makefile
config.status: creating src-glu/Makefile
config.status: creating si-glu/Makefile
config.status: creating si-glu/include/Makefile
config.status: creating si-glu/libnurbs/Makefile
config.status: creating si-glu/libnurbs/interface/Makefile
config.status: creating si-glu/libnurbs/internals/Makefile
config.status: creating si-glu/libnurbs/nurbtess/Makefile
config.status: creating si-glu/libtess/Makefile
config.status: creating si-glu/libutil/Makefile
config.status: creating conf.h
config.status: conf.h is unchanged
然后make显示:
make all-recursive
make[1]: Entering directory `/home/windman/v5d/Mesa-5.0.1'
Making all in include
make[2]: Entering directory `/home/windman/v5d/Mesa-5.0.1/include'
Making all in GL
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/include/GL'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/include/GL'
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/include'
make[2]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/include'
Making all in src
make[2]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src'
Making all in math
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/math'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/math'
Making all in swrast
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/swrast'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/swrast'
Making all in swrast_setup
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/swrast_setup'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/swrast_setup'
Making all in tnl
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/tnl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/tnl'
Making all in array_cache
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/array_cache'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/array_cache'
Making all in X86
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/X86'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/X86'
Making all in .
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src'
Making all in OSmesa
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/src/OSmesa'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src/OSmesa'
make[2]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/src'
Making all in si-glu
make[2]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu'
Making all in include
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/include'
Making all in libnurbs
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs'
Making all in interface
make[4]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/interface'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/interface'
Making all in internals
make[4]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/internals'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/internals'
Making all in nurbtess
make[4]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/nurbtess'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs/nurbtess'
make[4]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs'
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libnurbs'
Making all in libtess
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libtess'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libtess'
Making all in libutil
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libutil'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu/libutil'
make[3]: Entering directory `/home/windman/v5d/Mesa-5.0.1/si-glu'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu'
make[2]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/si-glu'
Making all in util
make[2]: Entering directory `/home/windman/v5d/Mesa-5.0.1/util'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/windman/v5d/Mesa-5.0.1/util'
make[2]: Entering directory `/home/windman/v5d/Mesa-5.0.1'
make[2]: Leaving directory `/home/windman/v5d/Mesa-5.0.1'
make[1]: Leaving directory `/home/windman/v5d/Mesa-5.0.1'
不知道为什么会出现这么多Nothing to be done for `all'.
make install也可以完成,但也有很多Nothing to be done for------
由于另外一个软件安装需要mesa,装了几次mesa再安装那个软件时仍然提示要装mesa,估计mesa还是没有装上.
有没有大虾碰到过类似的情况?请指点一下