<div dir="ltr"><div><div><div><div><div>I am trying to build xorg-server-1.15.2 on Solaris 11.1. I have<br></div>built a myriad of tools so far and am now building Mesa, but<br>after I run `configure' and then `gmake', it all collapses:<br>
<br>CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/ksh93 /home/noel/src3/xorg/lib/Mesa-10.2.2/bin/missing aclocal-1.14 -I m4<br> cd . && /usr/bin/ksh93 /home/noel/src3/xorg/lib/Mesa-10.2.2/bin/missing automake-1.14 --foreign<br>
src/egl/drivers/dri2/Makefile.am:36: error: Libtool library used but 'LIBTOOL' is undefined<br>src/egl/drivers/dri2/Makefile.am:36: The usual way to define 'LIBTOOL' is to add 'LT_INIT'<br>src/egl/drivers/dri2/Makefile.am:36: to '<a href="http://configure.ac">configure.ac</a>' and run 'aclocal' and 'autoconf' again.<br>
src/egl/drivers/dri2/Makefile.am:36: If 'LT_INIT' is in '<a href="http://configure.ac">configure.ac</a>', make sure<br>src/egl/drivers/dri2/Makefile.am:36: its definition is in aclocal's search path.<br>
src/egl/main/Makefile.am:32: error: Libtool library used but 'LIBTOOL' is undefined<br> .............<br><br></div><div>and Makefiles are removed, rebuild, god only knows what is going on<br></div><div>(LT_INIT is in `<a href="http://configure.ac">configure.ac</a>' by the way).<br>
<br></div>Since none of the (hideous) automake/autoconf files have changed<br></div>why on earth is make trying to rebuild the Makefiles? `Makefile'<br>seems to depend on `config.status' which is absurb. Once I have<br>
run configure of course config.status will change.<br><br></div>I have little tolerance for all this ridiculous complexity, but surprisingly,<br>often, it seems to work. This particular installation doesn't. Maybe I<br>
should install linux.<br></div><br></div>