Hi All..,<br><br>I m trying to build Mesa3D on Solaris-x86 system... <br><br>I downloaded the source from <br><br><a href="http://sourceforge.net/projects/mesa3d/">http://sourceforge.net/projects/mesa3d/</a><br><br>Then., I try to build as following...<br>
<br>bash-3.00# ./configure<br>checking build system type... i386-pc-solaris2.10<br>checking host system type... i386-pc-solaris2.10<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>checking whether we are cross compiling... no<br>checking for suffix of executables...<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking how to run the C preprocessor... gcc -E<br>checking for gcc... (cached) gcc<br>checking whether we are using the GNU C compiler... (cached) yes<br>
checking whether gcc accepts -g... (cached) yes<br>checking for gcc option to accept ISO C89... (cached) none needed<br>checking for g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>
checking for gmake... gmake<br>checking for makedepend... /usr/openwin/bin/makedepend<br>checking for sed... /usr/bin/sed<br>checking for ksh93... no<br>checking for ksh... /usr/bin/ksh<br>checking for pkg-config... /usr/bin/pkg-config<br>
checking pkg-config is at least version 0.9.0... yes<br>checking whether to enable assembly... no, platform not supported<br>checking for gcc option to produce PIC... -fPIC<br>checking for dlopen... yes<br>checking for posix_memalign... no<br>
checking pkg-config files for X11 are available... no<br>checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include<br>checking whether -R must be followed by a space... no<br>checking for gethostbyname... no<br>
checking for gethostbyname in -lnsl... yes<br>checking for connect... no<br>checking for connect in -lsocket... yes<br>checking for remove... yes<br>checking for shmat... yes<br>checking for IceConnectionNumber in -lICE... yes<br>
configure: creating ./config.status<br>config.status: creating configs/autoconf<br>config.status: executing configs commands<br><br>        prefix:          /usr/local<br>        exec_prefix:     ${prefix}<br>        libdir:          ${exec_prefix}/lib<br>
        includedir:      ${prefix}/include<br><br>        Driver:          xlib<br>        OSMesa:          libOSMesa<br>        Use XCB:         no<br><br>        Gallium:         yes<br>        Gallium dirs:    auxiliary drivers state_trackers<br>
        Winsys dirs:      xlib<br>        Winsys drm dirs: intel<br>        Auxiliary dirs:  draw translate cso_cache pipebuffer tgsi sct rtasm util indices<br>        Driver dirs:     softpipe failover trace i915simple<br>
        Trackers dirs:   glx<br><br>        Shared libs:     yes<br>        Static libs:     no<br>        EGL:             yes<br>        GLU:             yes<br>        GLw:             yes (Motif: no)<br>        glut:            no<br>
        Demos:           no<br><br>        CFLAGS:          -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fPIC<br>        CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fPIC<br>        Macros:          -DPTHREADS -DSVR4 -DUSE_XSHM<br>
<br>        Run &#39;gmake&#39; to build Mesa<br><br>bash-3.00# gmake<br>gmake[1]: Entering directory `/export/home/Mesa-7.5.1/src&#39;<br>Making sources for autoconf<br>gmake[2]: Entering directory `/export/home/Mesa-7.5.1/src/mesa&#39;<br>
running /usr/openwin/bin/makedepend<br>gmake[2]: *** No rule to make target `depend&#39;, needed by `default&#39;.  Stop.<br>gmake[2]: Leaving directory `/export/home/Mesa-7.5.1/src/mesa&#39;<br>gmake[1]: *** [subdirs] Error 1<br>
gmake[1]: Leaving directory `/export/home/Mesa-7.5.1/src&#39;<br>gmake: *** [default] Error 1<br><br><br><br>Please help me..<br><br>How can I get this fixed...!! ??<br>